summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS12
-rw-r--r--configure.in4
2 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index a82f56c0..4cc571ba 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 7eca5272..8e2bebc5 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])