From f195700f548418069520dcacb6aeed93e86ea397 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 22 Nov 2011 15:09:18 -0500 Subject: [PATCH] 1.29.5 --- NEWS | 16 ++++++++++++++++ configure.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c947f91..10debe6 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 f42da71..5369a3b 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]) -- 2.7.4