GTK+ 2.90.5 released



GTK+ 2.90.5 is now available for download at:

 ftp://ftp.gtk.org/pub/gtk/2.90/
 http://download.gnome.org/sources/gtk+/2.90/


8c3c2b461c5a9e0c07dcc320d6362728284e8294f2cd77428d51694c15681264  gtk
+-2.90.5.tar.bz2
e04066adad9f4544d5d0d4f9f467b14581adfae2d1487072c0baca9ddd4bc06e  gtk
+-2.90.5.tar.gz

This is the a development release leading toward 3.0.

Notes:

 * GTK+ 3 will be parallel installable with GTK+ 2.x, and
   this release has been prepared to test this by renaming
   all .pc files, libraries, include paths, and so forth,
   to include a '3.0' component.

 * GTK+ 3 will remove deprecated API from the GTK+ 2.x series
   and make struct members unavailable that have been GSEALed
   in 2.x. Therefore, applications can be prepared for porting
   to GTK+ 3 by making sure that they build with
-DGTK_DISABLE_DEPRECATED
   and -DGSEAL_ENABLE.

 * Bugs should be reported to http://bugzilla.gnome.org.


What is GTK+
============

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 tools to complete application
suites.

GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.

GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties.


Where to get more information about GTK+
========================================

Information about GTK+ including links to documentation can be
found at:

http://www.gtk.org/

An installation guide for GTK+ 2.x is found at:

 http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

Common questions:

http://developer.gnome.org/doc/API/2.0/gtk/gtk-question-index.html
http://www.gtk.org/faq/


Contributing
============

GTK+ is a large project and relies on voluntary contributions.
We are actively searching for new contributors in various areas
and invite everyone to help project development.
If you are willing to participate, please subscribe to the project
mailing lists to offer your help and read over our list of vacant
project tasks:
   http://live.gnome.org/GtkTasks


Overview of Changes from GTK+ 2.90.4 to 2.90.5
==============================================

* Support NOCONFIGURE in autogen.sh to avoid running configure

* The cairo dependency has been bumped to 1.9.10

* Drop aliasing hacks instead use -Bsymbolic-funtions.

* Bugs:
 589904 Certain drawing in some widgets does not pass on...
 610346 Confusion between GtkWindow:allow-grow and GtkWindow:resizable
 613284 Replace GdkRegion with cairo_region_t
 617386 Migrate API docs from templates to source files (GtkButton)
 617389 Migrate API docs from templates to source files (GtkCalendar)
 617392 Migrate API docs from templates to source (GtkCellEditable)
 621414 Can't select file on file browser popup after choosing to...
 622677 Remove GdkWindowObject public structure
 623239 also show num-lock warning
 623307 Annotate gdk_display_manager_list_displays return value
 623389 [iconview] Fix segfault when using rubberband selection
 623476 [windows] gdk fails to compile
 623520 gtk+ 3 fails to build from outside git source tree
 623845 Use -Bsymbolic
 461618 use GSlice for gtkrequisition

* Deprecations and cleanups:
 - GdkRegion has been removed, and region-using code has been ported
   to cairo_region_t and cairo_rectangle_int_t.
 - The deprecated GdkFont has been removed, together with vestigial
   uses in GTK+, including the GdkFontSel::font property and a GdkFont
   member in GtkStyle.
 - The GdkWindowObject structure has been removed from public headers.
 - The GdkWindow::allow-grow and ::allow-shrink properties have been
removed.

* Quartz:
 - Misc fixed to clipping and color handling
 - Update the DND code for GdkDevice changes

* Translation updates:
 Breton
 Czech
 Estonian
 Galician
 Hebrew
 Kazakh
 Norwegian bokmål
 Slovenian
 Simplified Chinese
 Spanish


Thanks to all contributors
Kristian Rietveld
John Ralls
Emmanuele Bassi
Philip Withnall
Tor Lillqvist
Benjamin Otte
Colin Walters
Javier Jardón
Christian Dywan
Ignacio Casal Quinteiro
William Jon McCann
Tomeu Vizoso
Florian Müllner
Xan Lopez
Sam Thursfield
Tadej Borovšak
John Palmieri
Ryan Lortie
Thomas Wood
Paolo Borelli


July 12, 2010
Matthias Clasen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]