[pango] 1.35.1



commit 935a355f8046da01dbd3a34a47705905f5ae68d7
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 21 09:14:16 2013 -0400

    1.35.1

 NEWS         |    8 ++++++++
 configure.ac |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fec9954..d8ffce0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Overview of changes between 1.34 and 1.35.0
+===========================================
+- Requires cairo 1.12.10
+- Add a --with-cairo option
+- Handle invalid utf8 better (#700577)
+- Install some tests
+- Don't change fonts for space (#701652)
+
 Overview of changes between 1.34.0 and 1.34.1
 =============================================
 - 96238 - PangoAttrFilterFunc vs pango_attr_list_filter docs
diff --git a/configure.ac b/configure.ac
index 3453613..42c04ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,8 +21,8 @@ dnl
 
 dnl The triplet
 m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [34])
-m4_define([pango_version_micro], [1])
+m4_define([pango_version_minor], [35])
+m4_define([pango_version_micro], [0])
 
 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]