diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2006-02-21 05:54:43 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2006-02-21 05:54:43 +0000 |
commit | 676b851103002c400305426a409b753d1ebeefe4 (patch) | |
tree | 5d5dfb134b6e635e5116b38846bc7149aa860d8b /www/sitecopy/PLIST | |
parent | 7a1822e617c464120dfbebe667a914d33c2d92b9 (diff) | |
download | pkgsrc-676b851103002c400305426a409b753d1ebeefe4.tar.gz |
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.
Diffstat (limited to 'www/sitecopy/PLIST')
-rw-r--r-- | www/sitecopy/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sitecopy/PLIST b/www/sitecopy/PLIST index 22d9c411610..27a5a7867aa 100644 --- a/www/sitecopy/PLIST +++ b/www/sitecopy/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2003/09/23 09:05:23 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/02/21 05:54:43 hiramatsu Exp $ bin/sitecopy +man/fr/man1/sitecopy.1 man/man1/sitecopy.1 share/doc/sitecopy/NEWS share/doc/sitecopy/README |