From: Behdad Esfahbod Date: Wed, 18 Nov 2009 02:38:53 +0000 (-0500) Subject: Release 1.26.1 X-Git-Tag: 1.26.1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2F1.26.1;p=platform%2Fupstream%2Fpango.git Release 1.26.1 --- 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])