Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp Version 20130220: restart fix, SYST response par...



details:   https://anonhg.NetBSD.org/src/rev/045bb41ae5e0
branches:  trunk
changeset: 786646:045bb41ae5e0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun May 05 10:40:19 2013 +0000

description:
Version 20130220: restart fix, SYST response parsing improvement

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b846d8e2e32a -r 045bb41ae5e0 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Sun May 05 10:30:21 2013 +0000
+++ b/usr.bin/ftp/version.h     Sun May 05 10:40:19 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.83 2013/02/06 16:37:20 christos Exp $    */
+/*     $NetBSD: version.h,v 1.84 2013/05/05 10:40:19 lukem Exp $       */
 
 /*-
  * Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
@@ -34,5 +34,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20121224"
+#define        FTP_VERSION     "20130220"
 #endif



Home | Main Index | Thread Index | Old Index