Module Name: othersrc
Committed By: lukem
Date: Sat Jun 6 07:19:33 UTC 2009
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog NEWS configure.ac
Log Message:
Release tnftp 20090606
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 othersrc/usr.bin/tnftp/ChangeLog
cvs rdiff -u -r1.5 -r1.6 othersrc/usr.bin/tnftp/NEWS
cvs rdiff -u -r1.18 -r1.19 othersrc/usr.bin/tnftp/configure.ac
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.51 othersrc/usr.bin/tnftp/ChangeLog:1.52
--- othersrc/usr.bin/tnftp/ChangeLog:1.51 Fri May 22 01:14:46 2009
+++ othersrc/usr.bin/tnftp/ChangeLog Sat Jun 6 07:19:33 2009
@@ -1,4 +1,8 @@
-$NetBSD: ChangeLog,v 1.51 2009/05/22 01:14:46 lukem Exp $
+$NetBSD: ChangeLog,v 1.52 2009/06/06 07:19:33 lukem Exp $
+
+Sat Jun 6 07:17:38 UTC 2009 lukem
+
+ * Release as "tnftp 20090606"
Fri May 22 01:11:15 UTC 2009 lukem
Index: othersrc/usr.bin/tnftp/NEWS
diff -u othersrc/usr.bin/tnftp/NEWS:1.5 othersrc/usr.bin/tnftp/NEWS:1.6
--- othersrc/usr.bin/tnftp/NEWS:1.5 Fri May 22 00:06:11 2009
+++ othersrc/usr.bin/tnftp/NEWS Sat Jun 6 07:19:33 2009
@@ -1,5 +1,9 @@
This is tnftp version 20090520.
+Changes in tnftp from 20090520 to 20090606:
+
+ Portability fixes.
+
Changes in tnftp from 20070806 to 20090520:
Fix intermittent "Alarm clock" error.
Index: othersrc/usr.bin/tnftp/configure.ac
diff -u othersrc/usr.bin/tnftp/configure.ac:1.18 othersrc/usr.bin/tnftp/configure.ac:1.19
--- othersrc/usr.bin/tnftp/configure.ac:1.18 Fri May 22 01:09:45 2009
+++ othersrc/usr.bin/tnftp/configure.ac Sat Jun 6 07:19:33 2009
@@ -1,10 +1,10 @@
-# $NetBSD: configure.ac,v 1.18 2009/05/22 01:09:45 lukem Exp $
+# $NetBSD: configure.ac,v 1.19 2009/06/06 07:19:33 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([tnftp], [20090520], [[email protected]])
+AC_INIT([tnftp], [20090606], [[email protected]])
AC_PREREQ([2.61])
-AC_REVISION([$Revision: 1.18 $])
+AC_REVISION([$Revision: 1.19 $])
AS_SHELL_SANITIZE