[pango] Fix list of exported symbols
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] Fix list of exported symbols
- Date: Tue, 5 Jun 2012 10:31:53 +0000 (UTC)
commit b63a890627e292a2adb18d5d5f67844e3ca943ef
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Jun 5 06:32:21 2012 -0400
Fix list of exported symbols
This was forgotten in commit aecbe27c1b08f517c0e05f03308d3ac55cef490c
NEWS | 9 +++++++++
configure.in | 2 +-
pango/pango.def | 1 +
3 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index e3aa803..b1965df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes between 1.30.0 and 1.30.1
+=============================================
+- Update Arabic joining classes to 6.1.0
+- Build fixes
+- Annotation fixes
+- 667960 - add --system option to querymodules
+- 675400 - respect XDG_CONFIG_HOME for rc files
+- 673497 - Fix corefont fallback
+
Overview of changes between 1.29.5 and 1.30.0
=============================================
- 667799 - Fix cross-compiling bug in configure.in
diff --git a/configure.in b/configure.in
index 344409e..8362280 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [30])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])
diff --git a/pango/pango.def b/pango/pango.def
index 1b0306d..e573e3d 100644
--- a/pango/pango.def
+++ b/pango/pango.def
@@ -57,6 +57,7 @@ EXPORTS
pango_color_parse
pango_color_to_string
pango_config_key_get
+ pango_config_key_get_system
pango_context_get_base_dir
pango_context_get_base_gravity
pango_context_get_font_description
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]