From 8479d8a72ee06f05d52259a4dbb0f3d80e57d23a Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 28 Apr 2017 16:25:28 +0300 Subject: [PATCH] Preparing for 0.7 release --- doc/news.texi | 11 +++++++++++ ports/nncp/Makefile | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) 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 \ -- 2.44.0