view debian/changelog @ 303:3b9d5797050f

2003-11-2 Brian Masney <masneyb@gftp.org> * lib/rfc2068.c (rfc2068_chunked_read) - more improvements to this function so that it will parse more chunked file transfers correctly. * lib/misc.c lib/gftp.h lib/rfc2068.c src/gtk/bookmarks.c src/gtk/dnd.c - removed remove_double_slashes(). Call gftp_build_path() to build the paths. This now allows Novell directory listings with //server * lib/protocols.c src/gtk/transfer.c lib/gftp.h - added variable conn_error_no_timeout to gftp_transfer structure. If this is enabled, if the remote connection to the server timed out, don't wait and immediately reconnect. So far, the only time this is used is when the user was editing a file and it is to be uploaded back to the server. * src/gtk/gftp-gtk.h src/gtk/transfer.c - add_file_transfer() now returns the struct gftp_transfer that was just added. * src/gtk/misc-gtk.c (update_directory_download_progress) - don't make the window a popup and remove the window decorations * src/text/gftp-text.c - don't populate the transfer_direction variable in struct gftp_transfer. This is only needed by the GTK+ port and will hopefully be taken out soon. * lib/gftp.h - remove gftp_transfer_type enum. It wasn't used anymore.
author masneyb
date Mon, 03 Nov 2003 02:14:05 +0000
parents dbf13a10be13
children 719279584fb8
line wrap: on
line source

gftp (2.0.15-1) unstable; urgency=low

  * New release. See CHANGELOG for details on changes in this release

 -- Brian Masney <masneyb@gftp.org>  Wed, 20 Aug 2003 19:41:35 -0400

