summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:24:22 -0500
committerJonathon Jongsma <jjongsma@gnome.org>2008-03-10 22:24:22 -0500
commitae6c439be803bea9bce1fb4fd32c7dd8d0cde317 (patch)
tree9cd89a4413a768a1caf2e35440abdcf99110632b
parent4e5193a3376e6851e20d288248a4f1b2ec79df71 (diff)
Bump version, update NEWS for 1.4.8 release
-rw-r--r--ChangeLog2
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 399411f..f99d9db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+== 1.4.8 ==
+
2008-03-10 Jonathon Jongsma <jjongsma@gnome.org>
* cairomm/exception.cc: include <string> to fix the build on solaris which
diff --git a/NEWS b/NEWS
index a6cd001..d741d62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+1.4.8:
+
+ * 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 cc4d982..b30eac3 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(cairomm/cairomm.h)
#release versioning
GENERIC_MAJOR_VERSION=1
GENERIC_MINOR_VERSION=4
-GENERIC_MICRO_VERSION=6
+GENERIC_MICRO_VERSION=8
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)