summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-11-15 20:47:59 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-11-15 20:47:59 +0000
commit8ea13c80e6357a31481f0a9b6993caf9086a1792 (patch)
tree0394581dfe27bed7a1ceef1380b53b9d157304bc
parentf11628cea1f04f4f8aa1f077e2431a7ff25cea78 (diff)
downloadpango-8ea13c80e6357a31481f0a9b6993caf9086a1792.tar.gz
Version 1.3.1, interface age 1.
Wed Nov 12 16:11:47 2003 Owen Taylor <otaylor@redhat.com> * configure.in: Version 1.3.1, interface age 1. * NEWS: Updates for 1.3.1
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-1-108
-rw-r--r--ChangeLog.pre-1-48
-rw-r--r--ChangeLog.pre-1-68
-rw-r--r--ChangeLog.pre-1-88
-rw-r--r--NEWS6
-rw-r--r--configure.in4
7 files changed, 43 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 263955cb..e5ad130c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
+Wed Nov 12 16:11:47 2003 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Version 1.3.1, interface age 1.
+
+ * NEWS: Updates for 1.3.1
+
2003-11-12 Padraig O'Briain <padraig.obriain@sun.com>
- * pangoo/modules.c: Make parent_class variable static.
+ * pango/modules.c: Make parent_class variable static.
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 263955cb..e5ad130c 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,6 +1,12 @@
+Wed Nov 12 16:11:47 2003 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Version 1.3.1, interface age 1.
+
+ * NEWS: Updates for 1.3.1
+
2003-11-12 Padraig O'Briain <padraig.obriain@sun.com>
- * pangoo/modules.c: Make parent_class variable static.
+ * pango/modules.c: Make parent_class variable static.
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4
index 263955cb..e5ad130c 100644
--- a/ChangeLog.pre-1-4
+++ b/ChangeLog.pre-1-4
@@ -1,6 +1,12 @@
+Wed Nov 12 16:11:47 2003 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Version 1.3.1, interface age 1.
+
+ * NEWS: Updates for 1.3.1
+
2003-11-12 Padraig O'Briain <padraig.obriain@sun.com>
- * pangoo/modules.c: Make parent_class variable static.
+ * pango/modules.c: Make parent_class variable static.
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 263955cb..e5ad130c 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,6 +1,12 @@
+Wed Nov 12 16:11:47 2003 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Version 1.3.1, interface age 1.
+
+ * NEWS: Updates for 1.3.1
+
2003-11-12 Padraig O'Briain <padraig.obriain@sun.com>
- * pangoo/modules.c: Make parent_class variable static.
+ * pango/modules.c: Make parent_class variable static.
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 263955cb..e5ad130c 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,6 +1,12 @@
+Wed Nov 12 16:11:47 2003 Owen Taylor <otaylor@redhat.com>
+
+ * configure.in: Version 1.3.1, interface age 1.
+
+ * NEWS: Updates for 1.3.1
+
2003-11-12 Padraig O'Briain <padraig.obriain@sun.com>
- * pangoo/modules.c: Make parent_class variable static.
+ * pango/modules.c: Make parent_class variable static.
Sat Nov 1 09:32:15 2003 Owen Taylor <otaylor@redhat.com>
diff --git a/NEWS b/NEWS
index 935724f0..6219871c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes between 1.3.0 and 1.3.1
+===========================================
+* Fix a problem with iteration by chars [Mariano Suárez-Alvarez]
+* Misc bug and build fixes [Martin Kretzschmar, Padraig O'Briain]
+* Fix header file includes to work with recent FreeType.
+
Overview of changes between 1.2.x and 1.3.0
===========================================
* Share modules between the FT2 and Xft backend. Export PangoFcFont
diff --git a/configure.in b/configure.in
index bf122a41..61658882 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], [3])
-m4_define([pango_micro_version], [0])
+m4_define([pango_micro_version], [1])
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], [0])
+m4_define([pango_interface_age], [1])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_minor_version + pango_micro_version)])