diff docs/website/generate-gftp-website.pl @ 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 cf283d076239
children d2bf2d3b0173
line wrap: on
line diff
--- a/docs/website/generate-gftp-website.pl	Wed Mar 24 11:06:41 2004 +0000
+++ b/docs/website/generate-gftp-website.pl	Fri Mar 26 21:03:51 2004 +0000
@@ -14,7 +14,7 @@
            "STABLE_GZ" => "gftp-" . $version . ".tar.gz",
            "STABLE_I386RPM" => "gftp-" . $version . "-1.i386.rpm",
            "STABLE_SRCRPM" => "gftp-" . $version . "-1.src.rpm",
-           "STABLE_I386DEB" => "gftp_" . $version . "-1_i386.deb",
+           "STABLE_I386DEB" => "gftp_" . $version . "-1_all.deb",
            "STABLE_I386DEB_COMMON" => "gftp-common_" . $version . "-1_i386.deb",
            "STABLE_I386DEB_GTK" => "gftp-gtk_" . $version . "-1_i386.deb",
            "STABLE_I386DEB_TEXT" => "gftp-text_" . $version . "-1_i386.deb");