diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-06-05 06:32:21 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-06-05 06:32:21 -0400 |
commit | b63a890627e292a2adb18d5d5f67844e3ca943ef (patch) | |
tree | fe57952b52ceb170e1158219a7b844904ef6fe66 | |
parent | daf81b13784c856cac10ed6d4883bf128aa5cee5 (diff) | |
download | pango-b63a890627e292a2adb18d5d5f67844e3ca943ef.tar.gz |
Fix list of exported symbols1.30.1
This was forgotten in commit aecbe27c1b08f517c0e05f03308d3ac55cef490c
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | pango/pango.def | 1 |
3 files changed, 11 insertions, 1 deletions
@@ -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 344409e1..83622802 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 1b0306d6..e573e3db 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 |