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