changeset 250:62bc15fc5b34

2003-8-7 Brian Masney <masneyb@gftp.org> * configure.in - HPUX fix * debian/changelog - incremented version * Officially release 2.0.15rc2
author masneyb
date Fri, 08 Aug 2003 02:43:25 +0000
parents 094e83b55cb1
children 02439c160f03
files ChangeLog configure.in debian/changelog
diffstat 3 files changed, 11 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Aug 08 02:24:54 2003 +0000
+++ b/ChangeLog	Fri Aug 08 02:43:25 2003 +0000
@@ -1,3 +1,10 @@
+2003-8-7 Brian Masney <masneyb@gftp.org>
+	* configure.in - HPUX fix
+
+	* debian/changelog - incremented version
+
+	* Officially release 2.0.15rc2
+
 2003-8-7 Brian Masney <masneyb@gftp.org>
 	* lib/cache.c lib/misc.c lib/protocols.c lib/pty.c - make sure a NUL
 	byte appears at the end of the buffer after the call to strncpy
@@ -1447,7 +1454,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.130 2003/08/08 02:24:53 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.131 2003/08/08 02:43:24 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer
 
--- a/configure.in	Fri Aug 08 02:24:54 2003 +0000
+++ b/configure.in	Fri Aug 08 02:43:25 2003 +0000
@@ -228,8 +228,7 @@
     case $host in
       *-hpux*)
         # From H.Merijn Brand <h.m.brand@hccnet.nl>
-        echo '#define pthread_attr_init(x) __pthread_attr_init_system(x)'
-+>>confdefs.h
+        echo '#define pthread_attr_init(x) __pthread_attr_init_system(x)' >>confdefs.h
         ;;
       *-aix*)
         PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_THREAD_SAFE"
--- a/debian/changelog	Fri Aug 08 02:24:54 2003 +0000
+++ b/debian/changelog	Fri Aug 08 02:43:25 2003 +0000
@@ -1,8 +1,8 @@
-gftp (2.0.15rc1-1) unstable; urgency=low
+gftp (2.0.15rc2-1) unstable; urgency=low
 
   * New release. See CHANGELOG for details on changes in this release
 
- -- Brian Masney <masneyb@seul.org>  Wed, 23 Jul 2003 21:58:18 -0400
+ -- Brian Masney <masneyb@gftp.org>  Thu, 7 Aug 2003 22:37:00 -0400
 
 gftp (2.0.14-1.1) unstable; urgency=low