SHA256
1
0
forked from pool/mutter

Accepting request 93749 from home:dimstar:branches:GNOME:Factory

Update to 3.3.2 - Now it even builds

OBS-URL: https://build.opensuse.org/request/show/93749
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=75
This commit is contained in:
2011-11-28 08:20:11 +00:00
committed by Git OBS Bridge
parent d600cc71c5
commit bccdf7b1d5
5 changed files with 71 additions and 16 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Nov 22 09:43:50 UTC 2011 - dimstar@opensuse.org
- Update to version 3.3.2:
+ Move from GConf to GSettings for preferences [bgo#635378]
+ meta_display_add_keybinding()/meta_display_remove_keybinding()
added to allow creating new keybindings at runtime [bgo#663428]
+ Add suport for new _NET_WM_STATE_FOCUSED atom in _NET_WM_STATE
to allow applications to draw unfocused windows differently
[bgo#661427]
+ Add meta_window_move_resize_frame() to allow specifying the
size and position of a window via the outside dimensions of the
window frame.
+ Don't activate window tiling when moving in snap mode
[bgo#662270]
+ Remove the ability to resize a window from the inner edge of
the titlebar [bgo#660129]
+ Fix for deprecations in GTK+ [bgo#662574, bgo#662895]
+ Bugs fixed: bgo#662895, bgo#642652, bgo#660941, bgo#662225
+ Updated translations.
- Drop gconf-devel BuildRequires. Migration to GSettings completed.
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires. New
dependency.
- Add mutter-clutter-1.10.patch: Fix build with clutter 1.10.
- Add %glib2_gsettings_schema_* macros.
-------------------------------------------------------------------
Tue Oct 18 07:41:05 UTC 2011 - dimstar@opensuse.org