summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--NEWS11
-rw-r--r--configure.in2
3 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ebf3fe..bd3bd08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+== 1.4.6 ==
+
+2007-11-10 Jonathon Jongsma <jjongsma@gnome.org>
+
+ * NEWS: update news for 1.4.6 release
+ * configure.in: bumped version
+
2007-08-13 Murray Cumming <murrayc@murrayc.com>
* cairomm/context.cc: Add #include <cairomm/quartz_surface.h>
diff --git a/NEWS b/NEWS
index 071eb4e..a6cd001 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,13 @@
+1.4.6:
+
+ * Bugfixes:
+ - Bug #11972: Cannot build cairomm with Quartz enabled
+
1.4.4:
-* Added the --enable-api-exceptions=yes/no configure option, to allow
- cairomm to build when exceptions are disabled. For instance, when
- using CXXFLAGS=-fno-exceptions with g++.
+ * Added the --enable-api-exceptions=yes/no configure option, to allow
+ cairomm to build when exceptions are disabled. For instance, when using
+ CXXFLAGS=-fno-exceptions with g++.
1.4.2:
diff --git a/configure.in b/configure.in
index c158ab4..46f9785 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=5
+GENERIC_MICRO_VERSION=6
GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION
AC_SUBST(GENERIC_MAJOR_VERSION)
AC_SUBST(GENERIC_MINOR_VERSION)