summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00e938d..399411f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-03-10 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * cairomm/exception.cc: include <string> to fix the build on solaris which
+ apparently doesn't include string from their exception header (Tim Mooney).
+ Fixes bug #14559
+
2008-02-19 Tim Mooney <enchanter@users.sourceforge.net>
* configure.in: Added check, defining HAVE_MATH_H.