1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

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

View File

@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes: 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 o several client problems with files, such as doing -d @file when the file
isn't readable now gets a warning displayed isn't readable now gets a warning displayed
o write callback abort didn't always "take" o write callback abort didn't always "take"