summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-04-23 21:16:56 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-04-23 21:16:56 +0000
commit19a4e62e79b8cc7ae53523b05efc7249b01f06de (patch)
treef15a38688f88201bdaf1d134771c91efe605d77a
parent027fa0616b6889efdd66d24e07aa91865e7d2bb0 (diff)
downloadpango-PANGO_1_13_0.tar.gz
=== Released 1.13.0 ===PANGO_1_13_0
2006-04-23 Behdad Esfahbod <behdad@gnome.org> * === Released 1.13.0 === * configure.in: Version 1.13.0 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS16
-rw-r--r--configure.in2
3 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e07bc3fb..1c16bfb0 100644
--- 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 7d44cc9b..168b133f 100644
--- 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]
diff --git a/configure.in b/configure.in
index 91019cac..5658262a 100644
--- a/configure.in
+++ b/configure.in
@@ -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])