=== Released 1.13.4 === PANGO_1_13_4
authorBehdad Esfahbod <behdad@gnome.org>
Tue, 25 Jul 2006 02:25:15 +0000 (02:25 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Tue, 25 Jul 2006 02:25:15 +0000 (02:25 +0000)
2006-07-24  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.13.4 ===

        * configure.in: Version 1.13.4

        * NEWS: Updated.

ChangeLog
NEWS
configure.in

index c6ac670..5b76b14 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
 
+       * === Released 1.13.4 ===
+
+       * configure.in: Version 1.13.4
+
+       * NEWS: Updated.
+
+2006-07-24  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 336282 – Update to Unicode Character Database 5.0.0
+
        * pango/mini-fribidi/fribidi_tab_char_type_2.i: Update to UCD 5.0.0.
 
        * pango/mini-fribidi/README: Note the about update.
diff --git a/NEWS b/NEWS
index 4bc0f1d..8f67576 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes between 1.13.3 and 1.13.4
+==============================================
+* Update to Unicode Character Database 5.0.0.
+* Misc fixes.
+* Bugs fixed in this release:
+       Bug 336282 – Update to Unicode Character Database 5.0.0
+       Bug 347073 – Allow empty GPOS table
+       Bug 347021 – atsui crash when a matching font cannot be found.
+                    Patch from Brian Tarricone.
+
 Overview of changes between 1.13.2 and 1.13.3
 ==============================================
 * Improved build system.  Using gnome-autogen.sh now.
index c2fecf4..b404b88 100644 (file)
@@ -22,13 +22,13 @@ dnl
 dnl The triplet 
 m4_define([pango_major_version], [1])
 m4_define([pango_minor_version], [13])
-m4_define([pango_micro_version], [3])
+m4_define([pango_micro_version], [4])
 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)])