summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-10-23 18:24:38 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-10-23 18:24:38 +0000
commit9ce5d341410aae12b498e11f49e8357da835f0bc (patch)
tree8fb66cb954cf35dd1abdb0a164b5a45a3d96cc04
parent0533b6e3374994480e3a2706fc0bef809aa76c70 (diff)
downloadpango-9ce5d341410aae12b498e11f49e8357da835f0bc.tar.gz
=== Released 1.22.1 ===
2008-10-20 Behdad Esfahbod <behdad@gnome.org> * === Released 1.22.1 === * configure.in: Version 1.22.1 * NEWS: Updated. svn path=/trunk/; revision=2731
-rw-r--r--ChangeLog8
-rw-r--r--NEWS17
-rw-r--r--configure.in2
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d4128486..5369e1b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-10-20 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.22.1 ===
+
+ * configure.in: Version 1.22.1
+
+ * NEWS: Updated.
+
2008-10-14 Behdad Esfahbod <behdad@gnome.org>
Bug 528272 – "Error loading GPOS table 5503" when using katakana
diff --git a/NEWS b/NEWS
index 6f208737..b3b757d9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Overview of changes between 1.22.0 and 1.22.1
+=============================================
+- Fix crasher when freeing PangoLayoutIter's
+- Fix loading of bogus OpenType anchor tables
+- Fix OpenType CursiveChain positioning
+- Misc bug fixes
+- Bugs fixed in this release:
+ Bug 528272 – "Error loading GPOS table 5503" when using katakana
+ characters
+ Bug 552107 – Small libtool fixes
+ Patch by Patryk Zawadzki
+ Bug 539623 – document that pango_color_parse accepts NULL
+ Bug 555219 – Memory leak when using pango_layout_iter_copy
+ Patch from Falk Rohsiepe
+ Bug 553345 – Japanese pangram.
+ Patch from Takeshi AIHANA
+
Overview of changes between 1.21.6 and 1.22.0
=============================================
- Require cairo >= 1.7.6.
diff --git a/configure.in b/configure.in
index 45011367..e9ccb753 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], [22])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
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.