Module Name: src Committed By: lukem Date: Thu Mar 21 00:17:26 UTC 2013
Modified Files: src/libexec/ftpd: version.h Log Message: Update version to 20110904 for the user-visible change I made back then: Reduce priority of syslog message if getpeername returns ENOTCONN. PR bin/18934 by Greg A. Woods (with supplied fix). To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/libexec/ftpd/version.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/ftpd/version.h diff -u src/libexec/ftpd/version.h:1.74 src/libexec/ftpd/version.h:1.75 --- src/libexec/ftpd/version.h:1.74 Sun Mar 21 20:27:26 2010 +++ src/libexec/ftpd/version.h Thu Mar 21 00:17:26 2013 @@ -1,6 +1,6 @@ -/* $NetBSD: version.h,v 1.74 2010/03/21 20:27:26 lukem Exp $ */ +/* $NetBSD: version.h,v 1.75 2013/03/21 00:17:26 lukem Exp $ */ /*- - * Copyright (c) 1999-2009 The NetBSD Foundation, Inc. + * Copyright (c) 1999-2013 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation @@ -29,5 +29,5 @@ */ #ifndef FTPD_VERSION -#define FTPD_VERSION "NetBSD-ftpd 20100320" +#define FTPD_VERSION "NetBSD-ftpd 20110904" #endif