summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-01-12 21:55:15 +0100
committerAlexander Larsson <alexl@redhat.com>2010-01-12 21:55:15 +0100
commit3bb404f13329dbd6c67f777e5a6d9228716ab440 (patch)
tree07529ed1952efbcac55502102a7915509dc6af24 /README.in
parent94b8613b5ffefadb5c82424bd1f3083ff11fa811 (diff)
Mention thread changes in NEWS
Diffstat (limited to 'README.in')
-rw-r--r--README.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.in b/README.in
index 9c5c8f570..52707f7dd 100644
--- a/README.in
+++ b/README.in
@@ -27,6 +27,14 @@ See the file 'INSTALL'
Notes about GLib 2.24
=====================
+* It is now allowed to call g_thread_init(NULL) multiple times, and
+ to call glib functions before g_thread_init(NULL) is called
+ (although the later is mainly a change in docs as this worked before
+ too). See the GThread reference documentation for the details.
+
+* GObject now links to GThread and threads are enabled automatically
+ when g_type_init() is called.
+
* GObject no longer allows to call g_object_set() on construct-only properties
while an object is being initialized. If this behavior is needed, setting a
custom constructor that just chains up will re-enable this functionality.