[pango] Release 1.26.1



commit 640404de481360206d0c08f7528ff14cf9166814
Author: Behdad Esfahbod <behdad behdad org>
Date:   Tue Nov 17 21:38:53 2009 -0500

    Release 1.26.1

 NEWS         |   12 ++++++++++++
 configure.in |    2 +-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index eda0c98..fd6743a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes between 1.26.0 and 1.26.1
+=============================================
+- Finally fix GPOS positioning and kerning with non-identity cairo matrices
+- [HB] Fix lookup_flag ignoring
+- Fix leak with non-mmapped fonts
+- Allow using uninstalled glib
+- Bugs fixed:
+    Bug 341481 - pangocairo kerning problem with nonidentity scaling
+    Bug 587768 - [patch] Don't build pango-view twice
+    Bug 594101 - [Indic] character class data updates to support unicode 5.1
+    Bug 596837 - Typo in pango_cairo_show_layout documentation
+
 Overview of changes between 1.25.6 and 1.26.0
 =============================================
 - New stable release series
diff --git a/configure.in b/configure.in
index 513665c..259c083 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
 dnl The triplet 
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [26])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
 
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])



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