summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-10-27 12:28:14 -0400
committerColin Walters <walters@verbum.org>2012-10-27 12:29:02 -0400
commitd04ac162c10f3a855dbbaea6efe06de9d85aea02 (patch)
tree0b283d00df27145237f665c6008bcbd2801ab1fd /README.in
parent8911cee350575f7c0b534d97fd10787181c0e542 (diff)
downloadglib-d04ac162c10f3a855dbbaea6efe06de9d85aea02.tar.gz
glib-d04ac162c10f3a855dbbaea6efe06de9d85aea02.tar.bz2
glib-d04ac162c10f3a855dbbaea6efe06de9d85aea02.zip
README.in: Note undefined behavior with new g_type_init() -> ctor change
https://bugzilla.gnome.org/show_bug.cgi?id=686822
Diffstat (limited to 'README.in')
-rw-r--r--README.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.in b/README.in
index b637e9ed7..71b789aeb 100644
--- a/README.in
+++ b/README.in
@@ -70,7 +70,10 @@ Patches should be in unified diff form. (The -up option to GNU diff.)
Notes about GLib 2.36
=====================
-* It is no longer necessary to call g_type_init()
+* It is no longer necessary to call g_type_init(). If you are
+ loading GLib as a dynamic module, you should be careful to avoid
+ unloading it, then subsequently loading it again. This never
+ really worked before, but it is now explicitly undefined behavior.
Notes about GLib 2.34
=====================