summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-06-12 19:40:11 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-06-12 19:40:11 +0000
commit40e01dd122f07733b1419226291d0d11acf5098c (patch)
treedb13c3520abac57d60691f1a960e099663b82d1c
parentd12d6d920c636c8a6c45813427472a6da5ec3771 (diff)
downloadpango-40e01dd122f07733b1419226291d0d11acf5098c.tar.gz
=== Released 1.13.2 ===PANGO_1_13_2
2006-06-12 Behdad Esfahbod <behdad@gnome.org> * === Released 1.13.2 === * configure.in: Version 1.13.2 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS38
-rw-r--r--configure.in4
3 files changed, 48 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dd071462..df76cfcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-12 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.13.2 ===
+
+ * configure.in: Version 1.13.2
+
+ * NEWS: Updated.
+
2006-06-07 Behdad Esfahbod <behdad@gnome.org>
* pango/pangocairo-font.c (_pango_cairo_font_get_hex_box_info):
diff --git a/NEWS b/NEWS
index 23fefb00..b90e48c7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,41 @@
+Overview of changes between 1.13.1 and 1.13.2
+==============================================
+* Improved hexbox drawing, and font metrics calculations.
+* Synthesize italic variants on win32 [Hans Breuer]
+* New public API:
+ - pango_cairo_show_error_underline
+ - pango_cairo_error_underline_path
+ - pango_font_describe_with_absolute_size
+* Misc fixes.
+* Bugs fixed in this release:
+ Bug 326960 – hex box drawing for win32 and atsui backends of cairo
+ Bug 343717 – License information in unclear.
+ Bug 343355 – Add pango_cairo_show_error_underline &
+ pango_cairo_error_underline_path
+ Bug 343966 – pango Cygwin build fixes
+ Patch from Cygwin Ports maintainer.
+ Bug 343796 – Italic Chinese character can't be show correctly in
+ Win32.
+ Bug 314114 – max_x_advance not appropriate for
+ approximate_(char|digit)_width
+ Bug 341138 – Using TTC font, Gtk2 programs begin to eating big memory
+ and have many cpu usage.
+ Patch from Yong Li.
+ Bug 336153 – Mark to mark positioning (Lookup Type 6) isn't correct
+ when using MarkAttchmentType
+ Patch from Tin Myo Htet.
+ Bug 333984 – pango_language_from_string improvements
+ Bug 125378 – Better underline thickness handling
+ Bug 339730 – Pango needlessly falls back away from a Type 1 font into
+ a TTF font
+ Bug 342562 – Support absolute sizes in
+ pango_font_description_to/from_string
+ Bug 341922 – pango should handle more characters as zero width
+ Patch from Roozbeh Pournader
+ Bug 342525 – With PangoFc and PangoWin32, approximate digit width is
+ not what it says
+ Bug 342079 – pangoatsui-private.h missing from release
+
Overview of changes between 1.13.0 and 1.13.1
==============================================
* Increased robustness against broken pango.modules
diff --git a/configure.in b/configure.in
index fde5d41f..f371db5f 100644
--- a/configure.in
+++ b/configure.in
@@ -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], [1])
+m4_define([pango_micro_version], [2])
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], [1])
+m4_define([pango_interface_age], [0])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_minor_version + pango_micro_version)])