README.in: Note undefined behavior with new g_type_init() -> ctor change
authorColin Walters <walters@verbum.org>
Sat, 27 Oct 2012 16:28:14 +0000 (12:28 -0400)
committerColin Walters <walters@verbum.org>
Sat, 27 Oct 2012 16:29:02 +0000 (12:29 -0400)
https://bugzilla.gnome.org/show_bug.cgi?id=686822

README.in

index b637e9e..71b789a 100644 (file)
--- 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
 =====================