Module Name: othersrc Committed By: lukem Date: Sun Oct 4 06:20:58 UTC 2015
Modified Files: othersrc/usr.bin/tnftp: ChangeLog NEWS Log Message: changes for tnftp 20151004 To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67 othersrc/usr.bin/tnftp/ChangeLog cvs rdiff -u -r1.11 -r1.12 othersrc/usr.bin/tnftp/NEWS Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/tnftp/ChangeLog diff -u othersrc/usr.bin/tnftp/ChangeLog:1.66 othersrc/usr.bin/tnftp/ChangeLog:1.67 --- othersrc/usr.bin/tnftp/ChangeLog:1.66 Mon Nov 3 21:48:49 2014 +++ othersrc/usr.bin/tnftp/ChangeLog Sun Oct 4 06:20:58 2015 @@ -1,5 +1,13 @@ -$NetBSD: ChangeLog,v 1.66 2014/11/03 21:48:49 lukem Exp $ +$NetBSD: ChangeLog,v 1.67 2015/10/04 06:20:58 lukem Exp $ +Sun Oct 4 06:19:25 UTC 2015 lukem + + * Release as "tnftp 20151004". + + * Merge NetBSD usr.bin/ftp from 20141026 to 20151003: + - Add -x xferbufsize to set xferbuf size. + - Add Server Name Indication (SNI) support for https. + - Increase buffer limit used for response handling. Mon Nov 3 21:43:20 UTC 2014 lukem Index: othersrc/usr.bin/tnftp/NEWS diff -u othersrc/usr.bin/tnftp/NEWS:1.11 othersrc/usr.bin/tnftp/NEWS:1.12 --- othersrc/usr.bin/tnftp/NEWS:1.11 Mon Nov 3 21:48:49 2014 +++ othersrc/usr.bin/tnftp/NEWS Sun Oct 4 06:20:58 2015 @@ -1,6 +1,14 @@ -$NetBSD: NEWS,v 1.11 2014/11/03 21:48:49 lukem Exp $ +$NetBSD: NEWS,v 1.12 2015/10/04 06:20:58 lukem Exp $ -This is tnftp version 20141104. +This is tnftp version 20151004. + +Changes in tnftp 20141104 to 20151004: + + Implement '-x xferbufsize' to set xferbuf size. + + Add Server Name Indication (SNI) support for https. + + Increase buffer limit used for response handling. Changes in tnftp from 20141031 to 20141104: