summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 40712544..ca3c5934 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-08 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.21.6 ===
+
+ * configure.in: Version 1.21.6
+
+ * NEWS: Updated.
+
2008-09-03 Alberto Ruiz <aruiz@gnome.org>
Bug 550659 – configure.in ignores a win32 backend only scenario
diff --git a/NEWS b/NEWS
index f5caea62..8cc33e5e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes between 1.21.5 and 1.21.6
+=============================================
+- Win32 cross-compiling build system fix
+- Improve language sample strings.
+- Bugs fixed in this release:
+ Bug 550659 – configure.in ignores a win32 backend only scenario
+ Bug 549758 – Swedish font sample text could use punctuation
+ Bug 549522 – New pt_BR pangram for pango
+ Bug 549520 – fr sample string
+
Overview of changes between 1.21.4 and 1.21.5
=============================================
- Make the reference the font->fontmap reference weak. Previously all
diff --git a/configure.in b/configure.in
index f25e50bd..7cb64fd2 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], [21])
-m4_define([pango_version_micro], [5])
+m4_define([pango_version_micro], [6])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])
dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.