summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-06-14 01:21:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-06-14 01:21:31 +0000
commit975b1c6ff6f015ed71470d121272645f601ad2a7 (patch)
tree89fcdca86c419227969b02a82ca30561ed7cb380 /README
parent4ed25e1df48096f260fe8ba003aca140c8fca7b0 (diff)
downloadgdk-pixbuf-975b1c6ff6f015ed71470d121272645f601ad2a7.tar.gz
svn path=/trunk/; revision=20385
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 04bd814a1..dd72d356b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is GTK+ version 2.13.2. GTK+ is a multi-platform toolkit for
+This is GTK+ version 2.13.3. GTK+ is a multi-platform toolkit for
creating graphical user interfaces. Offering a complete set of widgets,
GTK+ is suitable for projects ranging from small one-off projects to
complete application suites.
@@ -36,6 +36,12 @@ Release notes for 2.14
without including gtkitemfactory.h - even though this behaviour has never
been supported in the first place.
+* The GtkFileSystem semi-private interface has been removed.
+ The GTK+ filechooser implementation now uses GIO directly, which has
+ rendered external filesystem implementations unnecessary. Consequently,
+ the GtkFileSystem interface is no longer available, nor the filechooser
+ will load any GtkFileSystem implementation.
+
Release notes for 2.12
======================