Subject: CVS commit: pkgsrc/www/sitecopy
To: None <pkgsrc-changes@NetBSD.org>
From: Hiramatsu Yoshifumi <hiramatsu@netbsd.org>
List: pkgsrc-changes
Date: 02/21/2006 05:54:44
Module Name:	pkgsrc
Committed By:	hiramatsu
Date:		Tue Feb 21 05:54:44 UTC 2006

Modified Files:
	pkgsrc/www/sitecopy: Makefile PLIST distinfo

Log Message:
Updated to 0.16.2.

Changes in release 0.16.2:
* Fix over-eager move/rename algorithm when handling a
 delete of one of a set of identical files.
* DAV: Fix ordering issues with --fetch.
* FTP: Retry after response timeouts for STOR commands.
* Update to neon 0.25.4.

Changes in release 0.16.1:
* FTP: Fix crash in FTP timeout handling.
* Improve error messages from LIST parser failure.

Changes in release 0.16.0:
* Fetch mode now fetches a single directory at a time:
 - works with DAV servers which reject "Depth: infinity" PROPFIND
 - works with FTP servers which reject the -R flag to LIST
 - "exclude" and "ignore" patterns are now matched as expected
   against remote files.
* In updates, delete files remotely before creating directories,
  to allow the "replace a file with a directory" case to work.
* sftpdriver.c compile fix for older Unixes.
* Fix for German translation (Jens Seidel)

Changes in release 0.15.1:
* Updated Italian translation (Cristian Rigamonti).
* FTP: fix newline handling issues for ASCII file transfers.
* sitecopy.1: explain use of "http secure" (Reed Snellenberger)
* Update to neon 0.25.0:
 - fix regressions in WebDAV path-escaping

Changes in release 0.15.0:
* Add SFTP support from Nobuyuki Tsuchimura using "protocol sftp".
* FTP: Ignore symlinks in fetch mode; fix some fetch mode error handling.
* DAV: fix use of remote root path which needed path-escaping.
* rsh/ssh: Filename quoting fixes (Nobuyuki Tsuchimura).
* Apply tempupload option to new files as well as changed files.
* In "sitecopy --flatlist" output, mark ignored items with "|ignored".
* Correct sitecopy.1 documentation: symlinks in the local site are
  followed not ignored, by default.
* Add French translation of man page, by Nicolas Girard.


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/www/sitecopy/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/www/sitecopy/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/www/sitecopy/distinfo

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