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