[pango] 1.32.2



commit 062fab4456fc5be82b6e70937f5ba2937e88a9a1
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Nov 13 19:14:42 2012 -0500

    1.32.2

 NEWS         |    8 ++++++++
 configure.ac |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9bc095d..e1c8cc7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes between 1.32.1 and 1.32.2
+=============================================
+- 685021 - Fix load_fontset() for Win32 backend
+- pango-viewer: Flush cairo surface when done
+- 687470 - Xft: Fix a deadlock on display close
+- Add missing colors from the web palette
+- Rename configure.in to configure.ac
+
 Overview of changes between 1.32.0 and 1.32.1
 =============================================
 - Fixup grapheme clusters
diff --git a/configure.ac b/configure.ac
index a0e0057..f11a5c8 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], [32])
-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]