summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-02-24 14:25:06 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-02-24 14:25:06 +0000
commitda3fc6eed8d12a0ad5cb94923766a1fc084bc211 (patch)
treef415b15702cab305873620ea7c8f8968bf706b6e /README.in
parent8b3b3adb6d8158b296c66d9166fcbe4b0cc8e66c (diff)
Preparations for 2.10
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 9f9c35d78..e3d0b9683 100644
--- a/README.in
+++ b/README.in
@@ -45,6 +45,18 @@ Notes about GLib 2.10
'make check' will also fail on systems where the C compiler does not
support ELF visibility attributes.
+* The GMemChunk API has been deprecated in favour of a new 'slice
+ allocator'. See the g_slice documentation for more details.
+
+* A new type, GInitiallyUnowned, has been introduced, which is
+ intended to serve as a common implementation of the 'floating reference'
+ concept that is e.g. used by GtkObject. Note that changing the
+ inheritance hierarchy of a type can cause problems for language
+ bindings and other code which needs to work closely with the type
+ system. Therefore, switching to GInitiallyUnowned should be done
+ carefully. g_object_compat_control() has been added to GLib 2.8.5
+ to help with the transition.
+
Notes about GLib 2.6.0
======================