summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
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])