summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-12-21 10:02:07 -0500
committerMatthias Clasen <mclasen@redhat.com>2009-12-21 10:06:59 -0500
commitad1580e516fd481eaa1c6bb9134c1c11a517e824 (patch)
treed0966ece24b59f6ed843747d42365c1ba13f322f
parent7af2609a44f26b8a6e65601fc2fa6f7453ff73c5 (diff)
Update release notes
-rw-r--r--README.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.in b/README.in
index 911995e43..9c5c8f570 100644
--- a/README.in
+++ b/README.in
@@ -24,6 +24,13 @@ Installation
See the file 'INSTALL'
+Notes about GLib 2.24
+=====================
+
+* 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.
+
Notes about GLib 2.22
=====================
@@ -198,5 +205,4 @@ to that bug report.
Otherwise, enter a new bug report that describes the patch,
and attach the patch to that bug report.
-Patches should be in unified diff form. (The -up option to GNU
-diff.)
+Patches should be in unified diff form. (The -up option to GNUdiff.)