gftp (2.0.14-1.1) unstable; urgency=low

  * NMU (RC bug with patch more than 4 months old).
  * debian/control:
    + Set policy to 3.5.10.
    + Added proper Conflicts/Replaces to reflect moving the menu file from
      gftp-common to gftp-gtk (Closes: #176188, #176206).
    + Used ${Source-Version} in package dependencies.
  * debian/menu:
    + Changed the package test to gftp-gtk.

 -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Fri,  6 Jun 2003 13:24:06 +0200

gftp (2.0.14-1) unstable; urgency=low

  * Added Brian's patch which closes: #170367.
  * Moving menu file in gftp-gtk (closes: #158430).
  * Added libreadline-dev in the gtk-text Build-Depends (closes: #172016).
  * gftp now supports gtk2, so switching to use it (closes: #158406).
  * Lowered debhelper version to 2 to build gftp in debian stable release
    (Nicolas Boos).
  * New upstream release.

 -- Aurelien Beaujean <aure@debian.org>  Wed,  8 Jan 2003 22:50:38 +0100

gftp (2.0.13-1) unstable; urgency=low

  * Added a gftp mini logo (gftp-mini-logo.xpm) and using it in the menu file
    which closes: #153468.
  * New upstream release, it fix gftp-text problem, so closes: #153836.

 -- Aurelien Beaujean <aure@debian.org>  Mon, 22 Jul 2002 10:21:44 +0200

gftp (2.0.12-1) unstable; urgency=low

  * Moving menu file into gftp-common: closes: #135042.
  * Forgot to close the german translation mistake warning in the pervious
    release so: closes: #125384.
  * Changing maintainer's email.
  * New upstream release, so closes segfault bug: closes: #146836.

 -- Aurelien Beaujean <aure@debian.org>  Sat, 13 Jul 2002 13:47:13 +0200

gftp (2.0.11-1) unstable; urgency=low

  * New release.

 -- Aurelien Beaujean <beaujean@efrei.fr>  Thu, 17 Jan 2002 20:52:36 +0100

gftp (2.0.10-2) unstable; urgency=low

  * Added ABOUT-NLS, THANKS and docs/USERS-GUIDE in debian/docs file.
  * Added an icon entry in the debian/menu file.
  * Change of the debhelper version to 3.
  * Checked and changed Standards-Version to 3.5.6.0.

 -- Aurelien Beaujean <beaujean@efrei.fr>  Fri, 28 Dec 2001 12:16:09 +0100

gftp (2.0.10-1) unstable; urgency=low

  * New release, closes: #126134.
  * Included a new docs/sample.gftp/deb.xpm icon that best represent Debian,
    closes: #123932.
  * Correct spelling mistake SSG instead of SSH in german lang files,
    closes: #116619.

 -- Aurelien Beaujean <beaujean@efrei.fr>  Wed, 26 Dec 2001 13:02:33 +0100

gftp (2.0.9-1) unstable; urgency=low

  * New release.
  * Added SSH file transfert and FXP support in the package description.

 -- Aurelien Beaujean <beaujean@efrei.fr>  Sat, 01 Dec 2001 23:08:31 +0100

gftp (2.0.9pre3-1) unstable; urgency=low

  * New upstream version.

 -- Aurelien Beaujean <beaujean@efrei.fr>  Wed, 21 Nov 2001 19:42:18 +0100

gftp (2.0.9pre2-1) unstable; urgency=low

  * New maintainer, Closes: #109220.

 -- Aurelien Beaujean <beaujean@efrei.fr>  Sat, 3 Nov 2001 18:11:15 -0200

gftp (2.0.9pre1-1) unstable; urgency=low

  * New release. See CHANGELOG for details on changes in this release

 -- Brian Masney <masneyb@seul.org>  Thu, 1 Nov 2001 22:24:32 -0500

gftp (2.0.8-2) unstable; urgency=low

  * Removed remnant /usr/bin/X11/ in the path for gftp in its menu entry,
    closes: #95483.
  * Applied patch from John Daily for gftp-text anonymous, thank you,
    closes: #95967.
  * Put the wrapper script into gftp-common since we have a Depends: on them
    anyway, ditched alternatives and added temporary preinsts and Conflicts:
    to cleanly remove the alternative, closes: #95968.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Thu,  3 May 2001 23:13:57 +0200

gftp (2.0.8-1) unstable; urgency=low

  * New upstream version:
    + no longer vulnerable to format string bugs, closes: #94394.
    + no longer crashes when downloading multiple files, closes: #89577.
    + fixed problem with domains in local hosts, closes: #77032.
    + fixed corruption of ASCII files, closes: #81629.
    + no longer stores passwords in index.db, closes: #84319.
  * Split package into three parts:
    + gftp-gtk: contains the version of the program that needs X and
                GTK+/Glib
    + gftp-text: contains the version of the program that only needs
                 console and GLib
    + gftp-common: contains the shared stuff, namely the locales and the
                   manpage.
    The `gftp' binary is handled using alternatives (that script checking
    $DISPLAY looks nice, but it'd be a conflict).
  * gftp is a dummy package now, and it will install all three of these.
  * Standards-Version: 3.5.2.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Tue, 20 Mar 2001 14:12:44 +0100

gftp (2.0.8) unstable; urgency=low

  * New release. See CHANGELOG for details on changes in this release

 -- Brian Masney <masneyb@seul.org>  Mon, 4 Apr 2001 22:35:27 -0500

gftp (2.0.7b-1) unstable; urgency=low

  * New upstream version.
  * Added debhelper to build-dependencies, closes: #66338.
  * Standards-Version: 3.2.0:
    + added DEB_BUILD_OPTIONS checks in debian/rules

 -- Josip Rodin <jrodin@jagor.srce.hr>  Mon, 21 Aug 2000 00:29:30 +0200

gftp (2.0.7a) unstable; urgency=low

  * New release. See CHANGELOG for details on changes in this release

 -- Brian Masney <masneyb@seul.org>  Mon, 24 Jul 2000 22:12:34 -0500

gftp (2.0.7-1) unstable; urgency=low

  * New upstream version.
  * Moved stuff out of X11R6/.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Mon, 10 Jul 2000 20:16:00 +0200

gftp (2.0.7) unstable; urgency=low

  * New release. See CHANGELOG for details on changes in this release

 -- Brian Masney <masneyb@seul.org>  Sun, 9 Jul 2000 17:24:41 -0500

gftp (2.0.6a-3) frozen unstable; urgency=low

  * Argh. Forgot to add `frozen' to the distributions, and that's necessary
    since the bug below is release-critical... doing it now.
    + Added -mieee to $CFLAGS when compiling on Alpha, closes: #64508.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Mon, 22 May 2000 23:01:47 +0200

gftp (2.0.6a-2) unstable; urgency=low

  * Added -mieee to $CFLAGS when compiling on Alpha, closes: #64508.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Mon, 22 May 2000 23:01:47 +0200

gftp (2.0.6a-1) unstable; urgency=low

  * New upstream version.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 19 Dec 1999 02:25:31 +0100

gftp (2.0.6) stable; urgency=low

  * New release. See CHANGELOG for details on changes in this release

 -- Brian Masney <masneyb@seul.org>  Sun, 05 Dec 1999 22:23:36 -0500

gftp (2.0.5a-1) unstable; urgency=low

  * New upstream version.
  * New maintainer (nobody appears to have wanted this package enough
    to actually upload it, so I'm taking it).
  * Policy 3.1.1 compliance.

 -- Josip Rodin <jrodin@jagor.srce.hr>  Sun, 28 Nov 1999 14:01:31 +0100

gftp (2.0.5a-1) stable; urgency=low

  * New release. See CHANGELOG for details on changes in this release

 -- Brian Masney <masneyb@seul.org>  Wed, 29 Sep 1999 21:45:40 -0500

gftp (2.0.5-1) stable; urgency=low

  * New release. See CHANGELOG for details on changes in this version.

 -- Brian Masney <masneyb@seul.org>  Thu, 23 Sep 1999 18:51:08 -0500

gftp (2.0.4-1) stable; urgency=low

gftp (2.0.2-1) unstable; urgency=low

  * New upstream releases

 -- Brian E. Ermovick <talon@debian.org>  Sun,  4 Jul 1999 03:18:42 -0500

gftp (2.0.0-2) unstable; urgency=low

  * Fixed minor build release, closing bug #37849 

 -- Brian E. Ermovick <talon@debian.org>  Thu, 20 May 1999 17:37:46 -0500

gftp (2.0.0-1) unstable; urgency=low

  * New Upstream Release.  Also closed bug #37750

 -- Brian E. Ermovick <talon@debian.org>  Mon, 17 May 1999 00:36:44 -0500

gftp (1.13-1) unstable; urgency=low

  * New Upstream Release.

 -- Brian E. Ermovick <talon@debian.org>  Sat,  8 May 1999 00:19:15 -0500

gftp (1.12-2) unstable; urgency=low

  * First release with new maintainer
  * Compiled against gtk 1.2

 -- Brian E. Ermovick <talon@debian.org>  Tue, 13 Apr 1999 01:15:34 -0500

gftp (1.12-1) unstable; urgency=low

  * New upstream version
  * Added postinst/postrm to call update-menus

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Fri,  5 Mar 1999 00:04:58 +0100

gftp (1.11-1) unstable; urgency=low, closes=32772

  * New upstream version, said to fix some crash bugs

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue,  9 Feb 1999 11:46:24 +0100

gftp (1.1-1) unstable; urgency=low, closes=32772

  * New upstream version (closes: Bug#32772)

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon,  8 Feb 1999 22:26:44 +0100

gftp (1.0.4-1) unstable; urgency=low

  * New upstream version
  * Removed -DDEBUG

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Wed, 27 Jan 1999 23:27:13 +0100

gftp (0.21-2) unstable; urgency=low

  * Corrected section to net

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Mon, 11 Jan 1999 23:01:05 +0100

gftp (0.21-1) unstable; urgency=low

  * New upstream source
  * Removed superflous message on the console if no .gftp directory is provided
  * Changed automatic password creation from "user@host" to "user@host.domain"
  * Changed "X Windows" to "X11 Sites" since the X Consortium doesn't like
    their product to be called like a similar named crappy piece of [zensored].

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Thu,  7 Jan 1999 20:41:16 +0100

gftp (0.2-1) unstable; urgency=low

  * First trial

 -- Martin Schulze <joey@finlandia.infodrom.north.de>  Tue,  5 Jan 1999 12:31:13 +0100