comparison ChangeLog @ 310:cf283d076239

2003-11-9 Brian Masney <masneyb@gftp.org> * docs/Makefile.am - clean up documentation in clean target * docs/website/generate-gftp-website.pl docs/website/index.html.in - copy README/FAQ that is automatically generated to the website. * docs/website/install.html docs/website/faq.html - no longer needed anymore. * docs/website/index.html.in - updated the list of languages * ChangeLog-old - updated with brief list of changes since 2.0.15
author masneyb
date Sun, 09 Nov 2003 13:11:37 +0000
parents cc2eeb30b793
children 719279584fb8
comparison
equal deleted inserted replaced
309:cc2eeb30b793 310:cf283d076239
1 2003-11-9 Brian Masney <masneyb@gftp.org>
2 * docs/Makefile.am - clean up documentation in clean target
3
4 * docs/website/generate-gftp-website.pl docs/website/index.html.in -
5 copy README/FAQ that is automatically generated to the website.
6
7 * docs/website/install.html docs/website/faq.html - no longer needed
8 anymore.
9
10 * docs/website/index.html.in - updated the list of languages
11
12 * ChangeLog-old - updated with brief list of changes since 2.0.15
13
1 2003-11-7 Brian Masney <masneyb@gftp.org> 14 2003-11-7 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c 15 * lib/gftp.h lib/local.c lib/protocols.c lib/rfc2068.c lib/rfc959.c
3 lib/sshv2.c - added copy_param_options method to gftp_request 16 lib/sshv2.c - added copy_param_options method to gftp_request
4 structure. When a gftp_request structure is copied, if a 17 structure. When a gftp_request structure is copied, if a
5 copy_param_options method exists, this will be called so that the 18 copy_param_options method exists, this will be called so that the
22 * configure.in - updated version to 2.0.16. 35 * configure.in - updated version to 2.0.16.
23 36
24 * configure.in docs/Makefile.am - Added check for the db2html 37 * configure.in docs/Makefile.am - Added check for the db2html
25 command (from gtk+ configure) 38 command (from gtk+ configure)
26 39
27 * docs/gftp-faq.sgml - updated with more informationA 40 * docs/gftp-faq.sgml - updated with more information
28 41
29 * docs/website/index.html.in - updated list of translations 42 * docs/website/index.html.in - updated list of translations
30 43
31 * lib/misc.c (expand_path) - expand paths with double slashes 44 * lib/misc.c (expand_path) - expand paths with double slashes
32 properly to support Novell directory listings. 45 properly to support Novell directory listings.
1725 1738
1726 * configure.in - link in gthread 1739 * configure.in - link in gthread
1727 1740
1728 * cvsclean - added this script 1741 * cvsclean - added this script
1729 1742
1730 * *.[ch] - added $Id: ChangeLog,v 1.169 2003/11/08 12:23:20 masneyb Exp $ tags 1743 * *.[ch] - added $Id: ChangeLog,v 1.170 2003/11/09 13:11:36 masneyb Exp $ tags
1731 1744
1732 * debian/* - updated files from Debian maintainer 1745 * debian/* - updated files from Debian maintainer
1733 1746
1734 2002-10-03 Brian Masney <masneyb@gftp.org> 1747 2002-10-03 Brian Masney <masneyb@gftp.org>
1735 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1748 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)