diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-05-15 22:30:19 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-15 22:30:19 +0000 |
commit | 8e5934cf2e9aefbd5bb9f8244c748a0455a4f7a4 (patch) | |
tree | 0fecd867aac164b3cc7ef3ebe30a0a9ac523e814 /NEWS | |
parent | fd41169d7f1815f472e9f46e0735be978dbafc43 (diff) | |
download | pango-8e5934cf2e9aefbd5bb9f8244c748a0455a4f7a4.tar.gz |
=== Released 1.13.1 ===PANGO_1_13_1
2006-05-15 Behdad Esfahbod <behdad@gnome.org>
* === Released 1.13.1 ===
* configure.in: Version 1.13.1
* NEWS: Updated.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +Overview of changes between 1.13.0 and 1.13.1 +============================================== +* Increased robustness against broken pango.modules +* Improved build infrastructure: + - Remove CAIRO_CFLAGS from pangocairo.pc.in, as it Require's cairo already. + - Use -no-undefined on Unix too. +* Improved documentation. +* Misc fixes. +* Bugs fixed in this release: + Bug 307196 – Unhinted fonts are measured incorrectly and drawing + problems occur as a result + Bug 329547 – pango_layout_get_pixel_extents and + pango_layout_get_pixel_size cause off-by-one metrics + Bug 339747 – pango_font_metrics_get_approximate_digit_width docs + Bug 339749 – pango_language_from_string issues + Patch from Morten Welinder. + Bug 333771 – Use gmodule-no-export-2.0 instead of gmodule-2.0 in + pango-uninstalled.pc.in + Bug 337594 – pango_glyph_string_extents_range possible bug + Bug 329664 – Move gunichar_to_glyph cache from PangoCairoFcFont to + PangoFcFont + Patch from LingNing Zhang. + Bug 322374 – Examples does not build on MacOS X + Bug 340229 – pango_font_description_from_string does not do bound + checking + Bug 329483 – hinting hexbox in cairo backend doesn't handle absolute + font size + Bug 340040 – pangocairo hex box hinting falls apart with PS/PDF + backends + Bug 71033 – make size 0 fonts work + Overview of changes between 1.12.0 and 1.13.0 ============================================== * Fix incorrect rendering when in x86 64-bit precision mode |