summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2005-11-18 13:58:48 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-18 13:58:48 +0000
commitd7deadb1e228368a0e008c5a6ae287578acfef23 (patch)
treef33933a75277c6eb26353fb27c0236dc90de4ccf /README
parentf59aac306d4d1c9f334943aacacdffe404cf9759 (diff)
downloadglib-d7deadb1e228368a0e008c5a6ae287578acfef23.tar.gz
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index b9e8d6ac2..4b21fd792 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.8.1. GLib is the low-level core
+This is GLib version 2.9.0. GLib is the low-level core
library that forms the basis for projects such as GTK+ and GNOME. It
provides data structure handling for C, portability wrappers, and
interfaces for such runtime functionality as an event loop, threads,
@@ -24,6 +24,17 @@ Installation
See the file 'INSTALL'
+Notes about GLib 2.10
+=====================
+
+* The functions g_snprintf() and g_vsnprintf() have been removed from
+ the gprintf.h header, since they are already declared in glib.h. This
+ doesn't break documented use of gprintf.h, but people have been known
+ to include gprintf.h without including glib.h.
+
+* The Unicode support has been updated to Unicode 4.1. This adds several
+ new members to the GUnicodeBreakType enumeration.
+
Notes about GLib 2.6.0
======================