diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 4 |
3 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-04-04 Jonathon Jongsma <jonathon.jongsma@gmail.com> + + * NEWS: add news for 0.6.0 release + * configure.in: bump version to 0.6.0 + 2006-04-03 Jonathon Jongsma <jonathon.jongsma@gmail.com> * examples/text-rotate/text-rotate.cc: protect PNG functions with #ifdef in @@ -1,3 +1,12 @@ +0.6.0: + +* API: + - enumerations are now wrapped within the Cairo namespace. So, for example, + CAIRO_FORMAT_ARGB32 becomes Cairo::FORMAT_ARGB32 +* Examples: added simple text example translated from Cairo. +* Bugfixes for the Glitz and Windows backends. +* Build and installation improvements (Danilo Piazzalunga) + 0.5.0: * Surface: diff --git a/configure.in b/configure.in index bc8a3ae..d1f6b78 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_INIT(cairomm/cairomm.h) #release versioning GENERIC_MAJOR_VERSION=0 -GENERIC_MINOR_VERSION=5 +GENERIC_MINOR_VERSION=6 GENERIC_MICRO_VERSION=0 GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION AC_SUBST(GENERIC_MAJOR_VERSION) @@ -11,7 +11,7 @@ AC_SUBST(GENERIC_MICRO_VERSION) AC_SUBST(GENERIC_VERSION) #shared library versioning -GENERIC_LIBRARY_VERSION=0:5:0 +GENERIC_LIBRARY_VERSION=0:6:0 # | | | # +------+ | +---+ # | | | |