From 50b9f72bcdfc882c497704949a4caf5b207f0d2f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 26 May 2006 22:58:29 +0000 Subject: === Released 1.12.3 === 2006-05-26 Behdad Esfahbod * === Released 1.12.3 === * configure.in: Version 1.12.3 * NEWS: Updated. --- ChangeLog | 8 ++++++++ NEWS | 18 ++++++++++++++++++ configure.in | 2 +- 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 81ec2bfd..f383feb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-05-26 Behdad Esfahbod + + * === Released 1.12.3 === + + * configure.in: Version 1.12.3 + + * NEWS: Updated. + 2006-05-23 Tor Lillqvist * pango/fonts.c (find_field): Fix crash, don't dereference NULL. diff --git a/NEWS b/NEWS index 77bcb192..e61b818b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,21 @@ +Overview of changes between 1.12.2 and 1.12.3 +============================================== +* Increased robustness against broken pango.modules +* Improved build infrastructure: + - Remove CAIRO_CFLAGS from pangocairo.pc.in, as it Require's cairo already. +* Improved documentation. +* Misc fixes. +* Bugs fixed in this release: + Bug 342525 – With PangoFc and PangoWin32, approximate digit width is + not what it says + Bug 339730 – Pango needlessly falls back away from a Type 1 font into + a TTF font + Bug 341922 – pango should handle more characters as zero width + Patch from Roozbeh Pournader + Bug 337594 – pango_glyph_string_extents_range possible bug + Bug 307196 – Unhinted fonts are measured incorrectly and drawing + problems occur as a result + Overview of changes between 1.12.1 and 1.12.2 ============================================== * Fix incorrect rendering when in x86 64-bit precision mode diff --git a/configure.in b/configure.in index e41cd5eb..9ed72b53 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl dnl The triplet m4_define([pango_major_version], [1]) m4_define([pango_minor_version], [12]) -m4_define([pango_micro_version], [2]) +m4_define([pango_micro_version], [3]) 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. -- cgit v1.2.1