summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-29 22:10:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-29 22:10:39 +0000
commit04347a937a81b7d0ef3cdce638afe5c3dcf46272 (patch)
treeb3885ca18a2d8a65a1bacc4aa4913a9d217cc4ef
parentd0f840d93f59eeabaeea989f883ab2af796d88b7 (diff)
downloadpango-04347a937a81b7d0ef3cdce638afe5c3dcf46272.tar.gz
=== Released 1.14.10 ===
2007-01-29 Behdad Esfahbod <behdad@gnome.org> * === Released 1.14.10 === * configure.in: Version 1.14.10 * NEWS: Updated. svn path=/branches/pango-1-14/; revision=2185
-rw-r--r--ChangeLog8
-rw-r--r--NEWS21
-rw-r--r--configure.in4
3 files changed, 31 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d0fc6a15..1879d2e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-01-29 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.14.10 ===
+
+ * configure.in: Version 1.14.10
+
+ * NEWS: Updated.
+
2007-01-22 Behdad Esfahbod <behdad@gnome.org>
* pango/pango-glyph-item.c (_pango_glyph_item_iter_next_cluster):
diff --git a/NEWS b/NEWS
index cc87d535..f460d847 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Overview of changes between 1.14.9 and 1.14.10
+==============================================
+- Spell-checked docs.
+- Fix various bugs that could cause ellipsization to stop prematurely.
+- Fix rendering of background color being off in presence of rise attribute.
+* Bugs fixed in this release:
+ * pango/pango-renderer.c (pango_renderer_draw_layout_line): Fix
+ background rendering being off in presence of rise attributes.
+
+ Bug 326099 – Setting width, indentation and ellipsizing doesn't work
+ as I would expect
+ Bug 319808 – Patch to let pango support artifical italic, bold and
+ bold italic styles for the fonts which don't have these styles.
+ Patch from James Su
+ Red Hat Bug 211574: [hi/ml/si_LK] cursor naviation is wrong when
+ using ZWJ (200d)
+ Patch from LingNing Zhang
+ Bug 394453 – Use -mms-bitfields (win32)
+ Bug 392628 – Don't check for X on win32
+ Bug 392789 – vpath build fails in basic module (win32)
+
Overview of changes between 1.14.8 and 1.14.9
==============================================
* Add Thai langauage engine.
diff --git a/configure.in b/configure.in
index 31f2e13d..c6dc23dc 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], [9])
+m4_define([pango_micro_version], [10])
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], [9])
+m4_define([pango_interface_age], [10])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_minor_version + pango_micro_version)])