From 4487e7d59164952f03af104d63d631a5dd12661b Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 28 May 2007 20:50:56 +0000 Subject: === Released 1.17.1 === 2007-05-28 Behdad Esfahbod * === Released 1.17.1 === * configure.in: Version 1.17.1 * NEWS: Updated. svn path=/trunk/; revision=2323 --- ChangeLog | 8 ++++++++ NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure.in | 2 +- 3 files changed, 46 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32becc95..25d40829 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-05-28 Behdad Esfahbod + + * === Released 1.17.1 === + + * configure.in: Version 1.17.1 + + * NEWS: Updated. + 2007-05-28 Behdad Esfahbod * pango-view/test-mixed.markup: diff --git a/NEWS b/NEWS index 864bf6de..2a147f53 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,40 @@ +Overview of changes between 1.17.0 and 1.17.1 +============================================== + +- Ported the rest of OpenType shapers to the new OpenType APIs and + added standard features to them: Hebrew, Indic, Khmer, Thai, and Tibetan. + +- Added N'Ko support to the Arabic module. [Eugeniy Meshcheryakov] + +- Small Indic module fix for Malayalam. + +- Fixed font metrics returned by the ATSUI backend. [Richard Hult] + +- Make itemization use pango_language_get_default() if context has no + language set on it. Ditto for pango_context_get_metrics() if both + input language and context language are NULL. + +- Improved documentation on vertical text, also added stability note + to those parts of Pango API that are not indefinitely stable (shaper + and language engine APIs). + +- Misc bug fixes. + +- New OpenType engine API: + + pango_ot_ruleset_get_feature_count() + +- Bugs fixed in this release: + + Bug 357790 – Rendering problem for malayalam consonant RA (U+0D30) + Bug 385168 – indic, khmer, and tibetan modules don't apply ccmp + Bug 385477 – kern feature is not supported in OpenType layout for Tibetan. + Bug 433805 - [Atsui] Approximate char/digit width width often 0 + Bug 436699 – N'Ko support + Bug 438705 – Test runs non-existent "/bin/bash" on HP-UX 11.11 + Bug 438814 – synaptic crash with pango 1.17.0 + Bug 440603 – Minor ABI change + Overview of changes between 1.16.4 and 1.17.0 ============================================== diff --git a/configure.in b/configure.in index 170d90f2..e2509b84 100644 --- a/configure.in +++ b/configure.in @@ -22,7 +22,7 @@ dnl dnl The triplet m4_define([pango_version_major], [1]) m4_define([pango_version_minor], [17]) -m4_define([pango_version_micro], [0]) +m4_define([pango_version_micro], [1]) m4_define([pango_version], [pango_version_major.pango_version_minor.pango_version_micro]) dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2. -- cgit v1.2.1