X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.texi;h=349880d95e2baaa2c0d686ff67b6af176d191a5d;hb=1d2ce674b042d07fd9b37a46578c8b62bb0345b7;hp=5cc2e6f04f2908fda4beba61c35116156cb87d2a;hpb=2f826e9b891bcf36cdb77fb5fec27a13f7911261;p=nncp.git diff --git a/doc/news.texi b/doc/news.texi index 5cc2e6f..349880d 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -3,6 +3,74 @@ See also this page @ref{Новости, on russian}. +@node Release 5.2.0 +@section Release 5.2.0 +@itemize + +@item +Most commands by default show oneline operations progress. +@option{-progress}, @option{-noprogress} command line options, +@option{noprogress} configuration file option appeared. + +@item +Fixed incorrect @command{nncp-check} command return code, that returned +bad code when everything is good. + +@end itemize + +@node Release 5.1.2 +@section Release 5.1.2 +@itemize + +@item +@strong{Critical} vulnerability: remote peers authentication could lead +to incorrect identification of remote side, allowing foreign encrypted +packets downloading. + +@item +Bugfix: private and public Noise keys were swapped in newly created +configuration files, that lead to inability to authenticate online peers. + +@item +Explicit directories fsync-ing for guaranteed files renaming. + +@end itemize + +@node Release 5.1.1 +@section Release 5.1.1 +@itemize + +@item +Fixed workability of @command{nncp-file} with @option{-chunked 0} option. + +@end itemize + +@node Release 5.1.0 +@section Release 5.1.0 +@itemize + +@item +@command{nncp-file} can send directories, automatically creating pax +archive on the fly. + +@item +Free disk space is checked during outbound packets creation. + +@item +@option{freq}, @option{freqminsize}, @option{freqchunked} configuration +file options replaced with the structure: +@option{freq: @{path: ..., minsize: ..., chunked: ...@}}. + +@item +Added @option{freq.maxsize} configuration file option, forbidding of +freq sending larger than specified size. + +@item +Ability to notify about successfully executed commands (exec) with +@option{notify.exec} configuration file option. + +@end itemize + @node Release 5.0.0 @section Release 5.0.0 @itemize @@ -31,6 +99,9 @@ behaviour. Duplicate filenames have @file{.CTR} suffix, instead of @file{CTR}, to avoid possible collisions with @file{.nncp.chunkCTR}. +@item +Ability to override process umask through configuration file option. + @item Files and directories are created with 666/777 permissions by default, allowing control with @command{umask}.