summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-03-10 23:04:21 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2008-03-10 23:04:21 -0500
commitf48e958239c4e1409735686dd5d3ee5d186ea8f9 (patch)
tree0e73f8b8070bcdeaa3795d08c1326816bd736ca0
parent399e6f9762ad4fe5a9b582bfb1a70203aaa795da (diff)
Update for 1.5.0 releasev1.5.0
* configure.in: bump cairo requirement to at least 1.5.10 * NEWS: update for 1.5.0 release
-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],