comparison ChangeLog @ 243:b42e7233533a

2003-7-31 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - fix blocking problem reading the error message from the remote server when there was an error establishing a connection * lib/misc.c (copy_fdata) - copy utf8_file variable in gftp_file structure. (fix double free that was only in development version) * lib/misc.c - added --info argument to the command line. This will call gftp_info(), which will print out some information about how gftp was compiled. * lib/protocols.c lib/bookmarks.c lib/gftp.h src/gtk/bookmarks.c - added local_request parameter to gftp_parse_bookmark(). If this is not NULL, and this bookmark specifies a local directory, it will change to it. * configure.in - increment version to 2.0.15rc2
author masneyb
date Fri, 01 Aug 2003 01:47:54 +0000
parents 2adfdf9a5730
children afbbc72b73e2
comparison
equal deleted inserted replaced
242:2adfdf9a5730 243:b42e7233533a
1 2003-7-31 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c - fix blocking problem reading the error message from the
3 remote server when there was an error establishing a connection
4
5 * lib/misc.c (copy_fdata) - copy utf8_file variable in gftp_file
6 structure. (fix double free that was only in development version)
7
8 * lib/misc.c - added --info argument to the command line. This will
9 call gftp_info(), which will print out some information about how
10 gftp was compiled.
11
12 * lib/protocols.c lib/bookmarks.c lib/gftp.h src/gtk/bookmarks.c -
13 added local_request parameter to gftp_parse_bookmark(). If this is not
14 NULL, and this bookmark specifies a local directory, it will change to
15 it.
16
17 * configure.in - increment version to 2.0.15rc2
18
1 2003-07-30 Dmitry G. Mastrukov <dmitry@taurussoft.org> 19 2003-07-30 Dmitry G. Mastrukov <dmitry@taurussoft.org>
2 20
3 * configure.in: Added Belarusian to ALL_LINGUAS. 21 * configure.in: Added Belarusian to ALL_LINGUAS.
4 22
5 2003-7-29 Brian Masney <masneyb@gftp.org> 23 2003-7-29 Brian Masney <masneyb@gftp.org>
1385 1403
1386 * configure.in - link in gthread 1404 * configure.in - link in gthread
1387 1405
1388 * cvsclean - added this script 1406 * cvsclean - added this script
1389 1407
1390 * *.[ch] - added $Id: ChangeLog,v 1.123 2003/07/30 04:28:12 dmitrym Exp $ tags 1408 * *.[ch] - added $Id: ChangeLog,v 1.124 2003/08/01 01:47:52 masneyb Exp $ tags
1391 1409
1392 * debian/* - updated files from Debian maintainer 1410 * debian/* - updated files from Debian maintainer
1393 1411
1394 2002-10-03 Brian Masney <masneyb@gftp.org> 1412 2002-10-03 Brian Masney <masneyb@gftp.org>
1395 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1413 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)