]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
3d55767e0f2550d8c8dc387283cc6a55c17ff67e
[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.9
7 @section Release 0.9
8 @itemize
9 @item
10 Fix @option{-rx}/@option{-tx} arguments processing in
11 @command{nncp-call} command. They were ignored.
12 @end itemize
13
14 @node Release 0.8
15 @section Release 0.8
16 @itemize
17 @item
18 Little bugfix in @command{nncp-file} command, where @option{-minsize}
19 option for unchunked transfer was not in KiBs, but in bytes.
20 @end itemize
21
22 @node Release 0.7
23 @section Release 0.7
24 @itemize
25 @item
26 Ability to feed @command{nncp-file} from stdin, that uses an encrypted
27 temporary file for that.
28
29 @item
30 Chunked files transmission appeared with corresponding
31 @command{nncp-reass} command and @option{freqchunked} configuration file
32 entry. Useful for transferring big files over small storage devices.
33
34 @item
35 @option{freqminsize} configuration file option, analogue to
36 @option{-minsize} one.
37
38 @item
39 @command{nncp-xfer}'s @option{-force} option is renamed to
40 @option{-mkdir} for clarity.
41
42 @item
43 @option{-minsize} option is specified in KiBs, not bytes, for
44 convenience.
45
46 @item
47 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
48 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
49 common prefix and are grouped together for convenience.
50
51 @item
52 @command{nncp-cfgenc} command appeared, allowing configuration file
53 encryption/decryption, for keeping it safe without any either OpenPGP or
54 similar tools usage.
55
56 @item
57 Cryptographic libraries (dependencies) are updated.
58 @end itemize
59
60 @node Release 0.6
61 @section Release 0.6
62 @itemize
63 @item Small @command{nncp-rm} command appeared.
64 @item Cryptographic libraries (dependencies) are updated.
65 @end itemize
66
67 @node Release 0.5
68 @section Release 0.5
69 @itemize
70 @item Trivial small fix in default niceness level of @command{nncp-file}
71 and @command{nncp-freq} commands.
72 @end itemize
73
74 @node Release 0.4
75 @section Release 0.4
76 @itemize
77 @item Small fix in @command{nncp-call}, @command{nncp-caller},
78 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
79 lost).
80 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
81 shorter and more convenient to use.
82 @item @command{nncp-mincfg} command appeared: helper allowing to create
83 minimalistic stripped down configuration file without private keys,
84 that is useful during @command{nncp-xfer} usage.
85 @end itemize
86
87 @node Release 0.3
88 @section Release 0.3
89 Fixed compatibility with Go 1.6.
90
91 @node Release 0.2
92 @section Release 0.2
93 @itemize
94 @item @strong{Incompatible} packet's format change (magic number is
95 changed too): size field is encrypted and is not send in plaintext
96 anymore.
97 @item @option{-minsize} option gives ability to automatically pad
98 outgoing packets to specified minimal size.
99 @item @command{nncp-daemon} and
100 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
101 packets appearance in the background while connected. Remote side is
102 immediately notified.
103 @item @option{-onlinedeadline} option gives ability to configure timeout
104 of inactivity of online connection, when it could be disconnected. It
105 could be used to keep connection alive for a long time.
106 @item @option{-maxonlinetime} option gives ability to set maximal
107 allowable online connection aliveness time.
108 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
109 @item @command{nncp-pkt} command can decompress the data.
110 @end itemize