]> Cypherpunks.ru repositories - nncp.git/commitdiff
NEWS appearance
authorSergey Matveev <stargrave@stargrave.org>
Sun, 15 Jan 2017 14:33:26 +0000 (17:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 15 Jan 2017 14:33:26 +0000 (17:33 +0300)
NEWS [new symlink]
VERSION
common.mk
doc/index.texi
doc/news.texi [new file with mode: 0644]
doc/thanks.texi [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 120000 (symlink)
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 49d59571fbf6e077eece30f8c418b6aad15e20b0..3b04cfb60da13a716867848ebeb2191a164887d9 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.1
+0.2
index df20e2e8b4f4d05c484f1e3b952cca809fd409d9..084576b9a71bb4d5c53f3eb1f480e697a0f24ef3 100644 (file)
--- 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
index 64ec8de1b9454a8f8704355e9f016bd83d2be264..e80acd9d548f3c2090175fe852dacf069127f81f 100644 (file)
@@ -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 (file)
index 0000000..405cd15
--- /dev/null
@@ -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 (file)
index 0000000..42f5df6
--- /dev/null
@@ -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