summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS26
-rw-r--r--configure.in2
3 files changed, 35 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index abbcaf65..6a24b3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+ * === Released 1.13.3 ===
+
+ * configure.in: Version 1.13.3
+
+ * NEWS: Updated.
+
+2006-07-10 Behdad Esfahbod <behdad@gnome.org>
+
Bug 330603 – pango_scan_int invokes undefined behaviour
* pango/pango-utils.c (pango_scan_int): Use strtol.
diff --git a/NEWS b/NEWS
index b90e48c7..4bc0f1dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Overview of changes between 1.13.2 and 1.13.3
+==============================================
+* Improved build system. Using gnome-autogen.sh now.
+ (gnome-common needed for bootstrapping)
+* Improved documentation. Docs now include list of new API for
+ each stable version of Pango.
+* New public API:
+ - pango_glyph_string_get_width
+* Little performance improvement.
+* Misc fixes.
+* Bugs fixed in this release:
+ Bug 330603 – pango_scan_int invokes undefined behaviour
+ Bug 315599 – PangoAttribute remains in wrong context.
+ Bug 163677 – pango_attr_list_splice: inconsistent docs
+ Patch from Morten Welinder
+ Bug 345070 – [ml_IN] not render for combination with ZWJ
+ Patch from LingNing Zhang
+ Bug 345274 – list of new symbols for each version is missing in docs
+ Patch from Priit Laes
+ Bug 346297 – autogen doesn't work with automake-1.6
+ Patch from Priit Laes
+ Bug 135683 – Cache glyphstring extents
+ Bug 344766 – Memory leak in get_ruleset() in modules/basic/basic-fc.c
+ Bug 345600 – cvs build error in pango/opentype/Makefile
+ Bug 345511 – -no-undefined problem with new libtool
+
Overview of changes between 1.13.1 and 1.13.2
==============================================
* Improved hexbox drawing, and font metrics calculations.
diff --git a/configure.in b/configure.in
index 5903f605..c2fecf4f 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], [13])
-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.