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