]> Pileus Git - ~andy/gtk/blob - README.in
Updated Polish translation
[~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.4
31 =====================
32
33 * The -uninstalled variants of the pkg-config files have been dropped.
34
35 Release notes for 3.2
36 =====================
37
38 * The accessible implementations for GTK+ widgets have been integrated
39   into libgtk itself, and the gail module does not exist anymore. This
40   change should not affect applications very much.
41
42 Release notes for 3.0
43 =====================
44
45 * GTK+ 3 is a major new version of GTK+, which is parallel installable
46   with GTK+ 2.x. For information about porting applications from GTK+ 2.x
47   to GTK+ 3, see the file:
48
49   docs/reference/gtk/html/migrating.html
50
51   Or online at:
52
53   http://library.gnome.org/devel/gtk/3.0/migrating.html
54
55 * Note that the library sonames in this release have been changed from
56   libgtk-3.0 and libgdk-3.0 to libgtk-3 and libgdk-3, to prevent the
57   library versions from going backwards, compared to the 2.90/91/99
58   releases. Applications will have to be recompiled.