From c409eba11923fa70fa9b94728513c98bc3342c89 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 28 Sep 2011 10:36:43 -0400 Subject: 1.29.4 --- NEWS | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c947f91f..17b2307e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Overview of changes between 1.29.3 and 1.29.4 +============================================= +- Prevent a crash when hitting the fallback engine + Bug 660360 - gnome-terminal and gedit crashes when selecting font + 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 c0928f5f..cfb082d6 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], [3]) +m4_define([pango_version_micro], [4]) m4_define([pango_version], [pango_version_major.pango_version_minor.pango_version_micro]) -- cgit v1.2.1