annotate docs/website/announce.txt @ 451:83cfffb2878a

2004-3-26 Brian Masney <masneyb@gftp.org> * lib/ftps.c lib/gftp.h lib/rfc959.c - when reestablishing a connection to a FTPS host, make sure the initial commands are sent over in plaintext * lib/protocols.c - make sure the port is displayed to the user in the proper byte order when getaddrinfo() is not included on the system * lib/misc.c (gftp_copy_request) - make sure req->init is not NULL before attempting to initialize the new request structure. This fixes a segfault that happened when viewing/editing a local file (from Chelban Vasile <mail4509@pochtamt.ru>) * docs/website/generate-gftp-website.pl - updated the STABLE_I386DEB filename * docs/website/index.html.in - updated the main website * docs/website/announce.txt - announcement for the 2.0.17 release
author masneyb
date Fri, 26 Mar 2004 21:03:51 +0000
parents
children 1f48ce5a9305
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
451
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
1 I am pleased to announce the availability of gFTP 2.0.17. Here is a summarized
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
2 list of changes since version 2.0.16. For a full list of changes, please see
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
3 the ChangeLog file that is included with the source distribution.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
4
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
5 * Separated out more of the UI independent code in the GTK+ and Text ports and
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
6 created a user interface common repository. Cleaned up some of the existing
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
7 GTK+ code. The GTK+ port can now be controlled from a command line interface
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
8 in the GUI. There is an option you have to enable in the options dialog for
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
9 this. (enable manual commands in GUI)
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
10 * Added support for the FTPS protocol. The control connection is the only
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
11 one encrypted at the moment.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
12 * When viewing/editing a file, the temporary file that is created is created
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
13 with the same extension as the remote file so that syntax highlighting works
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
14 * File transfers can be resumed/skipped/overwritten in the text port and
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
15 whenever files are dropped on gftp in the GTK+ port.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
16 * FTP: Added support for MVS directory listings
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
17 * FTP: Fix for FXP transfers
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
18 * SSH2: fix for resuming uploads
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
19 * Added option to show the transfer status in the title bar.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
20 * Added option to disable IPV6 support.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
21 * Fixed the wrong date being displayed when a file was modified last year
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
22 * 64 bit cleanups. This also fixed a SSH segfault that was happening on
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
23 FreeBSD
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
24 * Look for the .gmo translation files in the proper directory
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
25 * If a bookmark-ed site has it's password saved in the config file, then the
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
26 passwords are written out in a scrambled format. This isn't secure, but
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
27 it'll
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
28 prevent someone from casually looking over your shoulder and seeing your
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
29 password. I still do not recommend saving your passwords to disk.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
30 * Fix for systems that do not support the %'ld format argument
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
31 * The startup directory option is now expanded so that an option like
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
32 ~/src can be specified
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
33 * New language translations and updates (ca cs de ga hr hu nl pt_BR sr sr@Latn
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
34 ta th)
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
35 * Many other small changes and improvements. See the ChangeLog file in the
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
36 distribution for a detailed list of changes.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
37
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
38 MD5SUMs:
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
39
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
40
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
41 I would like to thank the following people that have contributed code to gFTP
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
42 since 2.0.16:
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
43
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
44 Gwenole Beauchesne, Jamil Geor, Aurelien Jarno, Oliver Lehmann,
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
45 Hans-J?rgen Sch?ler, Nam SungHyun and Chelban Vasile
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
46
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
47 I would also like to thank the following people that have contributed
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
48 translations to gFTP since 2.0.16:
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
49
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
50 Danilo Ã~EÂ| egan, Vincent van Adrighem, Albert Astals Cid, Bernd Leibing,
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
51 Duarte Loreto, Alastair McKinstry, Robert Sedak, Francisco Javier F. Serrador,
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
52 Andras Timar, Miloslav Trmac, Murugapandian, Paisa Seeluangsawat,
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
53 JoÃ~C£o Paulo Gomes Vanzuita, Gustavo Maciel Dias Vieira
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
54
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
55 Also, thanks to everyone that has submitted bug reports or offered ideas for
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
56 improvements.
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
57
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
58 Brian
83cfffb2878a 2004-3-26 Brian Masney <masneyb@gftp.org>
masneyb
parents:
diff changeset
59