summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-11-20 19:40:42 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-11-20 19:40:42 +0000
commit9e4110ce90a55a2362f6ea0a3c8a36018121b859 (patch)
treefeafc8837a5dfd15cc0c45d40afc78566c940259
parenta62260e8eacefe62ae1b1ee20b197fca5cb43cce (diff)
downloadpango-9e4110ce90a55a2362f6ea0a3c8a36018121b859.tar.gz
=== Released 1.14.8 ===PANGO_1_14_8
2006-11-20 Behdad Esfahbod <behdad@gnome.org> * === Released 1.14.8 === * configure.in: Version 1.14.8 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS17
-rw-r--r--configure.in4
3 files changed, 27 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5150388e..000cd09d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-11-20 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.14.8 ===
+
+ * configure.in: Version 1.14.8
+
+ * NEWS: Updated.
+
+2006-11-20 Behdad Esfahbod <behdad@gnome.org>
+
Bug 356666 – pango is not thread-safe, nautilus does not honour that
* pango/pangocairo-render.c (acquire_renderer), (release_renderer),
diff --git a/NEWS b/NEWS
index c6371999..2c837bae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes between 1.14.7 and 1.14.8
+==============================================
+* Improved thread-safety. Pango is still NOT thread-safe, but this fixes
+ lots of crashes using pangocairo from multiple threads.
+* Fix out-of-bounds array access.
+* Improved Indic shaper.
+* Improved Arabic language engine.
+* Choose shaper/font for unassigned Unicode codepoints.
+* Build fixes.
+* Bugs fixed in this release:
+ Bug 356666 – pango is not thread-safe, nautilus does not honour that
+ Bug 352795 – configure.in: Bug in "checking Whether to write
+ dependencies into .pc files"
+ Bug 350132 – backspacing doesn't work properly for Arabic
+ Bug 330407 – Multiple dependant vowel signs (indic) displayed as one
+ Patch from LingNing Zhang
+
Overview of changes between 1.14.6 and 1.14.7
==============================================
* Fixed broken build with included lang modules.
diff --git a/configure.in b/configure.in
index 066bb3e8..1919c1d5 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], [14])
-m4_define([pango_micro_version], [7])
+m4_define([pango_micro_version], [8])
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], [7])
+m4_define([pango_interface_age], [8])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_minor_version + pango_micro_version)])