2000-07-15  Uwe Ohse  <uwe@serak.ohse.de>

internal: rewritten to use stralloc, taia.a, buffer, the new socket library.
ui:       provide a way to not log in (--user="").
ui:       ftpcp: new script, calls `ftpcopy -n "$@"'
ui:       added --tries option.
ui:       fixed exit code of ftpcopy, was 1 instead of 0 in case of 
          success.
version:  0.3.0

2000-06-10  Uwe Ohse  <uwe@serak.ohse.de>

bugfix:  directory deletions didn't work.
ui:      added --include option.

2000-05-18  Uwe Ohse  <uwe@serak.ohse.de>

ui:      add option "-L" / "--list-options" to ftpcopy and ftpls.
ui:      fix typo in long options of ftpls.
bugfix:  ftpls didn't correctly check the result code of the
         LIST command.

2000-02-15  Uwe Ohse  <uwe@serak.ohse.de>

	* library function updates (mainly the big uoio cleanup).
	* threw out automake / autoconf stuff.
	* ftpcopy: target may now be a relative path.
	* ftpls: can now list only one file.
	* Release 0.2.2 (0.2.1 was internal)

2000-02-08  Uwe Ohse  <uwe@serak.ohse.de>

	* Release 0.2.0

	* ftpcopy.c: (download) forgot to close the socket if
	  the server tells us that the file is not available.
	
	* ftpcopy.c: (delete) stopped to work reliably in 0.1.3. Oops.

	* uoio.c, uostr.c: library function update. Nothing serious.

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

	* Release 0.1.3

	* ftplib.c: new file containing some functions of ftpcopy.c

	* ftpcopy.c: use ftplib.c functions.
	  understands URLs.
	  doesn't need a local dir anymore (uses ./something).

	* ftpparse.c: ANSIfied it.

	* ftpls.c: new program

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

	* ftpcopy.c: new option -m / --max-days to only download files
	  modified in the last N days.
	  new option -x / --exclude, implements exclusion list.
	  added some rmdirs where they seem appropriate.

	* uptime.h, uo_now.c, uo_wildmat.h uo_wildmat.c: new files
	  from the repository.

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

	* ftpcopy.c: close the data connection before reading the servers 
	  final answer. Seems to be needed for some ftp servers (what
	  does the standard say about that?).

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
