diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-14 22:48:57 -0600 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-12-14 22:48:57 -0600 |
commit | 3a2c321730e583b6256e43cc91ee71c55b416ee4 (patch) | |
tree | f190983864506aedae2ebdd66e0861481baea075 /ChangeLog | |
parent | 53ae1a41a5982f1e9740ecd94763e10c13b9749e (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |