summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS7
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 058120e..51db080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+== 1.5.0 ==
+
+2008-03-10 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * configure.in: bump cairo requirement to at least 1.5.10
+ * NEWS: update for 1.5.0 release
+
2008-03-10 Jonathon Jongsma <jjongsma@gnome.org>
* cairomm/Makefile.am: install the new cairommconfig.h header and make sure
diff --git a/NEWS b/NEWS
index a6cd001..5c5292d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.5.0:
+
+ * Unstable release wrapping new API in cairo 1.5 series
+ * Bugfixes
+ - Bug #14559: build failure in exception.cc on Solaris with Sun Workshop C++
+ - Bug #14558: cairomm 1.4.6 context.cc needs math.h on Solaris
+
1.4.6:
* Bugfixes:
diff --git a/configure.in b/configure.in
index b9360bd..ebcf0c4 100644
--- a/configure.in
+++ b/configure.in
@@ -105,7 +105,7 @@ dnl some platforms (e.g. Solaris) need additional C headers included so
dnl that there are always prototypes and defines available.
AC_CHECK_HEADERS(math.h)
-PKG_CHECK_MODULES(CAIROMM, cairo >= 1.5.8)
+PKG_CHECK_MODULES(CAIROMM, cairo >= 1.5.10)
AC_ARG_ENABLE(tests,
AC_HELP_STRING([--enable-tests=yes|no],