=== Released 1.13.0 === PANGO_1_13_0
authorBehdad Esfahbod <behdad@gnome.org>
Sun, 23 Apr 2006 21:16:56 +0000 (21:16 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sun, 23 Apr 2006 21:16:56 +0000 (21:16 +0000)
2006-04-23  Behdad Esfahbod  <behdad@gnome.org>

        * === Released 1.13.0 ===

        * configure.in: Version 1.13.0

        * NEWS: Updated.

ChangeLog
NEWS
configure.in

index e07bc3f..1c16bfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-04-23  Behdad Esfahbod  <behdad@gnome.org>
+
+       * === Released 1.13.0 ===
+
+       * configure.in: Version 1.13.0
+
+       * NEWS: Updated.
+
 2006-04-14  Behdad Esfahbod  <behdad@gnome.org>
 
        * examples/HELLO.utf8: Add Sinhala. (patch from Harshula)
diff --git a/NEWS b/NEWS
index 7d44cc9..168b133 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes between 1.12.0 and 1.13.0
+==============================================
+* Fix incorrect rendering when in x86 64-bit precision mode
+  https://bugs.freedesktop.org/show_bug.cgi?id=5200
+* Fix non-OpenType fonts losing kerning in 1.12.0 [#336026, Denis Jacquerye]
+* Fix blurred underlines on Win32 [#332656, Tor Lillqvist]
+* Build fix when having both Win32 and FreeType cairo backends available
+  [#337502, Alexander Larsson]
+* Moved the OpenType Layout code into a new project called HarfBuzz:
+  http://www.freedesktop.org/wiki/Software/HarfBuzz
+* Improved documentation.
+* Misc bug fixes.
+* Fixed many compiler warnings.
+* Bugs fixed in this release:
+  332656,335840,334802,337029,337821,338343
+
 Overview of changes between 1.11.99 and 1.12.0
 ==============================================
 * Compilations fixes for MSVC. [#333115, Tor Lillqvist]
index 91019ca..5658262 100644 (file)
@@ -21,7 +21,7 @@ dnl
 
 dnl The triplet 
 m4_define([pango_major_version], [1])
-m4_define([pango_minor_version], [12])
+m4_define([pango_minor_version], [13])
 m4_define([pango_micro_version], [0])
 m4_define([pango_version],
           [pango_major_version.pango_minor_version.pango_micro_version])