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