summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-01-07 16:47:36 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-01-07 16:47:36 +0000
commit60c8bdfe8f9d356be80c7d2e4465cdd1c02b19cb (patch)
tree98624da8502024870524e1ab3a37c52bb9c328aa /README
parente3ea86b5ac3c035699828a0b37fd691f0c824d2a (diff)
downloadglib-60c8bdfe8f9d356be80c7d2e4465cdd1c02b19cb.tar.gz
svn path=/trunk/; revision=6267
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 8dbdf9099..be77b67db 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GLib version 2.15.0. GLib is the low-level core
+This is GLib version 2.15.1. 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,14 @@ Installation
See the file 'INSTALL'
+Notes about GLib 2.16
+=====================
+
+* GLib now includes GIO, which adds optional dependencies against libattr
+ and libselinux for extended attribute and SELinux support. Use
+ --disable-xattr and --disable-selinux to build without these.
+
+
Notes about GLib 2.10
=====================