]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
Merge branch 'develop'
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 @node Release 0.6
5 @section Release 0.6
6 @itemize
7 @item Small @command{nncp-rm} command appeared.
8 @item Cryptographic libraries (dependecies) are updated.
9 @end itemize
10
11 @node Release 0.5
12 @section Release 0.5
13 @itemize
14 @item Trivial small fix in default niceness level of @command{nncp-file}
15 and @command{nncp-freq} commands.
16 @end itemize
17
18 @node Release 0.4
19 @section Release 0.4
20 @itemize
21 @item Small fix in @command{nncp-call}, @command{nncp-caller},
22 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
23 lost).
24 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
25 shorter and more convenient to use.
26 @item @command{nncp-mincfg} command appeared: helper allowing to create
27 minimalistic stripped down configuration files without private keys,
28 that is useful during @command{nncp-xfer} usage.
29 @end itemize
30
31 @node Release 0.3
32 @section Release 0.3
33 Fixed compatibility with Go 1.6.
34
35 @node Release 0.2
36 @section Release 0.2
37 @itemize
38 @item @strong{Incompatible} packet's format change (magic number is
39 changed too): size field is encrypted and is not send in plaintext
40 anymore.
41 @item @option{-minsize} option gives ability to automatically pad
42 outgoing packets to specified minimal size.
43 @item @command{nncp-daemon} and
44 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
45 packets appearance in the background while connected. Remote side is
46 immediately notified.
47 @item @option{-onlinedeadline} option gives ability to configure timeout
48 of inactivity of online connection, when it could be disconnected. It
49 could be used to keep connection alive for a long time.
50 @item @option{-maxonlinetime} option gives ability to set maximal
51 allowable online connection aliveness time.
52 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
53 @item @command{nncp-pkt} command can decompress the data.
54 @end itemize