summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-14 22:48:57 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-14 22:48:57 -0600
commit3a2c321730e583b6256e43cc91ee71c55b416ee4 (patch)
treef190983864506aedae2ebdd66e0861481baea075 /ChangeLog
parent53ae1a41a5982f1e9740ecd94763e10c13b9749e (diff)
Really fix ScaledFont::get_font_face() bug
* cairomm/scaledfont.cc: actually fix a reference-counting issue with ScaledFont::get_font_face() that I thought I had fixed in b1d01ff7 * tests/test-scaled-font.cc: add a test for the get_font_face() bug
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2878c7c..3dc8b71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-12-14 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * cairomm/scaledfont.cc: actually fix a reference-counting issue with
+ ScaledFont::get_font_face() that I thought I had fixed in b1d01ff7
+ * tests/test-scaled-font.cc: add a test for the get_font_face() bug
+
2008-12-12 Jonathon Jongsma <jonathon@quotidian.org>
* configure.in: bump version since we forgot to do it after release