From 4bb53008211473574a44a52630c70a8f9992e264 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 4 Apr 2011 16:30:30 -0400 Subject: 1.28.4 --- NEWS | 9 +++++++++ configure.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b22391be..9e034f11 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes between 1.28.3 and 1.28.4 +============================================= +- Various introspection annotation fixes +- Build fixes +- Require glib >= 2.24.0 +- Bugs fixed: + Bug 636348 - Hex boxes are incorrectly scaled with non identity cairo scale + Bug 639882 - Heap corruption in font parsing with FreeType2 backend + Overview of changes between 1.28.2 and 1.28.3 ============================================= - Bugs fixed: diff --git a/configure.in b/configure.in index aa835fde..74d328c3 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ dnl ========================================================================== dnl The triplet m4_define([pango_version_major], [1]) m4_define([pango_version_minor], [28]) -m4_define([pango_version_micro], [3]) +m4_define([pango_version_micro], [4]) dnl Module API version. This should be stepped up when a change causes dnl older modules to not work with new pango. m4_define([pango_module_version], [1.6.0]) -- cgit v1.2.1