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