Module Name:    othersrc
Committed By:   lukem
Date:           Sat Nov  7 11:14:22 UTC 2009

Modified Files:
        othersrc/libexec/tnftpd: ChangeLog

Log Message:
Update to NetBSD-ftpd 20091107
Convert to automake/libtool


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 othersrc/libexec/tnftpd/ChangeLog

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/libexec/tnftpd/ChangeLog
diff -u othersrc/libexec/tnftpd/ChangeLog:1.48 othersrc/libexec/tnftpd/ChangeLog:1.49
--- othersrc/libexec/tnftpd/ChangeLog:1.48	Sun Mar  1 03:23:55 2009
+++ othersrc/libexec/tnftpd/ChangeLog	Sat Nov  7 11:14:22 2009
@@ -1,7 +1,26 @@
-$NetBSD: ChangeLog,v 1.48 2009/03/01 03:23:55 lukem Exp $
+$NetBSD: ChangeLog,v 1.49 2009/11/07 11:14:22 lukem Exp $
 
-Sun Mar  1 03:10:40 UTC 2009	lukem
+Sat Nov  7 11:13:38 UTC 2009	lukem
 	
+	* Convert to automake & libtool.
+
+	* Rename config.h to tnftpd_config.h.
+	  Rename build-aux to buildaux.
+
+	* Provide replacement implementation for mkstemp() and strerror()
+
+	* Update to NetBSD-ftpd 20091107:
+		* Fix WARNS=4 issues (const & sign mismatches, etc)
+		* Ensure various ftpd.conf values can't exceed their
+		  underlying types.
+		* Fix for 64 bit time_t and dev_t
+		* Rename internal getline() function to get_line() so it
+		  does not conflict with the getline(3) libc function.
+		* Log both the hostname and numeric address.
+		* Improve man page mdoc formatting
+
+Sun Mar  1 03:10:40 UTC 2009	lukem
+
 	* fts_open.c:
 		- Ensure fts_close() doesn't spuriously close fd 0,
 		  by testing FTS_SYMFOLLOW in fts_flags instead of
@@ -16,7 +35,7 @@
 
 Sat Dec 20 07:41:22 UTC 2008	lukem
 
-	* Install into ${exec_prefix}/libexec instead of ${exec_prefix}/sbin 
+	* Install into ${exec_prefix}/libexec instead of ${exec_prefix}/sbin
 
 Fri Dec 19 05:08:56 UTC 2008	lukem
 

Reply via email to