]> Cypherpunks.ru repositories - nncp.git/blob - doc/news.texi
Use @dots{} whether possible
[nncp.git] / doc / news.texi
1 @node News
2 @unnumbered News
3
4 See also this page @ref{Новости, on russian}.
5
6 @node Release 7_5_0
7 @section Release 7.5.0
8 @itemize
9
10 @item
11 @command{nncp-daemon} is compatible with UCSPI-TCP interface, so log
12 will contain remote side's address (when running under appropriate
13 utility). @option{-ucspi} option should be used instead of @option{-inetd}.
14
15 @item
16 @command{nncp-call} can be UCSPI-TCP client, using @option{-ucspi} option.
17
18 @item
19 Do not exit if some of MCD network interfaces can not be listened --
20 only warn about that.
21
22 @end itemize
23
24 @node Release 7_4_0
25 @section Release 7.4.0
26 @itemize
27
28 @item
29 Fixed simultaneous @command{nncp-daemon} and @command{nncp-caller} MCD work.
30
31 @end itemize
32
33 @node Release 7_3_2
34 @section Release 7.3.2
35 @itemize
36
37 @item
38 @command{hjson-cli} utility builds in vendor-mode now.
39
40 @end itemize
41
42 @node Release 7_3_1
43 @section Release 7.3.1
44 @itemize
45
46 @item
47 Fixed possibly left opened file descriptor in online commands.
48
49 @item
50 Severely decreased memory usage of MTH hashing.
51
52 @end itemize
53
54 @node Release 7_3_0
55 @section Release 7.3.0
56 @itemize
57
58 @item
59 Fixed some workability problems on 32-bit systems with big files.
60
61 @item
62 Ability to use directory with a bunch of files as a configuration.
63 @command{nncp-cfgdir} command appeared.
64
65 @end itemize
66
67 @node Release 7_2_1
68 @section Release 7.2.1
69 @itemize
70
71 @item
72 Small optimizations in online commands.
73
74 @end itemize
75
76 @node Release 7_2_0
77 @section Release 7.2.0
78 @itemize
79
80 @item
81 @command{nncp-trns} command appeared for manual transition packets creation.
82
83 @item
84 If destination node of transitional packet has non empty @option{via}
85 route, then do not ignore, but use it.
86
87 @item
88 Do not relay multicast packet to area message's originator, that
89 obviously has seen its own packet.
90
91 @item
92 Much less memory usage during MTH hashing when offset is zero: when
93 packet is not resumed, but for example checked with @command{nncp-check}
94 command.
95
96 @end itemize
97
98 @node Release 7_1_1
99 @section Release 7.1.1
100 @itemize
101
102 @item
103 Fixed failing directories fsync after @file{.seen} file creation.
104
105 @end itemize
106
107 @node Release 7_1_0
108 @section Release 7.1.0
109 @itemize
110
111 @item
112 Multicasting areas feature appeared. Implemented merely by an additional
113 plain packet type with @command{nncp-toss}, @command{nncp-file} and
114 @command{nncp-exec} commands modification.
115
116 @item
117 Fixed workability of @command{nncp-file} and @command{nncp-exec}
118 commands, that use temporary file (stdin and @option{-use-tmp}).
119
120 @item
121 Fixed disappearing bad return code in @command{nncp-exec} command.
122
123 @item
124 Fixed invalid @file{.hdr} generation when transitional packets are used.
125
126 @item
127 @option{-all} option appeared in @command{nncp-rm} command, applying to
128 all the nodes at once.
129
130 @item
131 @option{-cycle} option appeared in @command{nncp-check} command, looping
132 the check in infinite cycle.
133
134 @item
135 @command{nncp-rm} command can take node alias name.
136
137 @item
138 @command{nncp-pkt} can parse @file{.hdr} files.
139
140 @end itemize
141
142 @node Release 7_0_0
143 @section Release 7.0.0
144 @itemize
145
146 @item
147 Minimal required Go version 1.13.
148
149 @item
150 Merkle Tree-based Hashing with BLAKE3 (MTH) is used instead of BLAKE2b.
151 Because of that, there are backward @strong{incompatible} changes of
152 encrypted files (everything laying in the spool directory) and
153 @file{.meta} files of chunked transfer.
154
155 Current implementation is far from being optimal: it lacks
156 parallelizable calculations and has higher memory consumption: nearly
157 512 KiB for each 1 GiB of file's data. Future performance and memory
158 size optimizations should not lead to packet's format change. But it is
159 still several times faster than BLAKE2b.
160
161 @item
162 Resumed online downloads, because of MTH, require reading only of the
163 preceding part of file, not the whole one as was before.
164
165 @item
166 @command{nncp-hash} utility appeared for calculating file's MTH hash.
167
168 @item
169 BLAKE2 KDF and XOF functions are replaced with BLAKE3 in encrypted
170 packets. Lowering number of used primitives. Also, its encrypted
171 packet's header is used as an associated data during encryption.
172
173 @item
174 MultiCast Discovery uses
175 @verb{|ff02::4e4e:4350|} address instead of @verb{|ff02::1|}.
176
177 @item
178 @command{nncp-cfgenc} mistakenly asked passphrase three times during encryption.
179
180 @item
181 @command{nncp-stat} reports about partly downloaded packets.
182
183 @item
184 Updated dependencies.
185
186 @end itemize
187
188 @node Release 6_6_0
189 @section Release 6.6.0
190 @itemize
191
192 @item
193 @command{nncp-daemon}, @command{nncp-call} and @command{nncp-caller}
194 commands wait for all background checksummers completion after
195 connection is finished.
196
197 @item
198 Added possibility of address determining through multicast announcement
199 in local area network, so called MCD (MultiCast Discovery).
200
201 @end itemize
202
203 @node Release 6_5_0
204 @section Release 6.5.0
205 @itemize
206
207 @item
208 Fixed segfault in @command{nncp-daemon} when SP handshake did not succeed.
209
210 @item
211 Fixed possible bad return code ignoring in automatic tosser.
212
213 @item
214 Fixed race during file descriptors closing when online protocol call is
215 finished, that could lead to write error of received packet fragment.
216
217 @item
218 Kill all packet transmission progress bars in @command{nncp-daemon},
219 @command{nncp-call} and @command{nncp-caller} when call is finished.
220
221 @end itemize
222
223 @node Release 6_4_0
224 @section Release 6.4.0
225 @itemize
226
227 @item
228 Fixed possible race in online protocol, that lead to panic.
229
230 @end itemize
231
232 @node Release 6_3_0
233 @section Release 6.3.0
234 @itemize
235
236 @item
237 Fixed possible panic while showing progress during online protocol.
238
239 @end itemize
240
241 @node Release 6_2_1
242 @section Release 6.2.1
243 @itemize
244
245 @item
246 Three places in logs contained excess @code{%s}.
247
248 @end itemize
249
250 @node Release 6_2_0
251 @section Release 6.2.0
252 @itemize
253
254 @item
255 Returned @command{nncp-caller}'s @option{-autotoss*} options workability.
256
257 @item
258 Yet another logging refactoring and simplification.
259 Should be no visible differences to the end user.
260
261 @end itemize
262
263 @node Release 6_1_0
264 @section Release 6.1.0
265 @itemize
266
267 @item
268 Optimization: most commands do not keep opened file descriptors now.
269 Previously you can exceed maximal number of opened files if you have got
270 many packets in the spool directory.
271
272 @item
273 Optimization: do not close file descriptor of the file we download
274 online. Previously each chunk lead to expensive open/close calls.
275
276 @item
277 Online downloaded files are saved with @file{.nock} (non-checksummed)
278 suffix, waiting either for @command{nncp-check}, or online daemons to
279 perform integrity check.
280
281 @item
282 Optimization: files, that are not resumed, are checksummed immediately
283 during the online download, skipping @file{.nock}-intermediate step.
284
285 @item
286 Ability to store encrypted packet's header in @file{.hdr} file, close to
287 the packet itself. That can greatly increase performance of packets
288 listing on filesystems with big block's size.
289
290 @end itemize
291
292 @node Release 6_0_0
293 @section Release 6.0.0
294 @itemize
295
296 @item
297 Log uses human readable and easy machine parseable
298 @url{https://www.gnu.org/software/recutils/, recfile} format for the
299 records, instead of structured RFC 3339 lines. Old logs are not readable
300 by @command{nncp-log} anymore.
301
302 @item
303 @option{-autotoss*} option workability with @command{nncp-daemon}'s
304 @option{-inetd} mode.
305
306 @item
307 Call's @option{when-tx-exists} allows to make a call only when outbound
308 packets exists. Combined with seconds-aware cron expression that can be
309 used as some kind of auto dialler.
310
311 @item
312 @command{nncp-cronexpr} command allows you to check validity and
313 expectations of specified cron expression.
314
315 @end itemize
316
317 @node Release 5_6_0
318 @section Release 5.6.0
319 @itemize
320
321 @item
322 @option{-autotoss*} option runs tosser not after the call, but every
323 second while it is active.
324
325 @item
326 @option{autotoss}, @option{autotoss-doseen},
327 @option{autotoss-nofile}, @option{autotoss-nofreq},
328 @option{autotoss-noexec}, @option{autotoss-notrns} options available in
329 @option{calls} configuration section. You can configure per-call
330 automatic tosser options.
331
332 @item
333 Use vendoring, instead of @env{GOPATH} overriding during tarball
334 installation, because current minimal Go's version is 1.12 and it
335 supports modules.
336
337 @end itemize
338
339 @node Release 5_5_1
340 @section Release 5.5.1
341 @itemize
342
343 @item
344 Respect for @env{BINDIR}, @env{INFODIR} and @env{DOCDIR} environment
345 variables in @file{config} during installation.
346
347 @end itemize
348
349 @node Release 5_5_0
350 @section Release 5.5.0
351 @itemize
352
353 @item
354 Bugfixes in @command{nncp-call(er)}/@command{nncp-daemon},
355 @command{nncp-bundle} and @command{nncp-stat}.
356
357 @item
358 @command{nncp-rm} has @option{-dryrun} and @option{-older} options now.
359
360 @item
361 @command{nncp-exec} has @option{-use-tmp} and @option{-nocompress}
362 options now. Uncompressed packets are not compatible with previous NNCP
363 versions.
364
365 @item
366 @command{nncp-call}, @command{nncp-caller} and @command{nncp-daemon} commands
367 have @option{-autotoss*} options for running tosser after call is ended.
368
369 @item
370 Updated dependencies. Minimal required Go version is 1.12.
371
372 @end itemize
373
374 @node Release 5_4_1
375 @section Release 5.4.1
376 @itemize
377
378 @item
379 Fixed @code{SENDMAIL} variable usage during the build.
380
381 @end itemize
382
383 @node Release 5_4_0
384 @section Release 5.4.0
385 @itemize
386
387 @item
388 Updated dependencies.
389
390 @item
391 Build system is moved from Makefiles to @url{http://cr.yp.to/redo.html, redo}.
392 This should not influence package maintainers, because minimal @command{redo}
393 implementation is included in tarball.
394
395 @end itemize
396
397 @node Release 5_3_3
398 @section Release 5.3.3
399 @itemize
400
401 @item
402 More various error checks.
403
404 @item
405 Updated dependencies.
406
407 @end itemize
408
409 @node Release 5_3_2
410 @section Release 5.3.2
411 @itemize
412
413 @item
414 Fixed incorrect logic of @option{onlinedeadline} timeout, where
415 connection won't take into account incoming packets events and will
416 forcefully disconnect.
417
418 @end itemize
419
420 @node Release 5_3_1
421 @section Release 5.3.1
422 @itemize
423
424 @item
425 Fixed @option{onlinedeadline} workability with call addresses that use
426 external commands (@verb{#"|somecmd"#}).
427
428 @item
429 @command{nncp-stat} has @option{-pkt} option displaying information
430 about each packet in the spool.
431
432 @end itemize
433
434 @node Release 5_3_0
435 @section Release 5.3.0
436 @itemize
437
438 @item
439 Progress messages contain prefix, describing the running action.
440
441 @item
442 Fixed not occurring handshake messages padding.
443
444 @item
445 Finish all SP protocol related goroutines, less memory leak.
446
447 @item
448 SP protocol generates less socket write calls, thus generating less TCP
449 packets.
450
451 @item
452 Check @option{onlinedeadline} and @option{maxonlinetime} options every
453 second, independently from socket reads (up to 10 seconds).
454
455 @item
456 Once per minute, if no other traffic exists, PING packets are sent in
457 SP-connection. That allows faster determining of connection unworkability.
458
459 @item
460 @command{nncp-toss} uses lock-file to prevent simultaneous tossing.
461
462 @end itemize
463
464 @node Release 5_2_1
465 @section Release 5.2.1
466 @itemize
467
468 @item
469 Fixed SP protocol error handling, sometimes causing program panic.
470
471 @end itemize
472
473 @node Release 5_2_0
474 @section Release 5.2.0
475 @itemize
476
477 @item
478 Most commands by default show oneline operations progress.
479 @option{-progress}, @option{-noprogress} command line options,
480 @option{noprogress} configuration file option appeared.
481
482 @item
483 Fixed incorrect @command{nncp-check} command return code, that returned
484 bad code when everything is good.
485
486 @item
487 Free disk space check during @command{nncp-bundle -rx} call.
488
489 @end itemize
490
491 @node Release 5_1_2
492 @section Release 5.1.2
493 @itemize
494
495 @item
496 @strong{Critical} vulnerability: remote peers authentication could lead
497 to incorrect identification of remote side, allowing foreign encrypted
498 packets downloading.
499
500 @item
501 Bugfix: private and public Noise keys were swapped in newly created
502 configuration files, that lead to inability to authenticate online peers.
503
504 @item
505 Explicit directories fsync-ing for guaranteed files renaming.
506
507 @end itemize
508
509 @node Release 5_1_1
510 @section Release 5.1.1
511 @itemize
512
513 @item
514 Fixed workability of @command{nncp-file} with @option{-chunked 0} option.
515
516 @end itemize
517
518 @node Release 5_1_0
519 @section Release 5.1.0
520 @itemize
521
522 @item
523 @command{nncp-file} can send directories, automatically creating pax
524 archive on the fly.
525
526 @item
527 Free disk space is checked during outbound packets creation.
528
529 @item
530 @option{freq}, @option{freqminsize}, @option{freqchunked} configuration
531 file options replaced with the structure:
532 @option{freq: @{path: @dots{}, minsize: @dots{}, chunked: @dots{}@}}.
533
534 @item
535 Added @option{freq.maxsize} configuration file option, forbidding of
536 freq sending larger than specified size.
537
538 @item
539 Ability to notify about successfully executed commands (exec) with
540 @option{notify.exec} configuration file option.
541
542 @end itemize
543
544 @node Release 5_0_0
545 @section Release 5.0.0
546 @itemize
547
548 @item
549 @strong{Incompatible} configuration file format change: YAML is
550 replaced with Hjson, due to its simplicity, without noticeable lack
551 of either functionality or convenience.
552
553 @item
554 @strong{Incompatible} plain packet format changes. Older versions are
555 not supported. @code{zlib} compression is replaced with
556 @code{Zstandard}, due to its speed and efficiency, despite library
557 version is not mature enough.
558
559 @item
560 Ability to call remote nodes via pipe call of external command, not only
561 through TCP.
562
563 @item
564 @command{nncp-cfgnew} generates configuration file with many
565 comments. @option{-nocomments} option can be used for an old
566 behaviour.
567
568 @item
569 Duplicate filenames have @file{.CTR} suffix, instead of @file{CTR}, to
570 avoid possible collisions with @file{.nncp.chunkCTR}.
571
572 @item
573 Ability to override process umask through configuration file option.
574
575 @item
576 Files and directories are created with 666/777 permissions by default,
577 allowing control with @command{umask}.
578
579 @item
580 Updated dependencies.
581
582 @item
583 Full usage of go modules for dependencies management
584 (@code{go.cypherpunks.ru/nncp/v5} namespace is used).
585
586 @item
587 Forbid any later GNU GPL version autousage
588 (project's licence now is GNU GPLv3-only).
589
590 @end itemize
591
592 @node Release 4_1
593 @section Release 4.1
594 @itemize
595 @item Workability on GNU/Linux systems and Go 1.10 is fixed.
596 @end itemize
597
598 @node Release 4_0
599 @section Release 4.0
600 @itemize
601
602 @item
603 @strong{Incompatible} encrypted and eblob packet format change: AEAD
604 encryption mode with 128 KiB blocks is used now, because previously
605 @command{nncp-toss} did not verify encrypted packet's MAC before feeding
606 decrypted data to external command. Older versions are not supported.
607
608 @item
609 Available free space checking before copying in @command{nncp-xfer},
610 @command{nncp-daemon}, @command{nncp-call(er)}.
611
612 @item
613 @command{nncp-call} has ability only to list packets on remote node,
614 without their transmission.
615
616 @item
617 @command{nncp-call} has ability to transfer only specified packets.
618
619 @item
620 Workability of @option{xxrate} preference in @option{calls}
621 configuration file section.
622
623 @item
624 Dependant libraries are updated.
625
626 @item
627 Minor bugfixes.
628
629 @item
630 Begin using of @code{go.mod} subsystem.
631
632 @end itemize
633
634 @node Release 3_4
635 @section Release 3.4
636 @itemize
637 @item @command{nncp-daemon} can be run as @command{inetd}-service.
638 @end itemize
639
640 @node Release 3_3
641 @section Release 3.3
642 @itemize
643
644 @item
645 @command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller} check
646 if @file{.seen} exists and treat it like file was already downloaded.
647 Possibly it was transferred out-of-bound and remote side needs to be
648 notifier about that.
649
650 @item
651 If higher priority packet is spooled, then @command{nncp-daemon} will
652 queue its sending first, interrupting lower priority transmissions.
653
654 @item
655 Simple packet rate limiter added to online-related tools
656 (@command{nncp-daemon}, @command{nncp-call}, @command{nncp-caller}).
657
658 @item
659 Ability to specify niceness with symbolic notation:
660 @verb{|NORMAL|}, @verb{|BULK+10|}, @verb{|PRIORITY-5|}, etc.
661
662 @item
663 Changed default niceness levels:
664 for @command{nncp-exec} from 64 to 96,
665 for @command{nncp-freq} from 64 to 160,
666 for @command{nncp-file} from 196 to 224.
667
668 @end itemize
669
670 @node Release 3_2
671 @section Release 3.2
672 @itemize
673 @item
674 @strong{Incompatible} @emph{bundle} archive format changes and
675 @command{nncp-bundle} workability with Go 1.10+. Bundles must be
676 valid tar archives, but Go 1.9 made them invalid because of long paths
677 inside. NNCP accidentally was dependant on that bug. Explicit adding of
678 @file{NNCP/} directory in archive restores workability with valid tar
679 archives.
680 @end itemize
681
682 @node Release 3_1
683 @section Release 3.1
684 @itemize
685 @item
686 Ability to disable relaying at all using @verb{|-via -|} command line option.
687 @end itemize
688
689 @node Release 3_0
690 @section Release 3.0
691 @itemize
692
693 @item
694 @strong{Incompatible} plain packet format changes. Older versions are
695 not supported.
696
697 @item
698 Ability to queue remote command execution, by configuring @option{exec}
699 option in configuration file and using @command{nncp-exec} command:
700     @itemize
701     @item
702     @command{nncp-mail} command is replaced with more flexible
703     @command{nncp-exec}. Instead of @verb{|nncp-mail NODE RECIPIENT|}
704     you must use @verb{|nncp-exec NODE sendmail RECIPIENT|}.
705     @item
706     @option{sendmail} configuration file option is replaced with
707     @option{exec}. @verb{|sendmail: [...]|} must be replaced with
708     @verb{|exec: sendmail: [...]|}.
709     @end itemize
710
711 @item
712 Ability to override @option{via} configuration option for destination
713 node via @option{-via} command line option for following commands:
714 @command{nncp-file}, @command{nncp-freq}, @command{nncp-exec}.
715
716 @item
717 Chunked files, having size less than specified chunk size, will be sent
718 as an ordinary single file.
719
720 @item
721 Exec commands are invoked with additional @env{NNCP_NICE} and
722 @env{NNCP_SELF} environment variables.
723
724 @item
725 Files, that are sent as a reply to freq, have niceness level taken from
726 the freq packet. You can set desired niceness during @command{nncp-freq}
727 invocation using @option{-replynice} option.
728
729 @item
730 @command{nncp-toss} command can ignore specified packet types during
731 processing: @option{-nofile}, @option{-nofreq}, @option{-noexec},
732 @option{-notrns}.
733
734 @item
735 @command{nncp-file} command uses
736 @option{FreqMinSize}/@option{FreqChunked} configuration file options
737 for @option{-minsize}/@option{-chunked} by default. You can turn this
738 off by specifying zero value.
739
740 @end itemize
741
742 @node Release 2_0
743 @section Release 2.0
744 @itemize
745
746 @item
747 @strong{Incompatible} encrypted/eblob packet format changes. Older
748 versions are not supported.
749
750 @item
751 Twofish encryption algorithm is replaced with ChaCha20. It is much more
752 faster. One cryptographic primitive less.
753
754 @item
755 HKDF-BLAKE2b-256 KDF algorithm is replaced with BLAKE2Xb XOF. Yet
756 another cryptographic primitive less (assuming that BLAKE2X is nearly
757 identical to BLAKE2).
758
759 @end itemize
760
761 @node Release 1_0
762 @section Release 1.0
763 @itemize
764
765 @item
766 @strong{Incompatible} encrypted packet format changes. Older versions
767 are not supported.
768
769 @item
770 @command{nncp-bundle} command can either create stream of encrypted
771 packets, or digest it. It is useful when dealing with
772 @code{stdin}/@code{stdout} based transmission methods (like writing to
773 CD-ROM without intermediate prepared ISO image and working with tape
774 drives).
775
776 @item
777 @command{nncp-toss} is able to create @file{.seen} files preventing
778 duplicate packets receiving.
779
780 @item
781 Single background checksum verifier worker is allowed in
782 @command{nncp-call}. This is helpful when thousands of small inbound
783 packets could create many goroutines.
784
785 @item
786 Ability to override path to spool directory and logfile through either
787 command line argument, or environment variable.
788
789 @item
790 @command{nncp-rm} is able to delete outbound/inbound, @file{.seen},
791 @file{.part}, @file{.lock} and temporary files.
792
793 @end itemize
794
795 @node Release 0_12
796 @section Release 0.12
797 @itemize
798 @item Sendmail command is called with @env{NNCP_SENDER} environment variable.
799 @end itemize
800
801 @node Release 0_11
802 @section Release 0.11
803 @itemize
804 @item @command{nncp-stat}'s command output is sorted by node name.
805 @end itemize
806
807 @node Release 0_10
808 @section Release 0.10
809 @itemize
810 @item
811 @command{nncp-freq}'s @file{DST} argument is optional now. Last
812 @file{SRC} path's element will be used by default.
813 @end itemize
814
815 @node Release 0_9
816 @section Release 0.9
817 @itemize
818 @item
819 Fix @option{-rx}/@option{-tx} arguments processing in
820 @command{nncp-call} command. They were ignored.
821 @end itemize
822
823 @node Release 0_8
824 @section Release 0.8
825 @itemize
826 @item
827 Little bugfix in @command{nncp-file} command, where @option{-minsize}
828 option for unchunked transfer was not in KiBs, but in bytes.
829 @end itemize
830
831 @node Release 0_7
832 @section Release 0.7
833 @itemize
834
835 @item
836 Ability to feed @command{nncp-file} from @code{stdin}, that uses an
837 encrypted temporary file for that.
838
839 @item
840 Chunked files transmission appeared with corresponding
841 @command{nncp-reass} command and @option{freqchunked} configuration file
842 entry. Useful for transferring big files over small storage devices.
843
844 @item
845 @option{freqminsize} configuration file option, analogue to
846 @option{-minsize} one.
847
848 @item
849 @command{nncp-xfer}'s @option{-force} option is renamed to
850 @option{-mkdir} for clarity.
851
852 @item
853 @option{-minsize} option is specified in KiBs, not bytes, for
854 convenience.
855
856 @item
857 @command{nncp-newcfg} command is renamed to @command{nncp-cfgnew},
858 and @command{nncp-mincfg} to @command{nncp-cfgmin} -- now they have
859 common prefix and are grouped together for convenience.
860
861 @item
862 @command{nncp-cfgenc} command appeared, allowing configuration file
863 encryption/decryption, for keeping it safe without any either OpenPGP or
864 similar tools usage.
865
866 @item
867 Cryptographic libraries (dependencies) are updated.
868
869 @end itemize
870
871 @node Release 0_6
872 @section Release 0.6
873 @itemize
874 @item Small @command{nncp-rm} command appeared.
875 @item Cryptographic libraries (dependencies) are updated.
876 @end itemize
877
878 @node Release 0_5
879 @section Release 0.5
880 @itemize
881 @item
882 Trivial small fix in default niceness level of @command{nncp-file}
883 and @command{nncp-freq} commands.
884 @end itemize
885
886 @node Release 0_4
887 @section Release 0.4
888 @itemize
889
890 @item
891 Small fix in @command{nncp-call}, @command{nncp-caller},
892 @command{nncp-daemon}: they can segmentation fail sometimes (no data is
893 lost).
894
895 @item
896 @command{nncp-newnode} renamed to @command{nncp-newcfg} -- it is shorter
897 and more convenient to use.
898
899 @item
900 @command{nncp-mincfg} command appeared: helper allowing to create
901 minimalistic stripped down configuration file without private keys, that
902 is useful during @command{nncp-xfer} usage.
903
904 @end itemize
905
906 @node Release 0_3
907 @section Release 0.3
908 @itemize
909 @item Fixed compatibility with Go 1.6.
910 @end itemize
911
912 @node Release 0_2
913 @section Release 0.2
914 @itemize
915
916 @item
917 @strong{Incompatible} packet's format change (magic number is changed
918 too): size field is encrypted and is not send in plaintext anymore.
919
920 @item
921 @option{-minsize} option gives ability to automatically pad outgoing
922 packets to specified minimal size.
923
924 @item
925 @command{nncp-daemon} and @command{nncp-call}/@command{nncp-caller}
926 always check new @emph{tx} packets appearance in the background while
927 connected. Remote side is immediately notified.
928
929 @item
930 @option{-onlinedeadline} option gives ability to configure timeout of
931 inactivity of online connection, when it could be disconnected. It could
932 be used to keep connection alive for a long time.
933
934 @item
935 @option{-maxonlinetime} option gives ability to set maximal allowable
936 online connection aliveness time.
937
938 @item
939 @command{nncp-caller} command appeared: cron-ed TCP daemon caller.
940
941 @item
942 @command{nncp-pkt} command can decompress the data.
943
944 @end itemize