]> Pileus Git - ~andy/gtk/blob - README.in
bgo#514843 - [filechooser] Deal with corrupted .gtk-bookmarks gracefully
[~andy/gtk] / README.in
1 General Information
2 ===================
3
4 This is GTK+ version @GTK_VERSION@. GTK+ is a multi-platform toolkit for
5 creating graphical user interfaces. Offering a complete set of widgets,
6 GTK+ is suitable for projects ranging from small one-off projects to
7 complete application suites.
8
9 GTK+ is free software and part of the GNU Project. However, the
10 licensing terms for GTK+, the GNU LGPL, allow it to be used by all
11 developers, including those developing proprietary software, without any
12 license fees or royalties.
13
14 The official ftp site is:
15   ftp://ftp.gtk.org/pub/gtk
16
17 The official web site is:
18   http://www.gtk.org/
19
20 Information about mailing lists can be found at
21   http://www.gtk.org/mailing-lists.html
22
23
24 Installation
25 ============
26
27 See the file 'INSTALL'
28
29
30 Release notes for 3.2
31 =====================
32
33 * The accessible implementations for GTK+ widgets have been integrated
34   into libgtk itself, and the gail module does not exist anymore. This
35   change should not affect applications very much.
36
37 Release notes for 3.0
38 =====================
39
40 * GTK+ 3 is a major new version of GTK+, which is parallel installable
41   with GTK+ 2.x. For information about porting applications from GTK+ 2.x
42   to GTK+ 3, see the file:
43
44   docs/reference/gtk/html/migrating.html
45
46   Or online at:
47
48   http://library.gnome.org/devel/gtk/3.0/migrating.html
49
50 * Note that the library sonames in this release have been changed from
51   libgtk-3.0 and libgdk-3.0 to libgtk-3 and libgdk-3, to prevent the
52   library versions from going backwards, compared to the 2.90/91/99
53   releases. Applications will have to be recompiled.