summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS37
-rw-r--r--configure.in2
3 files changed, 46 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32becc95..25d40829 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-05-28 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.17.1 ===
+
+ * configure.in: Version 1.17.1
+
+ * NEWS: Updated.
+
+2007-05-28 Behdad Esfahbod <behdad@gnome.org>
+
* pango-view/test-mixed.markup:
* pango-view/test-mixed.txt:
Fix Japanese text. Patch from Ben Konrath
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.