From b63a890627e292a2adb18d5d5f67844e3ca943ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 Jun 2012 06:32:21 -0400 Subject: [PATCH] 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 deletion(-) 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 -- 2.7.4