mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 06:13:08 +02:00
Updates
svn path=/trunk/; revision=6947
This commit is contained in:
parent
4058fcdc73
commit
5adb336b65
@ -1,5 +1,7 @@
|
|||||||
2008-05-27 Matthias Clasen <mclasen@redhat.com>
|
2008-05-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* README.in: Add a note about G_DISABLE_SINGLE_HEADERS.
|
||||||
|
|
||||||
* NEWS: Updates
|
* NEWS: Updates
|
||||||
|
|
||||||
2008-05-27 Matthias Clasen <mclasen@redhat.com>
|
2008-05-27 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
11
README.in
11
README.in
@ -24,6 +24,16 @@ Installation
|
|||||||
|
|
||||||
See the file 'INSTALL'
|
See the file 'INSTALL'
|
||||||
|
|
||||||
|
Notes about GLib 2.18
|
||||||
|
=====================
|
||||||
|
|
||||||
|
* The recommended way of using GLib has always been to only include the
|
||||||
|
toplevel headers glib.h, glib-object.h and gio.h. GLib enforces this by
|
||||||
|
generating an error when individual headers are directly included.
|
||||||
|
To help with the transition, the enforcement is not turned on by
|
||||||
|
default for GLib headers (it is turned on for GObject and GIO).
|
||||||
|
To turn it on, define the preprocessor symbol G_DISABLE_SINGLE_INCLUDES.
|
||||||
|
|
||||||
Notes about GLib 2.16
|
Notes about GLib 2.16
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
@ -31,7 +41,6 @@ Notes about GLib 2.16
|
|||||||
and libselinux for extended attribute and SELinux support. Use
|
and libselinux for extended attribute and SELinux support. Use
|
||||||
--disable-xattr and --disable-selinux to build without these.
|
--disable-xattr and --disable-selinux to build without these.
|
||||||
|
|
||||||
|
|
||||||
Notes about GLib 2.10
|
Notes about GLib 2.10
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user