diff options
author | Hans Breuer <hans@breuer.org> | 2014-09-05 17:50:04 +0200 |
---|---|---|
committer | Hans Breuer <hans@breuer.org> | 2014-09-05 17:50:04 +0200 |
commit | 9f4220c0ba97239be45fbdd6b5138305e5c5db3e (patch) | |
tree | 7e3e6375f5ba48517d32670de39b8217a621c41f /NEWS | |
parent | b25a1dc8a52e10311142c6857c4869b9cb493449 (diff) | |
download | dia-9f4220c0ba97239be45fbdd6b5138305e5c5db3e.tar.xz |
Update NEWS from dia-0-97 branch
dia-0.97.3: 2014-09-05
* Fix double free with some SVG rendering (regression from Dia 0.97.2)
* Fixes to cope better with updated versions of Dia's dependencies:
- don't crash at start-up with ABI breaking GLib 2-36
- don't assert in cairo 1.12 with invalid arc parameters
- avoid kerning problems (character overlap) for all Pango versions
- fix image files to be loadable by libpng16
* Backport fixes for some seldom crashes and other annoyances, see:
http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.3
* Update translations for Brazilian Portuguese, German, Hungarian,
Polish, Romanian, Serbian and Slovenian
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -115,6 +115,19 @@ * bugs fixed: http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.98 +dia-0.97.3: 2014-09-05 + + * Fix double free with some SVG rendering (regression from Dia 0.97.2) + * Fixes to cope better with updated versions of Dia's dependencies: + - don't crash at start-up with ABI breaking GLib 2-36 + - don't assert in cairo 1.12 with invalid arc parameters + - avoid kerning problems (character overlap) for all Pango versions + - fix image files to be loadable by libpng16 + * Backport fixes for some seldom crashes and other annoyances, see: + http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97.3 + * Update translations for Brazilian Portuguese, German, Hungarian, + Polish, Romanian, Serbian and Slovenian + dia-0.97.2: 2011-12-18 * a lot of updated translations |