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