diff options
author | adam <adam> | 2005-02-22 16:26:57 +0000 |
---|---|---|
committer | adam <adam> | 2005-02-22 16:26:57 +0000 |
commit | a416c6e29bdb7ba014eba04073ac25f1dd2255dd (patch) | |
tree | 071bc9b8d2950f9d359c24d83464c9d1fa367541 /security/zebedee/PLIST | |
parent | ba732840340c9b9de76793e7d8251f3c99bbf989 (diff) | |
download | pkgsrc-a416c6e29bdb7ba014eba04073ac25f1dd2255dd.tar.gz |
Changes 2.5.2:
Cross-platform fix for checksumming code. This is
*incompatible* with version 2.5.1. As a temporary
workaround, setting "bugcompatibility 251" will maintain
compatibility with release 2.5.1 for little-endian platforms
(e.g. Intel). This will be removed from the final production
release.
Upgrade to Inno Setup 4.
More documentation fixes.
Increased the default thread stack size to 64k and
added "threadstacksize" for debug/test purposes.
Fix handling of HTTP/1.1 responses from proxies.
Added acceptconnecttimeout (supersedes "connecttimeout")
along with connectattempts, serverconnecttimeout and
targetconnecttimeout.
Fixed bug with "clienthost" not being honoured when Zebedee
was used as a service.
Diffstat (limited to 'security/zebedee/PLIST')
-rw-r--r-- | security/zebedee/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/zebedee/PLIST b/security/zebedee/PLIST index 81c3b7104d9..a8018f80cc5 100644 --- a/security/zebedee/PLIST +++ b/security/zebedee/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:18:05 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2005/02/22 16:26:58 adam Exp $ bin/ftpgw.tcl bin/zebedee man/man1/ftpgw.tcl.1 @@ -6,6 +6,7 @@ man/man1/zebedee.1 share/doc/zebedee/CHANGES.txt share/doc/zebedee/GPL2.txt share/doc/zebedee/LICENCE.txt +share/doc/zebedee/NOTICE.txt share/doc/zebedee/README.txt share/doc/zebedee/client1.key share/doc/zebedee/client2.key |