# HG changeset patch # User masneyb # Date 1100054174 0 # Node ID bb2c8ee0a8b412fb1f8c57b7383a97b1341cd083 # Parent 97bccc6049cff6f6f4656ec10ae39ce8ca0bf118 2004-11-9 Brian Masney * configure.in debian/changelog - updated version number to 2.0.18rc1 * TODO - updated diff -r 97bccc6049cf -r bb2c8ee0a8b4 ChangeLog --- a/ChangeLog Tue Nov 09 14:21:18 2004 +0000 +++ b/ChangeLog Wed Nov 10 02:36:14 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-9 Brian Masney + * configure.in debian/changelog - updated version number to 2.0.18rc1 + + * TODO - updated + 2004-11-7 Brian Masney * ChangeLog-old - updated with a summary of list of changes since 2.0.17 @@ -3043,7 +3048,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.365 2004/11/07 15:58:39 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.366 2004/11/10 02:36:14 masneyb Exp $ tags * debian/* - updated files from Debian maintainer diff -r 97bccc6049cf -r bb2c8ee0a8b4 TODO --- a/TODO Tue Nov 09 14:21:18 2004 +0000 +++ b/TODO Wed Nov 10 02:36:14 2004 +0000 @@ -2,7 +2,9 @@ of gFTP. If there is something you feel should be included in a future version of gFTP, please email me about it. -* If the IPV6 connection fails, automatically try a IPV4 connection. +* PATH_MAX may not be defined on the system +* SITE command - give option to not specify SITE + * I need to be able to send an event from the core library to the presentation layer to have it ask the user a question. I need this for the SSL layer so that if an unknown certificate authority signed the certificate, the user diff -r 97bccc6049cf -r bb2c8ee0a8b4 configure.in --- a/configure.in Tue Nov 09 14:21:18 2004 +0000 +++ b/configure.in Wed Nov 10 02:36:14 2004 +0000 @@ -3,7 +3,7 @@ AC_INIT(lib/gftp.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gftp,2.0.18pre1) +AM_INIT_AUTOMAKE(gftp,2.0.18rc1) AC_ARG_ENABLE(gtk20, [ --disable-gtk20 Don't look for GTK+ 2.0 libraries], @@ -292,4 +292,4 @@ AC_CHECK_PROG(DB2HTML, db2html, true, false) AM_CONDITIONAL(HAVE_DOCBOOK, $DB2HTML) -AC_OUTPUT(Makefile docs/Makefile docs/sample.gftp/Makefile lib/Makefile src/gftp src/Makefile src/uicommon/Makefile src/gtk/Makefile src/text/Makefile gftp.spec) +AC_OUTPUT(Makefile docs/Makefile docs/sample.gftp/Makefile lib/Makefile src/gftp src/Makefile src/uicommon/Makefile src/gtk/Makefile src/text/Makefile gftp.spec intl/Makefile po/Makefile.in ) diff -r 97bccc6049cf -r bb2c8ee0a8b4 debian/changelog --- a/debian/changelog Tue Nov 09 14:21:18 2004 +0000 +++ b/debian/changelog Wed Nov 10 02:36:14 2004 +0000 @@ -1,3 +1,9 @@ +gftp (2.0.18rc1-1) unstable; urgency=low + + * New release. See the ChangeLog file for details on changes in this release + + -- Brian Masney Tue, 09 Nov 2004 21:33:43 -0500 + gftp (2.0.17-1) unstable; urgency=low * New release. See the ChangeLog file for details on changes in this release