X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2Fnews.texi;h=861ba7fed8a08402053876edbcbe33a9dc395451;hp=4dee6bedfc01208ac42b4a227a62f6213863bb7d;hb=203dfe36da7adf2b3089e4fa4017a67409cbad70;hpb=e068d88291cd45a4d6b748e258077dd6c0ffb9c2 diff --git a/doc/news.texi b/doc/news.texi index 4dee6be..861ba7f 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -1,8 +1,84 @@ @node News +@cindex news @unnumbered News See also this page @ref{Новости, on russian}. +@node Release 8_5_0 +@section Release 8.5.0 +@itemize + +@item +Fixed @command{nncp-bundle} workability. + +@item +Mistakenly @option{-mcd-wait} option was enabled by default in +@command{nncp-call}. + +@item +Ability to override internal default timeout for online protocol through +@env{$NNCPDEADLINE} environment variable. Can be useful for very high +delay links. + +@item +NNCP builds on OpenBSD. + +@end itemize + +@node Release 8_4_0 +@section Release 8.4.0 +@itemize + +@item +Multicast related interface names (@code{mcd-listen} and @code{mcd-send} +configuration options) are now regular expressions. By default +@command{nncp-cfgnew} uncomments them now with @code{.*} interface name. + +@item +@command{nncp-call} command has @option{-mcd-wait} option to wait for +multicast packet about node's address. + +@item +@command{nncp-file} command skips everything that is neither regular +file nor directory during pax-archive creation. + +@end itemize + +@node Release 8_3_0 +@section Release 8.3.0 +@itemize + +@item +Fixed building issues on 32-bit systems. + +@end itemize + +@node Release 8_2_0 +@section Release 8.2.0 +@itemize + +@item +Yggdrasil uses pure-Go IPv6+TCP network stack, instead of naked μTP +transport protocol, making it able to work as an ordinary TCP server +inside overlay network. + +@item +Yggdrasil's @code{prv;bind1,bind2;pub...}-like configuration strings are +replaced with URL-like ones (@code{yggdrasils://PRV?bind=BIND1&bind=BIND2&pub=PUB}). + +@item +Ability to pass multicast-related parameters to Yggdrasil configuration. + +@item +@command{nncp-daemon} is able to listen on both TCP and Yggdrasil-driven +sockets simultaneously. + +@item +@command{nncp-daemon}'s listening on peering endpoint socket is optional +-- you can be reached through the peers. + +@end itemize + @node Release 8_1_0 @section Release 8.1.0 @itemize @@ -30,8 +106,8 @@ Fixed sending ability to areas. @itemize @item -Fixed incorrect @code{freq.chunked} value calculation. If it missed, -then anyway chunked transfer mode was forcefully turned on. +Fixed incorrect @code{freq.chunked} value calculation. If it was missed, +then chunked transfer mode was forcefully turned on anyway. @item Fixed incorrect full file's size calculation in @file{.nncp.meta}.