diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 8 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 8 | ||||
-rw-r--r-- | NEWS | 24 | ||||
-rw-r--r-- | configure.in | 4 |
6 files changed, 58 insertions, 2 deletions
@@ -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]: @@ -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)]) |