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