diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-14 01:21:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-14 01:21:31 +0000 |
commit | 975b1c6ff6f015ed71470d121272645f601ad2a7 (patch) | |
tree | 89fcdca86c419227969b02a82ca30561ed7cb380 /README | |
parent | 4ed25e1df48096f260fe8ba003aca140c8fca7b0 (diff) | |
download | gtk+-975b1c6ff6f015ed71470d121272645f601ad2a7.tar.gz |
2.13.3GTK_2_13_3
svn path=/trunk/; revision=20385
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 ====================== |