summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-10-04 10:59:29 -0400
committerRyan Lortie <desrt@desrt.ca>2011-10-04 11:00:31 -0400
commit13bd399d0a369cd62590777f8da6f3c3e7e21172 (patch)
tree74fc6516aa9f3141e53bcb3854b7afc8cf02eec4 /README.in
parent794c1a30bc27b4c8d77537813acb1213d5ac80f2 (diff)
Add README notes about recent changes
Diffstat (limited to 'README.in')
-rw-r--r--README.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.in b/README.in
index 6ac99d8bc..9c9a9665c 100644
--- a/README.in
+++ b/README.in
@@ -24,6 +24,18 @@ Installation
See the file 'INSTALL'
+Notes about GLib 2.32
+=====================
+
+* It is no longer necessary to use g_thread_init() or to link against
+ libgthread. libglib is now always thread-enabled.
+
+* The g_once_init_enter()/_leave() functions have been replaced with
+ macros that allow for a pointer to any gsize-sized object, not just a
+ gsize*. The assertions to ensure that a pointer to a correctly-sized
+ object is being used will not work with generic pointers (ie: (void*)
+ and (gpointer) casts) which would have worked with the old version.
+
Notes about GLib 2.30
=====================