From 11183f3953eb2b972000ea485dfc7df2b5e1afb7 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Sat, 10 Nov 2007 20:02:00 -0600 Subject: update NEWS and bump version for 1.4.6 release * NEWS: update news for 1.4.6 release * configure.in: bumped version --- ChangeLog | 7 +++++++ NEWS | 11 ++++++++--- configure.in | 2 +- 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 + + * NEWS: update news for 1.4.6 release + * configure.in: bumped version + 2007-08-13 Murray Cumming * cairomm/context.cc: Add #include 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) -- cgit v1.2.3