[pango/1.28] Release 1.28.2



commit 0c6e8ec35a92d61713786fcc3d55099e2be46abc
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Sep 28 14:27:17 2010 -0400

    Release 1.28.2

 NEWS         |   10 ++++++++++
 configure.in |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index f0e6b65..5f62fe9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes between 1.28.1 and 1.28.2
+=============================================
+- Reduce DLL hijack risk and simplify code in basic-win32 module
+- Improve performance on Windows especially for non-Latin scripts
+- Bugs fixed:
+    Bug 628497 - Crash in pango_layout_line_get_extents at pango-layout.c
+    Bug 626966 - SIGFPE _hb_sanitize_array
+    Bug 629632 - configure bug
+    Bug 625807 - approximate character width is 0 on pangoft2
+
 Overview of changes between 1.28.0 and 1.28.1
 =============================================
 - pango-view now accepts --margin
diff --git a/configure.in b/configure.in
index 7f2d7d5..1a5e18c 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl ==========================================================================
 dnl The triplet
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [28])
-m4_define([pango_version_micro], [1])
+m4_define([pango_version_micro], [2])
 dnl Module API version.  This should be stepped up when a change causes
 dnl older modules to not work with new pango.
 m4_define([pango_module_version], [1.6.0])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]