Skip to content

Commit

Permalink
Fix list of exported symbols
Browse files Browse the repository at this point in the history
This was forgotten in commit aecbe27
  • Loading branch information
Matthias Clasen committed Jun 5, 2012
1 parent daf81b1 commit b63a890
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
1 change: 1 addition & 0 deletions pango/pango.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b63a890

Please sign in to comment.