Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Rene Hexel <rh@netbsd.org>
List: pkgsrc-changes
Date: 05/15/2001 10:56:45
Module Name:	pkgsrc
Committed By:	rh
Date:		Tue May 15 07:56:45 UTC 2001

Modified Files:
	pkgsrc/net/gftp: Makefile distinfo
	pkgsrc/net/gftp/patches: patch-ab
	pkgsrc/net/gftp/pkg: PLIST

Log Message:
Update gftp to 2.0.8.  Update provided by Martti Kuparinen
<martti.kuparinen@iki.fi> in private mail.  This closes his PR 12936.

Changes from 2.0.8pre4 to 2.0.8

* Fixed progress update bug when downloading files
* Other small bug fixes
* Updated French and Czech translation

Changes from 2.0.8pre3 to 2.0.8pre4

* Fixed bug with gftp sometimes "freezing" up when you would have it do
  several things at once
* Moved the displaying of the KB/s from the current KB/s back to the
  average KB/s for the file transfer
* Fixed bug with current file numbers not being updated
* Fixed bug where gftp would reconnect to a site after a file upload
* Fixed bug where the cache wasn't being updated when you refreshed a
  directory listing
* Fixed bug where you couldn't select overwrite, resume or skip when
  transfering files that already existed
* Made it so that the text port doesn't require the XPM files to be present
  when the config file is read
* Renamed gtk12 port from gftp-gtk12 to gftp-gtk. I'll work gtk+ 2.0 port
  in the same source with #ifdefs
* Other small bug fixes
* Added Turkish translation

Changes from 2.0.8pre2 to 2.0.8pre3

* Fixed some downloading/uploading problems and also fixed some
  reconnecting problems
* Fixed bug so that you can do other stuff while a file transfer is in
  progress
* Fixed crash that would occur if you would enter a blank host in the
  toolbar
* Fixed compile problem on Solaris 7
* Drag and Drop fixups
* Quite a few other small bug fixes
* Updated French and Russian translation

Changes from 2.0.8pre1 to 2.0.8pre2

* Fixed crash in bookmarks
* Added some more bookmarks
* Fixed crash with viewing files
* Fixed compile problem with operating systems that don't have
  getaddrinfo(3)
* Fixed bug with dragging a local file
* Fixed bug with file transfer timeout
* Removed unused variables from some structures
* Added overwrite by default option
* Fixed bug with keypad delete only letting you deleting one file
* Fixed bug with command line params not being passed from the gftp shell
  script to gftp-gtk12 and gftp-text
* Updated Korean translation

Changes from 2.0.7b to 2.0.8pre1

* Separated all UI related functions from the non-UI related functions.
  Now have text port along with gtk+ 1.2 port
* Fixed format string security problem in logging of ftp and http responses
* Made chdir, rm, chmod, rename, etc all threaded operations.  Now all
  network operations done in gftp should be stopable from the gui interface
* Improved net core so it should detect better if the remote connection
  closed
* When you go to upload a file now via ftp, it'll no longer send a SIZE
  command for each file. It can also now detect files that exist in
  subdirs and prompt you about those as well
* Fixed file corruption when files were transfered via ascii mode
* Added recursive directory deletes
* Can now reorder files that are being transfered
* If a file transfer is already going to one host, when you select more
  files to transfer they will automatically be appended to the current
  transfer in progress instead of another transfer being made
* Added simplified Chinese and Italian translation
* Various other small bug fixes


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/gftp/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/gftp/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/gftp/patches/patch-ab
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/gftp/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.