summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-11-17 19:05:59 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-11-17 19:05:59 +0000
commit2966c751b12200f838612645fbccd7704915d5dc (patch)
tree344ea9808a5f664325723755cad7bf93e18c9402 /README.in
parent9f90f2f23e60a20ca052681268912f2e5c900b11 (diff)
Updates
2005-11-17 Matthias Clasen <mclasen@redhat.com> * NEWS: Updates * glib/gthread.c (g_thread_foreach): Mark as new api. * README.in: Updates.
Diffstat (limited to 'README.in')
-rw-r--r--README.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.in b/README.in
index 5a1ce5eb1..6ec5b0cd9 100644
--- a/README.in
+++ b/README.in
@@ -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
======================