From: Sergey Matveev Date: Fri, 28 Apr 2017 13:25:28 +0000 (+0300) Subject: Preparing for 0.7 release X-Git-Tag: 0.7^2~30 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8479d8a72ee06f05d52259a4dbb0f3d80e57d23a;p=nncp.git Preparing for 0.7 release --- diff --git a/doc/news.texi b/doc/news.texi index ec43ffc..77e63a1 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -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 diff --git a/ports/nncp/Makefile b/ports/nncp/Makefile index 00d8d55..36e9b04 100644 --- a/ports/nncp/Makefile +++ b/ports/nncp/Makefile @@ -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 \