changeset 684:b56dc758907d

2005-2-4 Brian Masney <masneyb@gftp.org> * debian/changelog configure.in - updated version number to 2.0.18 * configure.in - commented out AM_TYPE_PTRDIFF_T for now. I don't have this automake macro installed on my system
author masneyb
date Fri, 04 Feb 2005 15:49:30 +0000
parents 8bb9f5e08cc4
children cc98fe1b53b2
files ChangeLog configure.in debian/changelog
diffstat 3 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Feb 04 15:29:24 2005 +0000
+++ b/ChangeLog	Fri Feb 04 15:49:30 2005 +0000
@@ -1,4 +1,9 @@
 2005-2-4 Brian Masney <masneyb@gftp.org>
+	* debian/changelog configure.in - updated version number to 2.0.18
+
+	* configure.in - commented out AM_TYPE_PTRDIFF_T for now. I don't have
+	this automake macro installed on my system
+
 	* ChangeLog-old - updated with changes since 2.0.18rc1
 
 	* docs/website/index.html.in - added link to the FSP homepage
@@ -3274,7 +3279,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.403 2005/02/04 15:29:24 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.404 2005/02/04 15:49:30 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/configure.in	Fri Feb 04 15:29:24 2005 +0000
+++ b/configure.in	Fri Feb 04 15:49:30 2005 +0000
@@ -3,7 +3,7 @@
 AC_INIT(lib/gftp.h)
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(gftp,2.0.18rc1)
+AM_INIT_AUTOMAKE(gftp,2.0.18)
 
 AC_ARG_ENABLE(gtk20, 
               [  --disable-gtk20	  Don't look for GTK+ 2.0 libraries], 
@@ -55,7 +55,7 @@
 AC_HEADER_SYS_WAIT
 AC_CHECK_HEADERS(fcntl.h libutil.h limits.h malloc.h pty.h strings.h sys/ioctl.h sys/time.h unistd.h stdint.h sys/mkdev.h inttypes.h)
 
-AM_TYPE_PTRDIFF_T
+dnl AM_TYPE_PTRDIFF_T
 AC_TYPE_SOCKLEN_T
 AC_TYPE_MODE_T
 AC_TYPE_INTPTR_T
--- a/debian/changelog	Fri Feb 04 15:29:24 2005 +0000
+++ b/debian/changelog	Fri Feb 04 15:49:30 2005 +0000
@@ -1,8 +1,8 @@
-gftp (2.0.18rc1-1) unstable; urgency=low
+gftp (2.0.18-1) unstable; urgency=low
 
   * New release. See the ChangeLog file for details on changes in this release
 
- -- Brian Masney <masneyb@gftp.org>  Tue, 09 Nov 2004 21:33:43 -0500
+ -- Brian Masney <masneyb@gftp.org>  Fri, 04 Feb 2005 10:48:01 -0500
 
 gftp (2.0.17-1) unstable; urgency=low