From 8e5934cf2e9aefbd5bb9f8244c748a0455a4f7a4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 15 May 2006 22:30:19 +0000 Subject: === Released 1.13.1 === 2006-05-15 Behdad Esfahbod * === Released 1.13.1 === * configure.in: Version 1.13.1 * NEWS: Updated. --- ChangeLog | 8 ++++++++ NEWS | 31 +++++++++++++++++++++++++++++++ configure.in | 4 ++-- 3 files changed, 41 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb23d903..063d1eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-05-15 Behdad Esfahbod + + * === Released 1.13.1 === + + * configure.in: Version 1.13.1 + + * NEWS: Updated. + 2006-05-15 Richard Hult Bug 322374 – Examples does not build on MacOS X 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 diff --git a/configure.in b/configure.in index bfd6f7b2..fa494dec 100644 --- a/configure.in +++ b/configure.in @@ -22,13 +22,13 @@ dnl dnl The triplet m4_define([pango_major_version], [1]) m4_define([pango_minor_version], [13]) -m4_define([pango_micro_version], [0]) +m4_define([pango_micro_version], [1]) m4_define([pango_version], [pango_major_version.pango_minor_version.pango_micro_version]) dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2. m4_define([pango_api_version], [1.0]) dnl Number of releases since we've added interfaces -m4_define([pango_interface_age], [0]) +m4_define([pango_interface_age], [1]) dnl Number of releases since we've broken binary compatibility. m4_define([pango_binary_age], [m4_eval(100 * pango_minor_version + pango_micro_version)]) -- cgit v1.2.1