summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a01274a..e01de478 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-03-21 Murray Cumming <murrayc@murrayc.com>
+
+ Correct some range checks to use >= instead of just >.
+
+ * glib/glibmm/stringutils.cc: Glib::Ascii::strtod():
+ * glib/src/variant.[hg|ccg]: get(): Correct the range check. This would
+ previously not have caught all wrong ranges.
+ Thanks to Michael Edwards.
+
2011-03-20 Krzesimir Nowak <qdlacz@gmail.com>
Vectorutils, ArrayHandle: Check for NULL pointers.