[pango] 1.40.2



commit 16235af893c35af610af2091e0396e6c12ac09ea
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Aug 29 08:13:40 2016 -0400

    1.40.2

 NEWS         |    7 +++++++
 configure.ac |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4434763..13d7c0f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes between 1.40.1 and 1.40.2
+=============================================
+- Improve introspection builds in msvc (#764984)
+- Properly handle UTF32 chars in coretext
+- Add rebeccapurple to list of colors
+- Correct font weight mapping in coretext (#766148)
+- Use version macros for exports (#767587)
 Overview of changes between 1.40.0 and 1.40.1
 =============================================
 - Use $PKG_CONFIG consistently (#764191)
diff --git a/configure.ac b/configure.ac
index e43e134..d618645 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], [40])
-m4_define([pango_version_micro], [1])
+m4_define([pango_version_micro], [2])
 
 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]