X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2Fnews.texi;h=671f6e3bfe9238ad884b82d3cb9a1c6af1c98175;hb=f3d5c49c31c59f699288799353b7bc1ba9211f38;hp=3693d70fbc4eae045b345e9808f21bf2e180a1c1;hpb=b0aff615e008d4dc2967a2423c6305a3a5fbc635;p=nncp.git diff --git a/doc/news.texi b/doc/news.texi index 3693d70..671f6e3 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -3,6 +3,31 @@ See also this page @ref{Новости, on russian}. +@node Release 5.3.2 +@section Release 5.3.2 +@itemize + +@item +Fixed incorrect logic of @option{onlinedeadline} timeout, where +connection won't take into account incoming packets events and will +forcefully disconnect. + +@end itemize + +@node Release 5.3.1 +@section Release 5.3.1 +@itemize + +@item +Fixed @option{onlinedeadline} workability with call addresses that use +external commands (@verb{#"|somecmd"#}). + +@item +@command{nncp-stat} has @option{-pkt} option displaying information +about each packet in the spool. + +@end itemize + @node Release 5.3.0 @section Release 5.3.0 @itemize @@ -20,6 +45,17 @@ Finish all SP protocol related goroutines, less memory leak. SP protocol generates less socket write calls, thus generating less TCP packets. +@item +Check @option{onlinedeadline} and @option{maxonlinetime} options every +second, independently from socket reads (up to 10 seconds). + +@item +Once per minute, if no other traffic exists, PING packets are sent in +SP-connection. That allows faster determining of connection unworkability. + +@item +@command{nncp-toss} uses lock-file to prevent simultaneous tossing. + @end itemize @node Release 5.2.1