summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2006-01-06 05:07:47 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-01-06 05:07:47 +0000
commit9090c67afc1aea46e2bc2ccd18574a52f9d52bec (patch)
tree6c6b2a7adcaf6b9ba135830bd5949cb627140a1b /README
parent7946d2e67e2273acb73e902613358657da4043bf (diff)
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 50507695e..e37bbcec2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.9.1. GLib is the low-level core
+This is GLib version 2.9.2. 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,
@@ -39,6 +39,11 @@ Notes about GLib 2.10
POSIX threads for long enough now to have them available on every
Solaris platform.
+* 'make check' has been changed to validate translations by calling
+ msgfmt with the -c option. As a result, it may fail on systems with
+ older gettext implementations (GNU gettext < 0.14.1, or Solaris gettext).
+ 'make check' will also fail on systems where the C compiler does not
+ support ELF visibility attributes.
Notes about GLib 2.6.0
======================