summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-08-02 21:33:35 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-08-02 21:33:35 +0000
commit27a98aa51a51b207ed542670dba54a968947b4f0 (patch)
treef48ccc302d0e752da72213505d22df0abd8e35e5
parentf1fa44432a6c6e7ff74bc2f705056eeca6c1e2ed (diff)
downloadpango-27a98aa51a51b207ed542670dba54a968947b4f0.tar.gz
=== Released 1.5.2 ==PANGO_1_5_2
Mon Aug 2 17:09:47 2004 Owen Taylor <otaylor@redhat.com> * === Released 1.5.2 == * configure.in: Version 1.5.2 * NEWS: Updates
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLog.pre-1-108
-rw-r--r--ChangeLog.pre-1-68
-rw-r--r--ChangeLog.pre-1-88
-rw-r--r--NEWS24
-rw-r--r--configure.in4
6 files changed, 58 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fba3c9c..24244083 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Aug 2 17:09:47 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.2 ==
+
+ * configure.in: Version 1.5.2
+
+ * NEWS: Updates
+
Mon Aug 2 17:00:19 2004 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-fc.c modules/indic/indic-ot.[ch]:
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index 8fba3c9c..24244083 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,11 @@
+Mon Aug 2 17:09:47 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.2 ==
+
+ * configure.in: Version 1.5.2
+
+ * NEWS: Updates
+
Mon Aug 2 17:00:19 2004 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-fc.c modules/indic/indic-ot.[ch]:
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 8fba3c9c..24244083 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,11 @@
+Mon Aug 2 17:09:47 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.2 ==
+
+ * configure.in: Version 1.5.2
+
+ * NEWS: Updates
+
Mon Aug 2 17:00:19 2004 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-fc.c modules/indic/indic-ot.[ch]:
diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8
index 8fba3c9c..24244083 100644
--- a/ChangeLog.pre-1-8
+++ b/ChangeLog.pre-1-8
@@ -1,3 +1,11 @@
+Mon Aug 2 17:09:47 2004 Owen Taylor <otaylor@redhat.com>
+
+ * === Released 1.5.2 ==
+
+ * configure.in: Version 1.5.2
+
+ * NEWS: Updates
+
Mon Aug 2 17:00:19 2004 Owen Taylor <otaylor@redhat.com>
* modules/indic/indic-fc.c modules/indic/indic-ot.[ch]:
diff --git a/NEWS b/NEWS
index fc32459d..01b1bfa4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes between 1.5.1 and 1.5.2
+===========================================
+* Support 'init' feature for Bengali [Sayamindu Dasgupta]
+* Allow 32-bit property fields in OpenType code
+* Optimize repeated property lookups in OpenType code
+* Misc bug fixes [Behdad, Keith Sharp, Morten Welinder]
+
Overview of changes between 1.5.0 and 1.5.1
===========================================
* Add ellipsization support to PangoLayout
@@ -21,6 +28,23 @@ Overview of changes between 1.4.x and 1.5.0
============================================================
+Overview of changes between 1.4.0 and 1.4.1
+===========================================
+* Win32 bug fixes [Tor Lillqvist, John Ehresman]
+* Thai rendering improvements including OpenType support
+ [Theppitak Karoonboonyanan]
+* Fix common crash in Hangul shaper [Changwoo Ryu]
+* Fix various problems with language tag selection [Frederic Zhang]
+* Documentation improvements [Felipe Heidrich, Doug Quale]
+* Fix crash in line break code [Jeroen Zwartepoorte, Billy Biggs]
+* Build fixes [J. Ali Harlow, Noah Misch]
+* OpenType engine fixes [Kailash C. Chowksey, Sayamindu Dasgupta, Aamir Wali,
+ Masatake YAMATO, Soheil Hassas Yeganeh]
+* Indic module bug fixes [Chris Blizzard, Rajkumar S, Taneem Ahmed,
+ Jungshik Shin]
+* Misc bug fixes [Stanislav Brabec, Anders Carlsson, Behdad Esfahbod,
+ Jody Goldberg, Theppitak, Sven Neumann, Manish Singh, Morten Welinder]
+
Overview of changes between 1.3.6 and 1.4.0
===========================================
* Use FC_WIDTH when available so that multiple width fonts are
diff --git a/configure.in b/configure.in
index cdf98ee1..d3a73b28 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], [5])
-m4_define([pango_micro_version], [1])
+m4_define([pango_micro_version], [2])
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)])