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