summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-04-04 16:30:30 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-04-04 16:30:30 -0400
commit4bb53008211473574a44a52630c70a8f9992e264 (patch)
tree5d639ba423ad9c4320078928d01b1df8c8118b2c
parentd5e8ce6bbfabc64eee4685560532b6191f4b3e76 (diff)
downloadpango-1.28.tar.gz
-rw-r--r--NEWS9
-rw-r--r--configure.in2
2 files changed, 10 insertions, 1 deletions
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])