0.3.4 January 2001

* Fixed a file system portability problem. Impact: wrong timestamps on
  mirrors. Thanks to Felix von Leitner <leitner@fefe.de>.$
* implemented option to deal with FTP "ACCT".

0.3.3 October 2000

* No validity check on remote files names was done.
  Impact: security breach if the FTP server uses names like
  ../../../../etc/passwd. Solution: ignore files with / in the name.
  Note: don't run ftpcopy as root, anyway.
* The programs try to deal more nicely with ^z.
* There's a mailing list for ftpcopy. To subscribe send mail to
  ftpcopy-subscribe@lists.ohse.de.

0.3.2 September 2000

* don't kill old proftpd servers, don't waste bandwithd.

0.3.1 July 2000

* understands the listing format of ftp.nai.com.
* a number of environment variables may influence where "make install" 
  puts the files. See http://www.ohse.de/uwe/uoinstall.html for
  details.
* ftpcopy logged empty wildcard expression in case of exclusion.

0.3.0 July 2000

* the tools can be told to not log in (--user="").
* a new script, "ftpcp", acts like `ftpcopy -n "$@"'
* bugfix: directory deletions didn't work.
* new option: --include (like and unlike --exclude)
* new option: --list-options XXX 
  for options to be given to the list commands.
* new option: --tries (maximum number of connect and
  log in attempts).

0.2.2 February 2000

* portability enhancements.
* reduced package size by not using autoconf & automake anymore.
* ftpcopy now works if the path to the target is a relative one
  (that is, "ftpcopy ... ./newdir" no works).
* ftpls can now be used not only to list directories, but also
  to list files.

0.2.0 February 2000

* portability enhancements.
* bug fixes.

0.1.3 January 2000

* new program ftpls
* ftpcopy now understands URLs.
* ftpcopy doesn't need a local directory anymore, it tries to 
  save the file in the current directory.
* ftpcopy: a new option "-m / --max-days" to restricted downloading
  to files not older than a given amount of days.
* ftpcopy: a new option "-x / --exclude", may be used to stop
  downloading of files matching a wildcard, or entering directories
  matching a wildcard.
* some interoperability fixes (traditional FTP servers).

2000-01-14  Uwe Ohse  <uwe@serak.ohse.de>

	* Release 0.1.2
	* ftpcopy.c: implemented option to deal with symbolic links
	  on broken ftp servers.
      implemented option to only create the directory hierarchie
	  (together with the option mentioned above it will also
	  create symbolic links).
	  deal with multiline FTP responses.
	  fixed a bug in the symlink creation function (used by EPLF
	  and traditional stuff).
	  use null terminated strings everywhere.

2000-01-13  Uwe Ohse  <uwe@serak.ohse.de>

	* Release 0.1.1
	  (0.1.0 was used internally)

2000-01-12  Uwe Ohse  <uwe@serak.ohse.de>

	* internal Release 0.1.0
