From dc6159e6c06ef7de26e2dad37df27e969a2efbc3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 15 Sep 2006 22:22:29 +0000 Subject: === Released 1.12.4 === 2006-09-15 Behdad Esfahbod * === Released 1.12.4 === * configure.in: Version 1.12.4 * NEWS: Updated. --- ChangeLog | 8 ++++++++ NEWS | 23 +++++++++++++++++++++++ configure.in | 4 ++-- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca8f748a..aac93ef1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-09-15 Behdad Esfahbod + + * === Released 1.12.4 === + + * configure.in: Version 1.12.4 + + * NEWS: Updated. + 2006-07-24 Behdad Esfahbod Bug 347073 – Allow empty GPOS table diff --git a/NEWS b/NEWS index e61b818b..c6aa9ed0 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +Overview of changes between 1.12.3 and 1.12.4 +============================================== +* Win32 Italic synthesis and hexbox (with cairo) support +* Improed documentation. +* Misc fixes. +* Bugs fixed in this release: + Bug 347073 – Allow empty GPOS table + Bug 322374 – Examples does not build on MacOS X (merge from HEAD). + Bug 347021 – atsui crash when a matching font cannot be found. + Patch from Brian Tarricone. + Bug 345274 – list of new symbols for each version is missing in docs + Patch from Priit Laes + Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.c + Bug 343966 – pango Cygwin build fixes + Patch from Cygwin Ports maintainer. + Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory + and have many cpu usage. + Patch from Yong Li. + Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct + when using MarkAttchmentType + Patch from Tin Myo Htet. + Bug 125378 – Better underline thickness handling + Overview of changes between 1.12.2 and 1.12.3 ============================================== * Increased robustness against broken pango.modules diff --git a/configure.in b/configure.in index 29049cd9..607f8a5d 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], [12]) -m4_define([pango_micro_version], [3]) +m4_define([pango_micro_version], [4]) 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], [2]) +m4_define([pango_interface_age], [3]) 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