diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-19 01:17:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-19 01:17:29 +0000 |
commit | 783a4d99ed895bdbe3c4ae53b1dacd2c64763412 (patch) | |
tree | a856168a31efae20a1c5639f8333a99910967078 /README | |
parent | 61d32f70fc30533f6c4ceeb5bbb299a567d207e6 (diff) | |
download | gtk+-783a4d99ed895bdbe3c4ae53b1dacd2c64763412.tar.gz |
2.13.7GTK_2_13_7
svn path=/trunk/; revision=21151
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 2.13.6. GTK+ is a multi-platform toolkit for +This is GTK+ version 2.13.7. 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. @@ -48,6 +48,11 @@ Release notes for 2.14 to GTK_SENSITIVITY_ON, so that the button is always sensitive or GTK_SENSITIVITY_OFF to make it insensitive respectively. +* gdk-pixbuf will use GIO for mime type detection if possible. For + this to work, shared-mime-info needs to be installed and XDG_DATA_DIRS + set accordingly at configure time. Otherwise, gdk-pixbuf falls + back to its built-in sniffing implementation. + Release notes for 2.12 ====================== |