summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-08-29 08:13:40 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-08-29 08:51:18 -0400
commit16235af893c35af610af2091e0396e6c12ac09ea (patch)
treeaf532142b6f7607e8563dc9904b559529f9e4433
parent6cc857aa6648b17e70b1b2b13a4e8b7a74a4a240 (diff)
downloadpango-16235af893c35af610af2091e0396e6c12ac09ea.tar.gz
1.40.21.40.2
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44347638..13d7c0f0 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 e43e134a..d6186454 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])