aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-07-10 22:27:16 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-07-10 22:27:16 +0000
commit19631f5d5f4ccc5a65b441b80c7fa978c2e04883 (patch)
tree15612805ae7e33b2964cdec40bdfc50d7bf8584c /CHANGES
parenta8d6b40736d17eb1515a72862b9966a4886dd6f7 (diff)
Force the time zone to GMT in the cookie tests in case the user is
using one of the so-called 'right' time zones that take into account leap seconds, which causes the tests to fail (as reported by Daniel Black in bug report #1745964).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index dcf7b48b9..bf4f46343 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
Changelog
+Dan F (10 July 2007)
+- Fixed a curl memory leak reported by Song Ma with a modified version
+ of the patch he suggested. Added his test case as test289 to verify.
+
+- Force the time zone to GMT in the cookie tests in case the user is
+ using one of the so-called 'right' time zones that take into account
+ leap seconds, which causes the tests to fail (as reported by
+ Daniel Black in bug report #1745964).
+
Version 7.16.4 (10 July 2007)
Daniel S (10 July 2007)