diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-03-04 06:43:00 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-03-04 06:43:00 +0000 |
commit | 6e521087ad030f56d0c93a5d6078fe514f0e9f39 (patch) | |
tree | cbfd45b8e359b75c1f1843965a75ee83c91a4588 /gobject | |
parent | 02f43be024efb4626b2822eb4e630ef2fd3d7eae (diff) |
Another of the glib DLL's functions was erronously present in the stable
2004-03-04 Tor Lillqvist <tml@iki.fi>
* gobject.def: Another of the glib DLL's functions was erronously
present in the stable branch's gobject.def: g_unichar_validate,
and nobody noticed until too late. Thus there are applications
deployed that expect it to be found in the gobject DLL, and to
keep ABI compatibility, we must keep it there forever. Argh.
Diffstat (limited to 'gobject')
-rw-r--r-- | gobject/ChangeLog | 8 | ||||
-rw-r--r-- | gobject/gobject.def | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog index ca41e6d8c..330697bf2 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,11 @@ +2004-03-04 Tor Lillqvist <tml@iki.fi> + + * gobject.def: Another of the glib DLL's functions was erronously + present in the stable branch's gobject.def: g_unichar_validate, + and nobody noticed until too late. Thus there are applications + deployed that expect it to be found in the gobject DLL, and to + keep ABI compatibility, we must keep it there forever. Argh. + Mon Mar 1 16:49:51 2004 Owen Taylor <otaylor@redhat.com> * === Released 2.3.5 === diff --git a/gobject/gobject.def b/gobject/gobject.def index 02c85fd95..7229eff2f 100644 --- a/gobject/gobject.def +++ b/gobject/gobject.def @@ -244,6 +244,7 @@ EXPORTS g_type_set_qdata g_type_test_flags g_type_value_table_peek + g_unichar_validate g_value_array_append g_value_array_copy g_value_array_free |