diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 11 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 16 insertions, 4 deletions
@@ -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> @@ -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) |