summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-20 11:34:35 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-20 11:34:35 -0600
commit4541764961e9ff8ab95ef6b04a0557f5ff77ff34 (patch)
tree7d3eacd78fd8bbb4f7fe45d78f181b253bac5df5 /NEWS
parent87a5ddbd0f2709bdeb1d12634a37ad762adc44ab (diff)
Update NEWS and bump version to 1.7.2
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee83430..61ebd85 100644
--- a/NEWS
+++ b/NEWS
@@ -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