comparison ChangeLog @ 230:f330309d2f17

2003-7-23 Brian Masney <masneyb@gftp.org> * configure.in - incremented version to 2.0.15rc1. Also, if readline wasn't found on the system, the text port wasn't be built * ChangeLog-old - added summary of changes since version 2.0.14 * TODO - updated * src/text/gftp-text.c - build fixes if readline isn't present on the system * lib/sshv2.c - don't print out the network error as well when getting the error message from the remote server. The user is only interested in the error returned from the server.
author masneyb
date Thu, 24 Jul 2003 01:48:33 +0000
parents 35ae2e80962e
children e599812712f0
comparison
equal deleted inserted replaced
229:35ae2e80962e 230:f330309d2f17
1 2003-7-23 Brian Masney <masneyb@gftp.org>
2 * configure.in - incremented version to 2.0.15rc1. Also, if readline
3 wasn't found on the system, the text port wasn't be built
4
5 * ChangeLog-old - added summary of changes since version 2.0.14
6
7 * TODO - updated
8
9 * src/text/gftp-text.c - build fixes if readline isn't present on the
10 system
11
12 * lib/sshv2.c - don't print out the network error as well when getting
13 the error message from the remote server. The user is only interested
14 in the error returned from the server.
15
1 2003-7-22 Brian Masney <masneyb@gftp.org> 16 2003-7-22 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option() 17 * lib/config_file.c lib/gftp.h - added gftp_lookup_bookmark_option()
3 and gftp_set_bookmark_option(). Also added _gftp_set_option_value() 18 and gftp_set_bookmark_option(). Also added _gftp_set_option_value()
4 that is used by the set functions for bookmark and request structures 19 that is used by the set functions for bookmark and request structures
5 20
1317 1332
1318 * configure.in - link in gthread 1333 * configure.in - link in gthread
1319 1334
1320 * cvsclean - added this script 1335 * cvsclean - added this script
1321 1336
1322 * *.[ch] - added $Id: ChangeLog,v 1.115 2003/07/23 02:39:22 masneyb Exp $ tags 1337 * *.[ch] - added $Id: ChangeLog,v 1.116 2003/07/24 01:48:31 masneyb Exp $ tags
1323 1338
1324 * debian/* - updated files from Debian maintainer 1339 * debian/* - updated files from Debian maintainer
1325 1340
1326 2002-10-03 Brian Masney <masneyb@gftp.org> 1341 2002-10-03 Brian Masney <masneyb@gftp.org>
1327 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1342 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)