From 640404de481360206d0c08f7528ff14cf9166814 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 17 Nov 2009 21:38:53 -0500 Subject: Release 1.26.1 --- NEWS | 12 ++++++++++++ configure.in | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index eda0c982..fd6743aa 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 513665cb..259c0832 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]) -- cgit v1.2.1