From a3c8c1e15f8644c003c97e906bb0a0aa12e828c5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Jul 2006 22:52:45 +0000 Subject: === Released 1.13.3 === 2006-07-10 Behdad Esfahbod * === Released 1.13.3 === * configure.in: Version 1.13.3 * NEWS: Updated. --- ChangeLog | 8 ++++++++ NEWS | 26 ++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index abbcaf65..6a24b3f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-07-10 Behdad Esfahbod + + * === Released 1.13.3 === + + * configure.in: Version 1.13.3 + + * NEWS: Updated. + 2006-07-10 Behdad Esfahbod Bug 330603 – pango_scan_int invokes undefined behaviour diff --git a/NEWS b/NEWS index b90e48c7..4bc0f1dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +Overview of changes between 1.13.2 and 1.13.3 +============================================== +* Improved build system. Using gnome-autogen.sh now. + (gnome-common needed for bootstrapping) +* Improved documentation. Docs now include list of new API for + each stable version of Pango. +* New public API: + - pango_glyph_string_get_width +* Little performance improvement. +* Misc fixes. +* Bugs fixed in this release: + Bug 330603 – pango_scan_int invokes undefined behaviour + Bug 315599 – PangoAttribute remains in wrong context. + Bug 163677 – pango_attr_list_splice: inconsistent docs + Patch from Morten Welinder + Bug 345070 – [ml_IN] not render for combination with ZWJ + Patch from LingNing Zhang + Bug 345274 – list of new symbols for each version is missing in docs + Patch from Priit Laes + Bug 346297 – autogen doesn't work with automake-1.6 + Patch from Priit Laes + Bug 135683 – Cache glyphstring extents + Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.c + Bug 345600 – cvs build error in pango/opentype/Makefile + Bug 345511 – -no-undefined problem with new libtool + Overview of changes between 1.13.1 and 1.13.2 ============================================== * Improved hexbox drawing, and font metrics calculations. diff --git a/configure.in b/configure.in index 5903f605..c2fecf4f 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], [13]) -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