summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-09-28 14:27:17 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-09-28 14:27:17 -0400
commit0c6e8ec35a92d61713786fcc3d55099e2be46abc (patch)
treea63e50e67af890f63084ed5c60bc74088d57dedb
parent2777dce89fdb9e02119c6b2974a9c1b3841da23f (diff)
downloadpango-0c6e8ec35a92d61713786fcc3d55099e2be46abc.tar.gz
Release 1.28.21.28.2
-rw-r--r--NEWS10
-rw-r--r--configure.in2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f0e6b651..5f62fe9e 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 7f2d7d5c..1a5e18c5 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])