summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-06-20 16:37:43 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-20 16:37:43 +0000
commit1f536d2f1233ede8ef7b205864e72e8ea233c97e (patch)
treeb643f82c38eed463350300c59f382027a835b4d1 /ChangeLog.pre-2-12
parentde6a4865a0612d49e0bad5777156aaa3b5cadb09 (diff)
downloadglib-1f536d2f1233ede8ef7b205864e72e8ea233c97e.tar.gz
Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship)
2006-06-20 Matthias Clasen <mclasen@redhat.com> * glib/gtimer.c (mktime_utc): Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship) * tests/testglib.c (main): Change the test data for the g_time_val_from_iso8601 tests to expose an off-by-2 error in the leap year calculation.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-127
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 8db738e16..28c164aca 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,12 @@
2006-06-20 Matthias Clasen <mclasen@redhat.com>
+ * glib/gtimer.c (mktime_utc): Fix an off-by-2 error
+ in the leap year calculation. (#344905, Dan Winship)
+
+ * tests/testglib.c (main): Change the test data for
+ the g_time_val_from_iso8601 tests to expose an off-by-2
+ error in the leap year calculation.
+
* configure.in: Bump version
* === Released 2.11.4 ===