From 0c6e8ec35a92d61713786fcc3d55099e2be46abc Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 28 Sep 2010 14:27:17 -0400 Subject: Release 1.28.2 --- NEWS | 10 ++++++++++ configure.in | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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]) -- cgit v1.2.1