]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
More readable news source code's listing
[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 Cryptographic libraries (dependecies) are updated.
32 @end itemize
33
34 @node Release 0.6
35 @section Release 0.6
36 @itemize
37 @item Small @command{nncp-rm} command appeared.
38 @item Cryptographic libraries (dependecies) are updated.
39 @end itemize
40
41 @node Release 0.5
42 @section Release 0.5
43 @itemize
44 @item Trivial small fix in default niceness level of @command{nncp-file}
45 and @command{nncp-freq} commands.
46 @end itemize
47
48 @node Release 0.4
49 @section Release 0.4
50 @itemize
51 @item Small fix in @command{nncp-call}, @command{nncp-caller},
52 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
53 lost).
54 @item @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is
55 shorter and more convenient to use.
56 @item @command{nncp-mincfg} command appeared: helper allowing to create
57 minimalistic stripped down configuration file without private keys,
58 that is useful during @command{nncp-xfer} usage.
59 @end itemize
60
61 @node Release 0.3
62 @section Release 0.3
63 Fixed compatibility with Go 1.6.
64
65 @node Release 0.2
66 @section Release 0.2
67 @itemize
68 @item @strong{Incompatible} packet's format change (magic number is
69 changed too): size field is encrypted and is not send in plaintext
70 anymore.
71 @item @option{-minsize} option gives ability to automatically pad
72 outgoing packets to specified minimal size.
73 @item @command{nncp-daemon} and
74 @command{nncp-call}/@command{nncp-caller} always check new @emph{tx}
75 packets appearance in the background while connected. Remote side is
76 immediately notified.
77 @item @option{-onlinedeadline} option gives ability to configure timeout
78 of inactivity of online connection, when it could be disconnected. It
79 could be used to keep connection alive for a long time.
80 @item @option{-maxonlinetime} option gives ability to set maximal
81 allowable online connection aliveness time.
82 @item @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
83 @item @command{nncp-pkt} command can decompress the data.
84 @end itemize