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