summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.in2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 090bb0f3..46607e30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Overview of changes between 1.25.3 and 1.25.4
+=============================================
+- Fix various possible overflows in HarfBuzz
+- Improve HB font sanitizing
+- Improved win32 performance
+- Really fix ming32 build issues
+- Re-enable introspection
+- Bugs fixed:
+ Bug 592131 - Add AM_SILENT_RULES
+ Bug 592036 - integer overflow bug causes misrendering of Nepali
+ characters
+ Bug 591511 – hh-blob.c does not compile using mingw on windows
+
Overview of changes between 1.25.2 and 1.25.3
=============================================
- Fix couple of crashers
diff --git a/configure.in b/configure.in
index da5c7166..f5c936d2 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], [25])
-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])