[pango] 1.35.3
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] 1.35.3
- Date: Mon, 2 Sep 2013 19:17:47 +0000 (UTC)
commit 009ef189885fc8aca305372ead467fa05afe3747
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Sep 2 14:55:57 2013 -0400
1.35.3
NEWS | 5 +++++
configure.ac | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6c4fed8..f5a5133 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Overview of changes between 1.35.2 and 1.35.3
+============================================
+- Compiler warnings about strict aliasing (#703995)
+- Getting rid of the arbitrary MAX_SIZE for font (707131)
+
Overview of changes between 1.35.0 and 1.35.2
============================================
- Bypass line reordering in some cases (#705007)
diff --git a/configure.ac b/configure.ac
index dfe1a61..18aa1bd 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], [35])
-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]