handles expiry times in cookie files that go beyond 32 bits in size

This commit is contained in:
Daniel Stenberg 2005-08-17 09:01:07 +00:00
parent a676c18502
commit c36af24cbd
1 changed files with 1 additions and 0 deletions

View File

@ -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"