From: Sergey Matveev Date: Sun, 15 Jan 2017 14:33:26 +0000 (+0300) Subject: NEWS appearance X-Git-Tag: 0.2^2~15 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=68dd0d900855f632c3db87d29ec20437479b0301 NEWS appearance --- diff --git a/NEWS b/NEWS new file mode 120000 index 0000000..8be52e4 --- /dev/null +++ b/NEWS @@ -0,0 +1 @@ +doc/news.texi \ No newline at end of file diff --git a/VERSION b/VERSION index 49d5957..3b04cfb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1 +0.2 diff --git a/common.mk b/common.mk index df20e2e..084576b 100644 --- a/common.mk +++ b/common.mk @@ -83,7 +83,7 @@ install: all doc cp -f doc/nncp.info $(INFODIR) chmod 644 $(INFODIR)/nncp.info mkdir -p $(DOCDIR) - cp -f -L AUTHORS README THANKS $(DOCDIR) + cp -f -L AUTHORS NEWS README THANKS $(DOCDIR) chmod 644 $(DOCDIR)/* install-strip: install diff --git a/doc/index.texi b/doc/index.texi index 64ec8de..e80acd9 100644 --- a/doc/index.texi +++ b/doc/index.texi @@ -60,6 +60,7 @@ integration with current SMTP servers are the reasons. * Comparison:: * Use cases:: * Workflow:: +* News:: * Installation:: * Configuration:: * Call configuration: Call. @@ -69,6 +70,7 @@ integration with current SMTP servers are the reasons. * Log format: Log. * Packet format: Packet. * Sync protocol: Sync. +* Thanks:: * Contacts and feedback: Contacts. * Copying conditions: Copying. @end menu @@ -76,6 +78,7 @@ integration with current SMTP servers are the reasons. @include comparison.texi @include usecases.texi @include workflow.texi +@include news.texi @include install.texi @include cfg.texi @include call.texi @@ -85,6 +88,7 @@ integration with current SMTP servers are the reasons. @include log.texi @include pkt.texi @include sp.texi +@include thanks.texi @include contacts.texi @node Copying diff --git a/doc/news.texi b/doc/news.texi new file mode 100644 index 0000000..405cd15 --- /dev/null +++ b/doc/news.texi @@ -0,0 +1,21 @@ +@node News +@unnumbered News + +@node Release 0.2 +@section Release 0.2 +@itemize +@item @strong{Incompatible} packet format change (magic number is +changed too): size field is encrypted and is not send in plaintext +anymore. +@item @option{-minsize} option gives ability to automatically pad +outgoing packets to specified minimal size. +@item @ref{nncp-daemon} and @ref{nncp-call}/@ref{nncp-caller} always +checks new @emph{tx} packet appearance in the background while +connected. Remote side is notified immediately about them. +@item @option{-onlinedeadline} option gives ability to configure timeout +of inactivity of online connection, when it could be disconnected. It +could be used to keep connection alive for a long time. +@item @option{-maxonlinetime} option gives ability to set maximal +allowable online connection alive time. +@item @ref{nncp-caller} command appeared: cron-ed TCP daemon caller. +@end itemize diff --git a/doc/thanks.texi b/doc/thanks.texi new file mode 100644 index 0000000..42f5df6 --- /dev/null +++ b/doc/thanks.texi @@ -0,0 +1,9 @@ +@node Thanks +@unnumbered Thanks + +There are people deserving to be thanked for helping this project: + +@itemize +@item Shawn K. Quinn for his descriptive instructions about building +NNCP under Ubuntu GNU/Linux distributions and bug reports. +@end itemize