~ubuntu-branches/ubuntu/saucy/gnome-session/saucy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-06-19 10:37:29 UTC
  • mfrom: (1.1.84) (2.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20130619103729-653t3vjxw4voqetf
Tags: 3.8.2.1-1ubuntu1
* Merge with Debian (LP: #1185873, #1191290). Remaining changes:
 - debian/control.in:
   + gnome-session
     - Don't depend on gnome-shell
     - Drop the Recommends on gnome-power-manager, the code gnome-session
       uses has moved to gnome-settings-daemon
     - Recommend session-migration
   + gnome-session-fallback
     - Recommend cups-pk-helper for gnome-session-fallback so that
       System Settings>Printers works
 - Use logind for session tracking and shutdown/restart
 - Add upstart user session
 - 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
 - debian/patches/20_hide_nodisplay.patch:
    Don't show applications in the Sessions properties dialog that have
    NoDisplay=true.
 - 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 session
    + 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/53_add_sessionmigration.patch, debian/control:
    recommends and launch the session-migration if present at the start
    of the session. This sync tool is running different session migration
    scripts that can be provided in various desktop packages.
 - 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/103_kill_the_fail_whale.patch:
    Kill the Fail Whale as it tends to be more annoying than helpful
* Refreshed patches as necessary
* Dropped patches applied upstream or no longer applicable:
  - 00git_logind_test.patch
  - 04_consolekit_init_upower.patch
  - 04_fallback_warning_notify.patch
  - 12_no_gdm_fallback.patch
  - 80_new_upstream_session_dialog.patch
  - 96_no_catch_sigsegv.patch
  - 97_dont_blacklist_llvmpipe.patch
  - 101_screen_lock_on_suspend.patch
  - 104_dont_show_fallback_warning.patch
* Completely drop gnome-session-fallback (moved to gnome-panel source):
  - debian/gnome-session-fallback.*
  - debian/gnome-wm.desktop
  - debian/patches/00_revert_remove_fallback_session.patch
  - debian/patches/01_gnome-wm.patch
  - debian/patches/02_fallback_desktop.patch
  - debian/patches/03_fallback_desktop_makefile.patch
  - debian/scripts/
* Thanks Rico Tzschichholz, Tim Lunn, and Robert Ancell for helping with
  this update!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gnome-session (3.6.2-0ubuntu7) saucy; urgency=low
2
 
 
3
 
  * Have the upstart job start for any gnome-session, not just 'ubuntu' -
4
 
    allows the use of user sessions in principle for any other gnome session. 
5
 
 
6
 
 -- Iain Lane <iain.lane@canonical.com>  Wed, 22 May 2013 12:55:52 +0100
7
 
 
8
 
gnome-session (3.6.2-0ubuntu6) saucy; urgency=low
9
 
 
10
 
  * Switch to logind for session tracking and shutdown/restart.
11
 
  * Add 00git_logind_test.patch: Check for logind, not for systemd.
12
 
 
13
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 29 Apr 2013 10:05:07 -0700
14
 
 
15
 
gnome-session (3.6.2-0ubuntu5) raring; urgency=low
16
 
 
17
 
  * Make gnome-session upstart job emit 'desktop-start' and
18
 
    'desktop-end' events.
19
 
 
20
 
 -- James Hunt <james.hunt@ubuntu.com>  Wed, 20 Mar 2013 13:50:13 +0000
21
 
 
22
 
gnome-session (3.6.2-0ubuntu4) raring; urgency=low
23
 
 
24
 
  * Add upstart user session job for gnome-session.
25
 
 
26
 
 -- Stéphane Graber <stgraber@ubuntu.com>  Tue, 12 Mar 2013 15:05:12 -0400
27
 
 
28
 
gnome-session (3.6.2-0ubuntu3) raring; urgency=low
29
 
 
30
 
  * debian/patches/50_ubuntu_sessions.patch, 52_xdg_current_desktop.patch,
31
 
    debian/gnome-session-fallback.install:
32
 
    - Rename "GNOME Classic" back to "GNOME Fallback" to not conflict with
33
 
      the GNOME Shell 3.8 classic mode
34
 
 
35
 
 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 27 Dec 2012 18:45:22 -0500
36
 
 
37
 
gnome-session (3.6.2-0ubuntu2) raring; urgency=low
38
 
 
39
 
  * Add 04_consolekit_init_upower.patch: GsmConsoleKit: Properly initialize
40
 
    upower client. (LP: #1041137)
41
 
 
42
 
 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 13 Nov 2012 11:21:28 +0100
43
 
 
44
 
gnome-session (3.6.2-0ubuntu1) raring; urgency=low
45
 
 
46
 
  * New upstream release
47
 
 
48
 
 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 13 Nov 2012 14:06:21 +1300
49
 
 
50
 
gnome-session (3.6.1-0ubuntu1) raring; urgency=low
51
 
 
52
 
  * New upstream release
53
 
 
54
 
 -- Robert Ancell <robert.ancell@canonical.com>  Tue, 13 Nov 2012 13:29:37 +1300
55
 
 
56
 
gnome-session (3.6.0-0ubuntu1) quantal; urgency=low
57
 
 
58
 
  * New upstream stable release
59
 
 
60
 
 -- Robert Ancell <robert.ancell@canonical.com>  Wed, 26 Sep 2012 11:05:41 +1200
61
 
 
62
 
gnome-session (3.5.91-0ubuntu2) quantal; urgency=low
63
 
 
64
 
  * debian/gnome-session-common.gsettings-override:
65
 
    - Dropped, override moved to ubuntu-default-settings
66
 
 
67
 
 -- Jeremy Bicha <jbicha@ubuntu.com>  Tue, 11 Sep 2012 20:31:08 -0400
68
 
 
69
 
gnome-session (3.5.91-0ubuntu1) quantal; urgency=low
70
 
 
71
 
  * New upstream translation update release.
72
 
  * 97_dont_blacklist_llvmpipe.patch:
73
 
    Patch from Fedora to not blacklist llvmpipe from GNOME sessions
74
 
    (LP: #1047828) Thanks Tim!
75
 
 
76
 
 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 09 Sep 2012 14:20:35 -0400
77
 
 
78
 
gnome-session (3.5.5-0ubuntu3) quantal; urgency=low
79
 
 
80
 
  * debian/gnome-session.install:
81
 
    - don't try to install the -2d session anymore
82
 
 
83
 
 -- Didier Roche <didrocks@ubuntu.com>  Wed, 15 Aug 2012 09:02:31 +0200
84
 
 
85
 
gnome-session (3.5.5-0ubuntu2) quantal; urgency=low
86
 
 
87
 
  * debian/patches/50_ubuntu_sessions.patch,
88
 
    debian/patches/52_xdg_current_desktop.patch:
89
 
    - remove ubuntu-2d session. unity-2d is not supported anymore and people
90
 
      will be transitionned to the 3d session. llvmpipe is used if no hardware
91
 
      acceleration is available. (LP: #1035261)
92
 
  * debian/control:
93
 
    - remove unity-2d recommends
94
 
 
95
 
 -- Didier Roche <didrocks@ubuntu.com>  Wed, 15 Aug 2012 08:46:51 +0200
96
 
 
97
 
gnome-session (3.5.5-0ubuntu1) quantal; urgency=low
98
 
 
99
 
  [ Jeremy Bicha ]
100
 
  * debian/patches/50_ubuntu_sessions.patch:
101
 
  * debian/patches/52_xdg_current_desktop.patch:
102
 
    - Have Ubuntu 2D fallback to GNOME. Otherwise a Ubuntu GNOME live CD
103
 
      will fail to start the live environment since it tries the Unity
104
 
      sessions first.
105
 
 
106
 
  [ Didier Roche ]
107
 
  * New upstream release
108
 
    * Make XSMP error messages more clear
109
 
    * Be more careful in systemd code when session fails to get registered
110
 
    * Require newer glib
111
 
    * Make gconf build time optional
112
 
    * Updated translations
113
 
  * debian/control:
114
 
    - remove gconf build-dep
115
 
 
116
 
 -- Didier Roche <didrocks@ubuntu.com>  Tue, 07 Aug 2012 08:54:47 +0200
117
 
 
118
 
gnome-session (3.5.4-0ubuntu1) quantal; urgency=low
119
 
 
120
 
  * New upstream release
121
 
  * debian/control:
122
 
    - Bump build-depends on libglib2.0-dev
123
 
  * debian/patches/21_up_start_on_demand.patch:
124
 
    - Dropped, code has changed too much
125
 
 
126
 
 -- Robert Ancell <robert.ancell@canonical.com>  Sun, 29 Jul 2012 16:22:23 +0200
127
 
 
128
 
gnome-session (3.5.2-0ubuntu3) quantal; urgency=low
129
 
 
130
 
  * add the recommends to session-migration to debian/control.in as well
131
 
    (was overwritten in debian/control)
132
 
 
133
 
 -- Didier Roche <didrocks@ubuntu.com>  Thu, 19 Jul 2012 18:16:34 +0200
134
 
 
135
 
gnome-session (3.5.2-0ubuntu2) quantal; urgency=low
136
 
 
137
 
  [ Matthieu Baerts (matttbe) ]
138
 
  * debian/patches/106_display_gnome-session-properties.patch:
139
 
   - session-properties is now visible in applications menu (LP: #1018031)
140
 
 
141
 
  [ Didier Roche ]
142
 
  * debian/patches/53_add_sessionmigration.patch, debian/control:
143
 
    - recommends and launch the session-migration if present at the start
144
 
      of the session. This sync tool is running different session migration
145
 
      scripts that can be provided in various desktop packages.
146
 
 
147
 
 -- Didier Roche <didrocks@ubuntu.com>  Mon, 16 Jul 2012 08:24:36 +0200
148
 
 
149
 
gnome-session (3.5.2-0ubuntu1) quantal; urgency=low
150
 
 
151
 
  * debian/watch: Track unstable versions 
152
 
  * New upstream release (LP: #1011555).
153
 
    + Fail softer in the face of spotty session bus
154
 
    + Consider that required component that exits with 1 has crashed
155
 
  * Refresh patches to apply cleanly 
156
 
 
157
 
 -- Iain Lane <iain.lane@canonical.com>  Mon, 11 Jun 2012 12:11:00 +0100
158
 
 
159
 
gnome-session (3.4.2.1-0ubuntu1) quantal; urgency=low
160
 
 
161
 
  * New upstream release
162
 
  * debian/patches/03_display_session_capplet.patch:
163
 
    - Applied upstream
164
 
 
165
 
 -- Robert Ancell <robert.ancell@canonical.com>  Thu, 24 May 2012 17:05:26 +1200
166
 
 
167
 
gnome-session (3.4.1-1ubuntu1) quantal; urgency=low
168
 
 
169
 
  * Merge with Debian. Remaining changes:
 
1
gnome-session (3.8.2.1-1ubuntu1) saucy; urgency=low
 
2
 
 
3
  * Merge with Debian (LP: #1185873, #1191290). Remaining changes:
170
4
   - debian/control.in:
171
5
     + gnome-session
172
 
       - Recommend nautilus and either unity, unity-2d or gnome-shell
173
 
       - Only suggest gnome-session-fallback (we don't want it to be installed
174
 
         by default)
175
 
       - Drop the Recommends on gnome-power-manager, the code gnome-session uses
176
 
         has moved to gnome-settings-daemon
 
6
       - Don't depend on gnome-shell
 
7
       - Drop the Recommends on gnome-power-manager, the code gnome-session
 
8
         uses has moved to gnome-settings-daemon
 
9
       - Recommend session-migration
177
10
     + gnome-session-fallback
178
11
       - Recommend cups-pk-helper for gnome-session-fallback so that
179
12
         System Settings>Printers works
 
13
   - Use logind for session tracking and shutdown/restart
 
14
   - Add upstart user session
180
15
   - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
181
16
      Moved registering gnome-session binary as a session manager to 
182
17
      gnome-session-bin package
184
19
      set the default lightdm session as ubuntu if none already set
185
20
   - don't install defaults.list (installed by desktop-file-utils in ubuntu):
186
21
      debian/gnome-session-common.dirs and gnome-session-common.install
187
 
   - add debian/gnome-session-common.gsettings-override:
188
 
     set ubuntu as the default session if nothing is provided
189
 
   - debian/55gnome-session_gnomerc:
190
 
      Use POSIX string substitutions (shell internal) instead of external
191
 
      basename and cut for startup speed.
192
22
   - debian/patches/20_hide_nodisplay.patch:
193
23
      Don't show applications in the Sessions properties dialog that have
194
24
      NoDisplay=true.
195
 
   - debian/patches/21_up_start_on_demand.patch:
196
 
      Don't call dkp_client_new() until actually needed. This blocks
197
 
      for some time whilst DK-Power is started, if it wasn't running already
198
 
      (which is the case during auto-login). This can delay the whole
199
 
      session from starting.
200
25
   - debian/patches/22_support_autostart_delay.patch:
201
26
      Bugzilla patch to support adding a delay to autostart apps, using
202
27
      a "X-GNOME-Autostart-Delay" key in the desktop file
203
28
   - debian/patches/50_ubuntu_sessions.patch:
204
 
      + Add Ubuntu & Ubuntu 2D sessions
205
 
      + Add GNOME Classic (Without Effects session). Use notify-osd for
206
 
        notifications, but don't add it to RequiredComponents since notify-osd
207
 
        doesn't have an autostart .desktop file
 
29
      + Add Ubuntu session
208
30
      + gnome-shell.desktop adds --session=gnome now that the "ubuntu" session
209
31
        is the default. Use TryExec to test if gnome-shell is installed.
210
32
   - debian/patches/51_remove_session_saving_from_gui.patch:
214
36
   - debian/patches/52_xdg_current_desktop.patch:
215
37
      Set XDG_CURRENT_DESKTOP inside gnome-session based on a
216
38
      new key 'DesktopName' in gnome-session .desktop files.
217
 
   - debian/patches/80_new_upstream_session_dialog.patch:
218
 
      Bugzilla patch to change the session dialog. (Deactivated, see bug 807503)
 
39
   - debian/patches/53_add_sessionmigration.patch, debian/control:
 
40
      recommends and launch the session-migration if present at the start
 
41
      of the session. This sync tool is running different session migration
 
42
      scripts that can be provided in various desktop packages.
219
43
   - debian/patches/95_dbus_request_shutdown.patch:
220
44
      Add "RequestShutdown" and "RequestReboot" DBus methods to allow other
221
45
      applications to shutdown or reboot the machine via the session manager.
222
 
   - debian/patches/96_no_catch_sigsegv.patch:
223
 
      Don't register a handler for SIGSEGV. We want Apport to catch these
224
 
      crashes so that users can submit useful crash reports.
225
 
   - debian/patches/101_screen_lock_on_suspend.patch:
226
 
      Use the same logic as gnome-power-manager for deciding the "screen
227
 
      lock on suspend" policy. This restores the Jaunty behaviour rather
228
 
      than just using the screensaver settings, which is surprising for
229
 
      users.
230
 
      This patch is deactivated for now, we'll see with the new screensaver and
231
 
      screen locking experience what to do (not rebased on gsettings as well)
232
46
    - debian/patches/103_kill_the_fail_whale.patch:
233
 
      seems that the fail whale try to come back and resist from his removal
234
 
      refreshed the patch to ensure it's killed and won't come back ever ever
235
 
      again.
236
 
    - 104_dont_show_fallback_warning.patch:
237
 
      Disable GNOME Fallback warning. It doesn't really explain anything
238
 
      and assumes that there aren't people that want to run Fallback.
239
 
    - debian/patches/105_hide_session_startup_help.patch:
240
 
      Hide Help button on Startup Applications dialog, as it is broken
241
 
      and the help documentation hasn't been written for 3.x yet.
242
 
 
243
 
 -- Jeremy Bicha <jbicha@ubuntu.com>  Mon, 07 May 2012 11:22:35 -0400
 
47
      Kill the Fail Whale as it tends to be more annoying than helpful
 
48
  * Refreshed patches as necessary
 
49
  * Dropped patches applied upstream or no longer applicable:
 
50
    - 00git_logind_test.patch
 
51
    - 04_consolekit_init_upower.patch
 
52
    - 04_fallback_warning_notify.patch
 
53
    - 12_no_gdm_fallback.patch
 
54
    - 80_new_upstream_session_dialog.patch
 
55
    - 96_no_catch_sigsegv.patch
 
56
    - 97_dont_blacklist_llvmpipe.patch
 
57
    - 101_screen_lock_on_suspend.patch
 
58
    - 104_dont_show_fallback_warning.patch
 
59
  * Completely drop gnome-session-fallback (moved to gnome-panel source):
 
60
    - debian/gnome-session-fallback.*
 
61
    - debian/gnome-wm.desktop
 
62
    - debian/patches/00_revert_remove_fallback_session.patch
 
63
    - debian/patches/01_gnome-wm.patch
 
64
    - debian/patches/02_fallback_desktop.patch
 
65
    - debian/patches/03_fallback_desktop_makefile.patch
 
66
    - debian/scripts/
 
67
  * Thanks Rico Tzschichholz, Tim Lunn, and Robert Ancell for helping with
 
68
    this update!
 
69
 
 
70
 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 19 Jun 2013 10:37:29 -0400
 
71
 
 
72
gnome-session (3.8.2.1-1) experimental; urgency=low
 
73
 
 
74
  * New upstream release.
 
75
 
 
76
 -- Andreas Henriksson <andreas@fatal.se>  Sat, 25 May 2013 17:03:53 +0200
 
77
 
 
78
gnome-session (3.7.92-1) experimental; urgency=low
 
79
 
 
80
  * New upstream release (3.7.92)
 
81
  * debian/patches/14_hide_session_properties_help.patch:
 
82
    + Removed, fixed upstream
 
83
  * debian/patches/01_gnome-wm.patch
 
84
    debian/patches/02_fallback_desktop.patch
 
85
    debian/patches/03_fallback_desktop_makefile.patch
 
86
    debian/patches/04_fallback_warning_notify.patch
 
87
    debian/patches/12_no_gdm_fallback.patch:
 
88
    + Temporarily disabled, waiting for the return of fallback mode
 
89
  * debian/control: Temporarily disable gnome-session-fallback
 
90
 
 
91
 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 24 Mar 2013 18:55:46 +0100
 
92
 
 
93
gnome-session (3.6.0-1) experimental; urgency=low
 
94
 
 
95
  * New upstream release (3.6.0)
 
96
  * Sync with Ubuntu:
 
97
    + debian/55gnome-session_gnomerc: Use shell builtins instead of external
 
98
      commands for extra speed
 
99
    + debian/patches/12_no_gdm_fallback.patch: Refresh
 
100
 
 
101
 -- Sjoerd Simons <sjoerd@debian.org>  Sun, 14 Oct 2012 21:05:30 +0200
 
102
 
 
103
gnome-session (3.4.2.1-3) unstable; urgency=low
 
104
 
 
105
  * defaults.list:
 
106
    + epiphany.desktop → epiphany-browser.desktop.
 
107
    + Anyway replace epiphany with iceweasel.
 
108
    + Update default handlers for LibreOffice.
 
109
  * 04_fallback_warning_notify.patch: use libnotify to show the fallback 
 
110
    warning instead of a dialog.
 
111
  * Build-depend on libnotify.
 
112
 
 
113
 -- Josselin Mouette <joss@debian.org>  Sat, 29 Sep 2012 10:19:13 +0200
 
114
 
 
115
gnome-session (3.4.2.1-2) unstable; urgency=low
 
116
 
 
117
  * debian/patches/13_display_session_properties.patch: Display
 
118
    session-properties as the Startup Applications capplet was removed from
 
119
    gnome-control-center, which makes it hard to discover the
 
120
    gnome-session-properties tool. (Closes: #683814)
 
121
  * debian/patches/14_hide_session_properties_help.patch: The help button in
 
122
    gnome-session-properties points to the old GNOME 2 user guide and
 
123
    therefore doesn't work in GNOME 3, so hide it.
 
124
 
 
125
 -- Michael Biebl <biebl@debian.org>  Wed, 05 Sep 2012 00:53:57 +0200
 
126
 
 
127
gnome-session (3.4.2.1-1) unstable; urgency=low
 
128
 
 
129
  * New upstream release.
 
130
  * Remove obsolete section from README.Debian. The splash screen has been
 
131
    dropped upstream for a while now.
 
132
 
 
133
 -- Michael Biebl <biebl@debian.org>  Thu, 31 May 2012 01:30:42 +0200
 
134
 
 
135
gnome-session (3.4.2-1) unstable; urgency=low
 
136
 
 
137
  * New upstream release.
 
138
 
 
139
 -- Michael Biebl <biebl@debian.org>  Mon, 14 May 2012 23:31:42 +0200
244
140
 
245
141
gnome-session (3.4.1-1) unstable; urgency=low
246
142