summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:31:39 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:38:20 -0500
commit399e6f9762ad4fe5a9b582bfb1a70203aaa795da (patch)
tree9621b757d211b8357d7971c27ce1515a98190ef8 /ChangeLog
parent8182512e22f7df04f98d2f5c8f6685a07e4b0b9b (diff)
install config header
* cairomm/Makefile.am: install the new cairommconfig.h header and make sure that the .in file is distributed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28d1dce..058120e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-03-10 Jonathon Jongsma <jjongsma@gnome.org>
+ * cairomm/Makefile.am: install the new cairommconfig.h header and make sure
+ that the .in file is distributed
+
+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