1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
# ChangeLog for gnome-base/gnome-shell
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.9 2012/01/21 02:05:31 tetromino Exp $
*gnome-shell-3.2.2.1 (21 Jan 2012)
21 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
-gnome-shell-3.2.1-r1.ebuild, -gnome-shell-3.2.1-r2.ebuild,
-files/gnome-shell-3.2.1-messageTray-reduce-fade.patch,
-files/gnome-shell-3.2.1-theme-lighten-sent-message.patch,
+gnome-shell-3.2.2.1.ebuild:
Bump, fixes lots of crashes, rendering errrors, and memory leaks (in network
menu, notifications, workspace thumbnails, icons, etc.) Also, mark
gnome-shell executable to allow running under hardened/PaX (bug #398941,
thanks to Orson Teodoro). Drop old.
*gnome-shell-3.2.1-r3 (13 Jan 2012)
13 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-shell-3.2.1-r1.ebuild, gnome-shell-3.2.1-r2.ebuild,
+gnome-shell-3.2.1-r3.ebuild,
+files/gnome-shell-3.2.1-optional-networkmanager.patch:
Make networkmanager optional (bug #398593, reported by Florian Klink; patch
based on Michael Biebl's work for Debian). Add missing timezone-data and
mobile-broadband-provider-info rdeps.
*gnome-shell-3.2.1-r2 (09 Jan 2012)
09 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+gnome-shell-3.2.1-r2.ebuild,
+files/gnome-shell-3.2.1-automagic-gnome-bluetooth.patch:
Add lots of upstream patches: fix browser plugin on chromium and epiphany,
fix some crashes, improve extension system stability, do not load disabled
extensions at shell startup, do not allow message popups to steal mouse
focus, have the message tray use a hot corner so that mouse events on bottom
pixel row do not get blocked, and do not depend on nautilus's schemas or
libgnome's gnome-open. Also, fix automagic gnome-bluetooth dependency (bug
#398145, thanks to Ed Catmur for the patch).
01 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-shell-3.2.1-r1.ebuild:
Add pkg_postinst message about graphics driver compatibility.
13 Dec 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
gnome-shell-3.2.1-r1.ebuild:
Add ewarn about xorg-server-1.11 and pointer barriers
13 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
-gnome-shell-3.0.2-r1.ebuild,
-files/gnome-shell-3.0.2-unbreak-extension-css.patch,
-files/gnome-shell-3.0.2-user-removed-signals.patch,
gnome-shell-3.2.1-r1.ebuild, metadata.xml:
Depend on accountsservice[introspection] (bug #390361, thanks to Cesko Voeten
<cvoeten@gmail.com> for reporting).
Also, drop old 3.0 version.
*gnome-shell-3.2.1-r1 (05 Nov 2011)
05 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+gnome-shell-3.2.1-r1.ebuild,
+files/gnome-shell-3.2.1-messageTray-reduce-fade.patch,
+files/gnome-shell-3.2.1-theme-lighten-sent-message.patch:
Bump to 3.2.1 from the gnome overlay. Notable changes: built-in (and
non-optional) networkmanager UI, telepathy chat integration, removable media
UI, completely overhauled extension system, login-screen mode for gdm, and
many improvements and bugfixes.
21 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
gnome-shell-3.0.2-r1.ebuild:
Drop -DG_DISABLE_DEPRECATED flag for sanity on glib upgrades (bug #384765).
Thanks to Oschtan <dawnstyle@gmail.com> for reporting.
*gnome-shell-3.0.2-r1 (30 Sep 2011)
30 Sep 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+gnome-shell-3.0.2-r1.ebuild,
+files/gnome-shell-3.0.2-unbreak-extension-css.patch,
+files/gnome-shell-3.0.2-user-removed-signals.patch, +metadata.xml:
Add GNOME Shell from the gnome overlay, for GNOME 3
|