summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 31 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 168b133f..23fefb00 100644
--- a/NEWS
+++ b/NEWS
@@ -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