summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-05-26 22:58:29 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-26 22:58:29 +0000
commit50b9f72bcdfc882c497704949a4caf5b207f0d2f (patch)
treee691201de5de59906c6c9996fb7748960e30b30e
parent8fcd02bf9fc70beb27568325b573a6042d084579 (diff)
downloadpango-50b9f72bcdfc882c497704949a4caf5b207f0d2f.tar.gz
=== Released 1.12.3 ===PANGO_1_12_3
2006-05-26 Behdad Esfahbod <behdad@gnome.org> * === Released 1.12.3 === * configure.in: Version 1.12.3 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 27 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81ec2bfd..f383feb2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-05-26 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.12.3 ===
+
+ * configure.in: Version 1.12.3
+
+ * NEWS: Updated.
+
2006-05-23 Tor Lillqvist <tml@novell.com>
* pango/fonts.c (find_field): Fix crash, don't dereference NULL.
diff --git a/NEWS b/NEWS
index 77bcb192..e61b818b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Overview of changes between 1.12.2 and 1.12.3
+==============================================
+* Increased robustness against broken pango.modules
+* Improved build infrastructure:
+ - Remove CAIRO_CFLAGS from pangocairo.pc.in, as it Require's cairo already.
+* Improved documentation.
+* Misc fixes.
+* Bugs fixed in this release:
+ Bug 342525 – With PangoFc and PangoWin32, approximate digit width is
+ not what it says
+ Bug 339730 – Pango needlessly falls back away from a Type 1 font into
+ a TTF font
+ Bug 341922 – pango should handle more characters as zero width
+ Patch from Roozbeh Pournader
+ Bug 337594 – pango_glyph_string_extents_range possible bug
+ Bug 307196 – Unhinted fonts are measured incorrectly and drawing
+ problems occur as a result
+
Overview of changes between 1.12.1 and 1.12.2
==============================================
* Fix incorrect rendering when in x86 64-bit precision mode
diff --git a/configure.in b/configure.in
index e41cd5eb..9ed72b53 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_major_version], [1])
m4_define([pango_minor_version], [12])
-m4_define([pango_micro_version], [2])
+m4_define([pango_micro_version], [3])
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.