summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-11-22 15:09:18 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-11-22 15:10:29 -0500
commitf195700f548418069520dcacb6aeed93e86ea397 (patch)
tree6efdfa9bfbf121da8eb58d49ce8703876c8a5590
parent04cd4589009fcda0b975731a07ca77ef50c7c772 (diff)
downloadpango-1.29.5.tar.gz
1.29.51.29.5
-rw-r--r--NEWS16
-rw-r--r--configure.in2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c947f91f..10debe6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Overview of changes between 1.29.4 and 1.29.5
+=============================================
+- Documentation fixes
+- Build fixes for ATSUI backend
+- Add more Chinese poetry
+- Fix ChanContext backtrack matching with GPOS
+- Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in Windows
+- Bug 635399 - Add C include and exported packages information to GIRs
+- Bug 658561 - Double free after calling Pango.Context.get_font_des...
+- Bug 656014 - Missing GIR annotation/wrapper for pango_layout_get_...
+- Bug 654689 - Slightly broken Introspection build
+- Bug 403499 - Text Attribute Markup page does not describe charact...
+- Bug 650456 - Visual C++ 2010 Project Files to compile Pango
+- Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in Windows
+- Bug 661612 - Add deprecation attributes to deprecated functions
+
Overview of changes between 1.29.1 and 1.29.3
=============================================
- Minor fix in 1.29.1 tarball
diff --git a/configure.in b/configure.in
index f42da71d..5369a3bb 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], [29])
-m4_define([pango_version_micro], [4])
+m4_define([pango_version_micro], [5])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])