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