diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 25 insertions, 1 deletions
@@ -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) @@ -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]) |