diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-12-21 10:02:07 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-12-21 10:06:59 -0500 |
commit | ad1580e516fd481eaa1c6bb9134c1c11a517e824 (patch) | |
tree | d0966ece24b59f6ed843747d42365c1ba13f322f | |
parent | 7af2609a44f26b8a6e65601fc2fa6f7453ff73c5 (diff) |
Update release notes
-rw-r--r-- | README.in | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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.) |