From: Behdad Esfahbod Date: Tue, 25 Jul 2006 02:25:15 +0000 (+0000) Subject: === Released 1.13.4 === X-Git-Tag: PANGO_1_13_4^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25fc335a90e47fbab9e50f6c999a0efd3277e4d9;p=platform%2Fupstream%2Fpango.git === Released 1.13.4 === 2006-07-24 Behdad Esfahbod * === Released 1.13.4 === * configure.in: Version 1.13.4 * NEWS: Updated. --- diff --git a/ChangeLog b/ChangeLog index c6ac670..5b76b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2006-07-24 Behdad Esfahbod + * === Released 1.13.4 === + + * configure.in: Version 1.13.4 + + * NEWS: Updated. + +2006-07-24 Behdad Esfahbod + + Bug 336282 – Update to Unicode Character Database 5.0.0 + * pango/mini-fribidi/fribidi_tab_char_type_2.i: Update to UCD 5.0.0. * pango/mini-fribidi/README: Note the about update. diff --git a/NEWS b/NEWS index 4bc0f1d..8f67576 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes between 1.13.3 and 1.13.4 +============================================== +* Update to Unicode Character Database 5.0.0. +* Misc fixes. +* Bugs fixed in this release: + Bug 336282 – Update to Unicode Character Database 5.0.0 + Bug 347073 – Allow empty GPOS table + Bug 347021 – atsui crash when a matching font cannot be found. + Patch from Brian Tarricone. + Overview of changes between 1.13.2 and 1.13.3 ============================================== * Improved build system. Using gnome-autogen.sh now. diff --git a/configure.in b/configure.in index c2fecf4..b404b88 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], [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], [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)])