summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-06 01:07:12 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-06 01:07:12 +0000
commitee9dc7265ed4223353f276ecfbf2adb366a80cad (patch)
treef7e855ad1c4eeb77e3eadcfd38de3583f7020673
parente64f585b37184d1bc94058ecca8182d80a07ecb4 (diff)
downloadpango-PANGO_1_10_3.tar.gz
=== Released 1.10.3 ===PANGO_1_10_3
2006-02-05 Behdad Esfahbod <behdad@gnome.org> * === Released 1.10.3 === * NEWS: Updated. * configure.in: Version 1.10.3
-rw-r--r--ChangeLog8
-rw-r--r--NEWS6
-rw-r--r--README2
-rw-r--r--configure.in4
4 files changed, 17 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d35d49f..fe682868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-02-05 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.10.3 ===
+
+ * NEWS: Updated.
+
+ * configure.in: Version 1.10.3
+
+2006-02-05 Behdad Esfahbod <behdad@gnome.org>
+
100% symbol coverage in docs.
* pango/pango-utils.c, pango/mini-fribidi/fribidi.c: Move
diff --git a/NEWS b/NEWS
index 84ed5f70..8837a2c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes between 1.10.2 and 1.10.3
+=============================================
+* Various documentation improvements, achieving
+ 100% symbol coverage.
+* Minor bug fixes.
+
Overview of changes between 1.10.1 and 1.10.2
=============================================
* New improved Tibetan shaper module. [Pema Geyleg]
diff --git a/README b/README
index 0c9f1ca0..972af785 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ also required.
Cairo support depends on the Cairo library (http://cairographics.org).
-The supported font backend for X in Pango-1.8 is the Xft backend
+The supported font backend for X in Pango-1.10 is the Xft backend
which uses version 2 of the Xft library to manage client
side fonts. Version 2 of Xft is available from
http://xlibs.freedesktop.org/release/.
diff --git a/configure.in b/configure.in
index 4e3be1eb..1e0d9c85 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], [10])
-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.
m4_define([pango_api_version], [1.0])
dnl Number of releases since we've added interfaces
-m4_define([pango_interface_age], [1])
+m4_define([pango_interface_age], [0])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_minor_version + pango_micro_version)])