[pango] 1.42.4



commit a6a89818246b0b14c0fe3d00d6120929fc0a11d9
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Aug 20 10:21:39 2018 -0400

    1.42.4

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index f5cc5770..753ff1fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes in 1.42.4
+=============================
+- Fix build failures (OS X, C89)
+- Prevent an assertion with invalid Unicode sequences
+
 Overview of changes in 1.42.2
 =============================
 - Require harfbuzz 1.4.2
diff --git a/configure.ac b/configure.ac
index fa6e659a..609eeedf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
 dnl The triplet
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [42])
-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])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]