[pango] Release 1.26.2



commit ee573c4e722c8ef7aff41c6cc98eaeab1ac57aec
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Dec 14 15:42:50 2009 -0500

    Release 1.26.2

 NEWS         |    9 +++++++++
 configure.in |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fd6743a..a82f56c 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 259c083..751a320 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])



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