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