From: Daniel Stenberg Date: Wed, 17 Aug 2005 09:01:07 +0000 (+0000) Subject: handles expiry times in cookie files that go beyond 32 bits in size X-Git-Tag: curl-7_14_1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36af24cbd00a45cf9294e87bf911e87c5b68a07;p=thirdparty%2Fcurl.git handles expiry times in cookie files that go beyond 32 bits in size --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 15d531107a..adad930143 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o handles expiry times in cookie files that go beyond 32 bits in size o several client problems with files, such as doing -d @file when the file isn't readable now gets a warning displayed o write callback abort didn't always "take"