[pango] 1.40.3



commit e9471764d19f740f756cf7e6d11aba0cbba3d2ae
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 12 23:50:22 2016 -0400

    1.40.3

 NEWS         |    6 ++++++
 configure.ac |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 13d7c0f..92a81d5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes between 1.40.2 and 1.40.3
+=============================================
+- Fix export of pango_cairo_win32_font_map_get_type (#771004)
+- Fix build on OS X (#770729)
+
 Overview of changes between 1.40.1 and 1.40.2
 =============================================
 - Improve introspection builds in msvc (#764984)
@@ -5,6 +10,7 @@ Overview of changes between 1.40.1 and 1.40.2
 - 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 d618645..fc6cc6b 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], [2])
+m4_define([pango_version_micro], [3])
 
 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]