summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fd6743aa..a82f56c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes between 1.26.1 and 1.26.2
+=============================================
+- Fix non-standard C++ usage
+- Fix OpenType mark ligation
+- Bugs fixed:
+ Bug 602823 - void function cannot return value
+ Bug 602660 - [HB] don't use flexible arrays
+ Bug 602408 - Invalid C++ code breaks compile with Sun C++ Compiler
+
Overview of changes between 1.26.0 and 1.26.1
=============================================
- Finally fix GPOS positioning and kerning with non-identity cairo matrices
diff --git a/configure.in b/configure.in
index 259c0832..751a320e 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], [1])
+m4_define([pango_version_micro], [2])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])