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