Module Name: othersrc Committed By: lukem Date: Sun May 5 13:43:49 UTC 2013
Modified Files: othersrc/usr.bin/tnftp: ChangeLog Log Message: remove duplicate entry To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 othersrc/usr.bin/tnftp/ChangeLog 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.60 othersrc/usr.bin/tnftp/ChangeLog:1.61 --- othersrc/usr.bin/tnftp/ChangeLog:1.60 Sun May 5 13:40:54 2013 +++ othersrc/usr.bin/tnftp/ChangeLog Sun May 5 13:43:49 2013 @@ -1,4 +1,4 @@ -$NetBSD: ChangeLog,v 1.60 2013/05/05 13:40:54 lukem Exp $ +$NetBSD: ChangeLog,v 1.61 2013/05/05 13:43:49 lukem Exp $ Sun May 5 13:33:36 UTC 2013 lukem @@ -19,8 +19,6 @@ Sun May 5 13:33:36 UTC 2013 lukem - Silence connection warnings to multi-homed hosts in non-verbose mode. - Fix compile warnings. - - Parse HTTP 'Date' entries in the `C' locale rather than - the user's. - In ftpvis(), prevent incomplete escape sequences at end of dst, and ensure NUL-termination of dst. Fix from Uwe Stuehler and Stefan Sperling, via Marc Balmer.