*** empty log message ***
[platform/upstream/glib.git] / README.in
index 5a1ce5e..42713c6 100644 (file)
--- a/README.in
+++ b/README.in
@@ -24,6 +24,22 @@ 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.
+
+* The support for Solaris threads has been retired. Solaris has provided 
+  POSIX threads for long enough now to have them available on every 
+  Solaris platform. 
+
+
 Notes about GLib 2.6.0
 ======================