diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-03-10 23:04:21 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-03-10 23:04:21 -0500 |
commit | f48e958239c4e1409735686dd5d3ee5d186ea8f9 (patch) | |
tree | 0e73f8b8070bcdeaa3795d08c1326816bd736ca0 | |
parent | 399e6f9762ad4fe5a9b582bfb1a70203aaa795da (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-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 15 insertions, 1 deletions
@@ -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 @@ -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], |