aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-08-17 09:01:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-08-17 09:01:07 +0000
commitc36af24cbd00a45cf9294e87bf911e87c5b68a07 (patch)
treeec0dbd1e39a43f7244d84ab652f1532edafd80ad /RELEASE-NOTES
parenta676c18502d5ec3128db11accf04d6de3f9be949 (diff)
handles expiry times in cookie files that go beyond 32 bits in size
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 15d531107..adad93014 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"