diff ChangeLog @ 210:82ebd1b05345

2003-7-6 Brian Masney <masneyb@gftp.org> * lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and gftp_exec_without_new_pty() * lib/sshv2.c - use the 2 new functions above * lib/pty.c lib/gftp.h - split open_ptys() to _gftp_ptym_open() and _gftp_ptys_open() * lib/sslcommon.c - don't do thread setup if we are compiling against glib 1.2. I do not want to link against the pthread library because that would make the text port dependant on pthreads being installed on the box
author masneyb
date Sun, 06 Jul 2003 13:52:43 +0000
parents d79e2782eb1b
children 3f2203e70218
line wrap: on
line diff
--- a/ChangeLog	Sat Jul 05 17:30:14 2003 +0000
+++ b/ChangeLog	Sun Jul 06 13:52:43 2003 +0000
@@ -1,3 +1,17 @@
+2003-7-6 Brian Masney <masneyb@gftp.org>
+	* lib/pty.c lib/gftp.h - added gftp_exec_with_new_pty() and
+	gftp_exec_without_new_pty()
+
+	* lib/sshv2.c - use the 2 new functions above
+
+	* lib/pty.c lib/gftp.h - split open_ptys() to _gftp_ptym_open()
+	and _gftp_ptys_open()
+
+	* lib/sslcommon.c - don't do thread setup if we are compiling against
+	glib 1.2. I do not want to link against the pthread library because 
+	that would make the text port dependant on pthreads being installed on
+	the box
+
 2003-7-5 Brian Masney <masneyb@gftp.org>
 	* lib/protocols.c (gftp_get_line) - fixed bug where the read function
 	was being called one extra time after the end of file was reached
@@ -1167,7 +1181,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.105 2003/07/05 17:30:13 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.106 2003/07/06 13:52:42 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer