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