~ubuntu-branches/ubuntu/raring/gnome-session/raring

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-05-07 11:22:35 UTC
  • mfrom: (1.1.75) (2.2.14 sid)
  • Revision ID: package-import@ubuntu.com-20120507112235-z9pe25ur5d8zt4c6
Tags: 3.4.1-1ubuntu1
* Merge with Debian. Remaining changes:
 - debian/control.in:
   + gnome-session
     - Recommend nautilus and either unity, unity-2d or gnome-shell
     - Only suggest gnome-session-fallback (we don't want it to be installed
       by default)
     - Drop the Recommends on gnome-power-manager, the code gnome-session uses
       has moved to gnome-settings-daemon
   + gnome-session-fallback
     - Recommend cups-pk-helper for gnome-session-fallback so that
       System Settings>Printers works
 - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
    Moved registering gnome-session binary as a session manager to 
    gnome-session-bin package
 - debian/postinst, postrm:
    set the default lightdm session as ubuntu if none already set
 - don't install defaults.list (installed by desktop-file-utils in ubuntu):
    debian/gnome-session-common.dirs and gnome-session-common.install
 - add debian/gnome-session-common.gsettings-override:
   set ubuntu as the default session if nothing is provided
 - debian/55gnome-session_gnomerc:
    Use POSIX string substitutions (shell internal) instead of external
    basename and cut for startup speed.
 - debian/patches/20_hide_nodisplay.patch:
    Don't show applications in the Sessions properties dialog that have
    NoDisplay=true.
 - debian/patches/21_up_start_on_demand.patch:
    Don't call dkp_client_new() until actually needed. This blocks
    for some time whilst DK-Power is started, if it wasn't running already
    (which is the case during auto-login). This can delay the whole
    session from starting.
 - debian/patches/22_support_autostart_delay.patch:
    Bugzilla patch to support adding a delay to autostart apps, using
    a "X-GNOME-Autostart-Delay" key in the desktop file
 - debian/patches/50_ubuntu_sessions.patch:
    + Add Ubuntu & Ubuntu 2D sessions
    + Add GNOME Classic (Without Effects session). Use notify-osd for
      notifications, but don't add it to RequiredComponents since notify-osd
      doesn't have an autostart .desktop file
    + gnome-shell.desktop adds --session=gnome now that the "ubuntu" session
      is the default. Use TryExec to test if gnome-shell is installed.
 - debian/patches/51_remove_session_saving_from_gui.patch:
    add GNOME_SESSION_SAVE environment variable for people wanting to
    use the save session still, knowing that it can break your system
    if used unwisely (LP: #771896)
 - debian/patches/52_xdg_current_desktop.patch:
    Set XDG_CURRENT_DESKTOP inside gnome-session based on a
    new key 'DesktopName' in gnome-session .desktop files.
 - debian/patches/80_new_upstream_session_dialog.patch:
    Bugzilla patch to change the session dialog. (Deactivated, see bug 807503)
 - debian/patches/95_dbus_request_shutdown.patch:
    Add "RequestShutdown" and "RequestReboot" DBus methods to allow other
    applications to shutdown or reboot the machine via the session manager.
 - debian/patches/96_no_catch_sigsegv.patch:
    Don't register a handler for SIGSEGV. We want Apport to catch these
    crashes so that users can submit useful crash reports.
 - debian/patches/101_screen_lock_on_suspend.patch:
    Use the same logic as gnome-power-manager for deciding the "screen
    lock on suspend" policy. This restores the Jaunty behaviour rather
    than just using the screensaver settings, which is surprising for
    users.
    This patch is deactivated for now, we'll see with the new screensaver and
    screen locking experience what to do (not rebased on gsettings as well)
  - debian/patches/103_kill_the_fail_whale.patch:
    seems that the fail whale try to come back and resist from his removal
    refreshed the patch to ensure it's killed and won't come back ever ever
    again.
  - 104_dont_show_fallback_warning.patch:
    Disable GNOME Fallback warning. It doesn't really explain anything
    and assumes that there aren't people that want to run Fallback.
  - debian/patches/105_hide_session_startup_help.patch:
    Hide Help button on Startup Applications dialog, as it is broken
    and the help documentation hasn't been written for 3.x yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
=============
 
2
Version 3.4.1
 
3
=============
 
4
 
 
5
  Session Manager
 
6
 
 
7
        * Properly move to next phase if an app dies on startup (Vincent)
 
8
        * Fix some restart/poweroff problems in the systemd code (Matthias
 
9
          Clasen)
 
10
        * Cleanups (Vincent)
 
11
 
 
12
  Translators
 
13
 
 
14
        * David Planella (ca)
 
15
        * David Planella (ca@valencia)
 
16
        * Reşat SABIQ (crh)
 
17
        * Wolfgang Stoeggl (de)
 
18
        * Bruce Cowan (en_GB)
 
19
        * Arash Mousavi (fa)
 
20
        * Gabor Kelemen (hu)
 
21
        * Milo Casagrande (it)
 
22
        * Sandeep Shedmake (mr)
 
23
        * Kjartan Maraas (nb)
 
24
 
 
25
=============
 
26
Version 3.4.0
 
27
=============
 
28
 
 
29
  Session Manager
 
30
 
 
31
        * Don't show toggle switches for gnome-shell extensions in fail whale
 
32
          dialog; simply disable all extensions instead (Jasper St. Pierre)
 
33
        * Code cleanups (Jasper St. Pierre)
 
34
 
 
35
  Translators
 
36
 
 
37
        * Nilamdyuti Goswami (as)
 
38
        * Ihar Hrachyshka (be)
 
39
        * Alexander Shopov (bg)
 
40
        * David Planella (ca)
 
41
        * David Planella (ca@valencia)
 
42
        * Reşat SABIQ (crh)
 
43
        * Marek Černocký (cs)
 
44
        * flemming christensen (da)
 
45
        * Daniel Mustieles (es)
 
46
        * Mattias Põldaru (et)
 
47
        * Luc Guillemin (fr)
 
48
        * Fran Dieguez (gl)
 
49
        * Sweta Kothari (gu)
 
50
        * Yaron Shahrabani (he)
 
51
        * Changwoo Ryu (ko)
 
52
        * Aurimas Černius (lt)
 
53
        * Rūdolfs Mazurs (lv)
 
54
        * A S Alam (pa)
 
55
        * Piotr Drąg (pl)
 
56
        * Duarte Loreto (pt)
 
57
        * Antonio Fernandes C. Neto (pt_BR)
 
58
        * Yuri Myasoedov (ru)
 
59
        * Matej Urbančič (sl)
 
60
        * Мирослав Николић (sr)
 
61
        * Miroslav Nikolić (sr@latin)
 
62
        * Daniel Nylander (sv)
 
63
        * Sasi Bhushan Boddepalli (te)
 
64
        * Korostil Daniel (uk)
 
65
        * Nguyễn Thái Ngọc Duy (vi)
 
66
        * tuhaihe (zh_CN)
 
67
        * Chao-Hsiung Liao (zh_HK)
 
68
        * Chao-Hsiung Liao (zh_TW)
 
69
 
 
70
==============
 
71
Version 3.3.92
 
72
==============
 
73
 
 
74
  Session Manager
 
75
 
 
76
        * Minor bug fixes (Ray Strode, Jasper St. Pierre)
 
77
 
 
78
  Translators
 
79
 
 
80
        * Nilamdyuti Goswami (as)
 
81
        * Mattias Põldaru (et)
 
82
        * Yuri Myasoedov (ru)
 
83
 
 
84
==============
 
85
Version 3.3.90
 
86
==============
 
87
 
 
88
  Session Manager
 
89
 
 
90
        * Fix the GsmSystem type registration (Matthias Clasen)
 
91
 
 
92
=============
 
93
Version 3.3.5
 
94
=============
 
95
 
 
96
  Session Manager
 
97
 
 
98
        * Use systemd session tracking instead of ConsoleKit when system is
 
99
          booted with systemd (Matthias Clasen)
 
100
        * Code cleanups (Matthias Clasen)
 
101
 
 
102
  Translators
 
103
 
 
104
        * Hideki Yamane (ja)
 
105
        * Andreas N. (nn)
 
106
        * Muhammet Kara (tr)
 
107
 
 
108
=============
 
109
Version 3.3.3
 
110
=============
 
111
 
 
112
  Tools
 
113
 
 
114
        * Blacklist pre-R300 Radeon hardware in accelerated check (Vincent)
 
115
 
 
116
=============
 
117
Version 3.3.2
 
118
=============
 
119
 
 
120
  Tools
 
121
 
 
122
        * Fix regexp for blacklisting Intel 830-865 hardware (Vincent)
 
123
 
 
124
  Translators
 
125
 
 
126
        * Kristjan SCHMIDT (eo)
 
127
        * Muhammet Kara (tr)
 
128
 
 
129
=============
 
130
Version 3.3.1
 
131
=============
 
132
 
 
133
  Tools
 
134
 
 
135
        * Look at gnome.fallback={0,1} argument in kernel boot line to
 
136
          determine if fallback mode should be enforced or ignored (Vincent)
 
137
        * Use whitelist/blacklist regexps in an external file when evaluating
 
138
          renderer for accelerated check (Vincent)
 
139
        * Blacklist Intel 830-865 hardware when checking for accelerated
 
140
          hardware (Vincent)
 
141
 
 
142
  Translators
 
143
 
 
144
        * Ihar Hrachyshka (be)
 
145
 
 
146
=============
2
147
Version 3.2.1
3
148
=============
4
149