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