aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-09-10 21:06:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-09-10 21:06:50 +0000
commit7ff4b4f2b5871900d27f5640f71c41858727fc77 (patch)
treef4552c3722e81cef33996e40ad7b13f96b7d0c3d /RELEASE-NOTES
parent945feafe25b97bdf0d91f49c5452608d66f2e047 (diff)
- Claes Jakobsson fixed a problem with cookie expiry dates at exctly the epoch
start second "Thu Jan 1 00:00:00 GMT 1970" as the date parser then returns 0 which internally then is treated as a session cookie. That particular date is now made to get the value of 1.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d2eb90104..7136fd55c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -27,6 +27,7 @@ This release includes the following bugfixes:
o ftp NOBODY on re-used connection hang
o configure uses pkg-config for cross-compiles as well
o improved NSS detection in configure
+ o cookie expiry date at 1970-jan-1 00:00:00
This release includes the following known bugs:
@@ -36,6 +37,7 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet,
- Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester, Daniel Johnson
+ Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester, Daniel Johnson,
+ Claes Jakobsson
Thanks! (and sorry if I forgot to mention someone)