diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-20 11:34:35 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-20 11:34:35 -0600 |
commit | 4541764961e9ff8ab95ef6b04a0557f5ff77ff34 (patch) | |
tree | 7d3eacd78fd8bbb4f7fe45d78f181b253bac5df5 | |
parent | 87a5ddbd0f2709bdeb1d12634a37ad762adc44ab (diff) |
Update NEWS and bump version to 1.7.2
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 22 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2008-12-20 Jonathon Jongsma <jonathon@quotidian.org> + * NEWS: + * configure.in: update for release + +2008-12-20 Jonathon Jongsma <jonathon@quotidian.org> + * cairomm/matrix.cc: * cairomm/matrix.h: change free convenience function 'scaled_matrix()' to 'scaling_matrix()' to better match the other names (e.g. @@ -1,3 +1,19 @@ +1.7.2 (UNSTABLE): + +* API Changes (all API changes are in unstable API introduced in 1.7.x) + * UserFontFace is not implemented with virtual functions rather than by + registering callbacks + * Cairo::scaled_matrix() -> Cairo::scaling_matrix() to match other matrix + convenience functions +* Bugfixes + * Incorrect refcounting on ScaledFont + * build fixes for Mac OSX +* Contributors for this release: + 1 Armin Burgmeier + 1 Dave Evans + 22 Jonathon Jongsma + + 1.7.0 (UNSTABLE): * API Changes diff --git a/configure.in b/configure.in index a65a6b7..2382fa4 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=7 -GENERIC_MICRO_VERSION=1 +GENERIC_MICRO_VERSION=2 GENERIC_VERSION=$GENERIC_MAJOR_VERSION.$GENERIC_MINOR_VERSION.$GENERIC_MICRO_VERSION AC_SUBST(GENERIC_MAJOR_VERSION) AC_SUBST(GENERIC_MINOR_VERSION) |