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