[pango] Release 1.27.1



commit 728bec3cb2525b35b16cea772428a70350aba3fb
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Feb 22 16:06:18 2010 -0500

    Release 1.27.1

 NEWS         |   12 ++++++++++++
 configure.in |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a82f56c..4cc571b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes between 1.26.2 and 1.27.1
+=============================================
+- Enable introspection again
+- Misc HarfBuzz bug fixes
+- Improve PangoLayout line breaking
+- Revert usage of CoreText in ATSUI backend
+- Fix FT_Face finalizer call
+- Bugs fixed:
+    Bug 593240 - (pangoosx) Crash / infinite loop with Mac OS X
+    Bug 610183 - Pango doesn't compile with gcc 3.3.3
+    Bug 582697 - Add pango-view --pixels option
+
 Overview of changes between 1.26.1 and 1.26.2
 =============================================
 - Fix non-standard C++ usage
diff --git a/configure.in b/configure.in
index 7eca527..8e2bebc 100644
--- a/configure.in
+++ b/configure.in
@@ -21,8 +21,8 @@ dnl
 
 dnl The triplet 
 m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [26])
-m4_define([pango_version_micro], [2])
+m4_define([pango_version_minor], [27])
+m4_define([pango_version_micro], [1])
 
 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]