Accepting request 60552 from home:fcrozat:gnome3

thanks

OBS-URL: https://build.opensuse.org/request/show/60552
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=30
This commit is contained in:
Vincent Untz
2011-02-13 21:04:22 +00:00
committed by Git OBS Bridge
parent cb9c9bc0c4
commit f69e29cc14
5 changed files with 83 additions and 47 deletions

View File

@@ -1,3 +1,60 @@
-------------------------------------------------------------------
Fri Feb 11 06:27:00 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.0:
+ Library sonames have been changed from libgdk-3.0 and
libgtk-3.0 to libgdk-3 and libgtk-3.
+ Bugs fixed: bgo#632775, bgo#639846, bgo#639945, bgo#640801,
bgo#641196, bgo#641302, bgo#641367, bgo#641409, bgo#641429,
bgo#641431, bgo#641517, bgo#641558, bgo#641621, bgo#641640.
+ Updated translations.
- pixmap theme engine is not available, not yet ported to
GtkThemingEngine.
- Rename library package accordingly with new library soname.
-------------------------------------------------------------------
Thu Feb 3 16:06:36 CET 2011 - dimstar@opensuse.org
- Update to version 2.99.3:
+ This release adds some forgotten padding to class structs,
and thus breaks ABI for a last time before 3.0
+ Many Introspection annotation improvements
+ We no longer build the gtk-update-icon-cache utility, and
use a preexisting one, if --enable-gtk2-dependency is passed
to configure
+ GtkBuilder can now fill GtkComboBoxText and GtkMenToolButton
widgets with data, as well as GtkFileFilters and
GtkTextTagTables
+ GtkImage now has a ::use-fallback property to allow generic
fallback with GIcons and icon-names (e.g. for symbolic icons)
+ There's a new gtk_text_view_get_cursor_locations() to enable
popup-at-cursor functionality
+ The application chooser widgets can now set a custom dialog
heading
+ The file chooser and application chooser widgets have received
minor visual improvements
+ gtk-auto-mnemonics is now backed by an XSetting
+ Defaults for GtkSettings, as well as theme-specific settings,
are now read from key files
+ Key themes are now supported again, their syntax has been
changed to be CSS-like
+ More objects use GtkStyleContext directly
+ GtkPlug and GtkSocket have been reduced to X11-specific API,
and using them requires including the <gtk/gtkx.h> header, and
uses of GdkNativeWindow in their APIs have been replaced by the
X11 Window type.
+ Bugs fixed: bgo#351755, bgo#586635, bgo#590459, bgo#598952,
bgo#626336, bgo#634677, bgo#635287, bgo#636691, bgo#638920,
bgo#639139, bgo#639186, bgo#639325, bgo#639380, bgo#639455,
bgo#639520, bgo#639531, bgo#639625, bgo#639750, bgo#639754,
bgo#639767, bgo#639792, bgo#639822, bgo#639845, bgo#639931,
bgo#639949, bgo#640005, bgo#640006, bgo#640011, bgo#640105,
bgo#640161, bgo#640188, bgo#640195, bgo#640282, bgo#640313,
bgo#640391, bgo#640487, bgo#640698, bgo#640712, bgo#640744,
bgo#640902, bgo#640965, bgo#640983, bgo#640999, bgo#641023,
bgo#641039, bgo#641042, bgo#641059, bgo#641073
+ Updated translations.
-------------------------------------------------------------------
Thu Jan 13 08:54:20 CET 2011 - vuntz@opensuse.org