X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.texi;h=87be65235774f1bbfe1be404a27ae220f6b5d9a0;hb=4a8e79c63ceea6596ccfe3d173ad452389ded81e;hp=565f79e0af01e45fe54e3bdf6246792e1cdee7f6;hpb=98a96b86eeac871a1b528e4833dd696864c3a9ae;p=nncp.git diff --git a/doc/news.texi b/doc/news.texi index 565f79e..87be652 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -3,6 +3,37 @@ See also this page @ref{Новости, on russian}. +@node Release 6.3.0 +@section Release 6.3.0 +@itemize + +@item +Fixed possible panic while showing progress during online protocol. + +@end itemize + +@node Release 6.2.1 +@section Release 6.2.1 +@itemize + +@item +Three places in logs contained excess @code{%s}. + +@end itemize + +@node Release 6.2.0 +@section Release 6.2.0 +@itemize + +@item +Returned @command{nncp-caller}'s @option{-autotoss*} options workability. + +@item +Yet another logging refactoring and simplification. +Should be no visible differences to the end user. + +@end itemize + @node Release 6.1.0 @section Release 6.1.0 @itemize @@ -16,6 +47,20 @@ many packets in the spool directory. Optimization: do not close file descriptor of the file we download online. Previously each chunk lead to expensive open/close calls. +@item +Online downloaded files are saved with @file{.nock} (non-checksummed) +suffix, waiting either for @command{nncp-check}, or online daemons to +perform integrity check. + +@item +Optimization: files, that are not resumed, are checksummed immediately +during the online download, skipping @file{.nock}-intermediate step. + +@item +Ability to store encrypted packet's header in @file{.hdr} file, close to +the packet itself. That can greatly increase performance of packets +listing on filesystems with big block's size. + @end itemize @node Release 6.0.0