]> Cypherpunks.ru repositories - nncp.git/commitdiff
Preparing for 0.7 release
authorSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 13:25:28 +0000 (16:25 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 28 Apr 2017 13:25:28 +0000 (16:25 +0300)
doc/news.texi
ports/nncp/Makefile

index ec43ffcd3e09c2ea4737d48efa095d3d8d55fdb7..77e63a1fcc15bda7be3a7dd497b0a18ae7424188 100644 (file)
@@ -1,6 +1,17 @@
 @node News
 @unnumbered News
 
+@node Release 0.7
+@section Release 0.7
+@itemize
+@item Ability to feed @command{nncp-file} from stdin, that uses an
+encrypted temporary file for that.
+@item Chunked files transmission appeared with corresponding
+@command{nncp-reass} command. Useful for transferring big files over
+small storage devices.
+@item Cryptographic libraries (dependecies) are updated.
+@end itemize
+
 @node Release 0.6
 @section Release 0.6
 @itemize
index 00d8d558b92e431a9fc6c80ad13290b8ad70e09c..36e9b04104247dc1730a11088c4858ebc4b05c18 100644 (file)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=      nncp
-PORTVERSION=   0.6
+PORTVERSION=   0.7
 CATEGORIES=    net
 MASTER_SITES=  http://www.nncpgo.org/download/ \
                http://sourceforge.net/projects/nncp/files/
@@ -37,6 +37,7 @@ PLIST_FILES=  bin/nncp-call \
                bin/nncp-mincfg \
                bin/nncp-newcfg \
                bin/nncp-pkt \
+               bin/nncp-reass \
                bin/nncp-rm \
                bin/nncp-stat \
                bin/nncp-toss \