[ubuntu/oneiric] gnome-session 3.0.2-0ubuntu1 (Accepted)

Didier Roche didrocks at ubuntu.com
Tue May 24 10:15:19 UTC 2011


gnome-session (3.0.2-0ubuntu1) oneiric; urgency=low

  * New upstream release

gnome-session (3.0.0-2ubuntu1) UNRELEASED; urgency=low

  * Merge from debian, remaining changes:
   - debian/watch: take unstable series
   - debian/control.in:
     + gnome-session
       - depends on unity, unity-2d or gnome-shell, and nautilus
       - suggests only gnome-session-fallback (we don't want it to be installed
         by default)
       - replaces gnome-session-common (<< 3.0.0-2ubuntu1) as the gnome.session
         file was there in natty
      + gnome-session-fallback:
       - replaces gnome-session-common (<< 3.0.0-2ubuntu1) as the ubuntu classic
         session file was there in natty
      + Vcs-Bzr tag
   - don't install defaults.list (installed by desktop-file-utils in ubuntu):
      debian/gnome-session-common.dirs and gnome-session-common.install
   - 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/80_new_upstream_session_dialog.patch:
      Bugzilla patch to change the session dialog.
   - debian/patches/81_restart_string_on_inhibit.patch:
      Replaced "Reboot Anyway" with "Restart Anyway",
      thanks Chris Wilson
   - 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/97_fix_query_end_session_crash.patch:
      Don't crash on XSMP clients which don't respond to SaveYourself
      within the timeout, and which don't have a SmProgram property set
   - 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/102_fix_negative_transition_in_idletime.patch:
      Fix race in idle handling which could result in a session being marked
      as idle not being marked as active on user activity
  * Reworked/reformatted most of our remaining patches, use DEP3 and proposed
    upstream
  * Wrap all sessions in debian/patches/50_ubuntu_sessions.patch and ship them
    in gnome-session.install, gnome-session-fallback.install

Date: Tue, 24 May 2011 12:12:31 +0200
Changed-By: Didier Roche <didrocks at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/gnome-session/3.0.2-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 24 May 2011 12:12:31 +0200
Source: gnome-session
Binary: gnome-session gnome-session-fallback gnome-session-bin gnome-session-common
Architecture: source
Version: 3.0.2-0ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Didier Roche <didrocks at ubuntu.com>
Description: 
 gnome-session - GNOME Session Manager - GNOME 3 session
 gnome-session-bin - GNOME Session Manager - Minimal runtime
 gnome-session-common - GNOME Session Manager - common files
 gnome-session-fallback - GNOME Session Manager - GNOME fallback session
Changes: 
 gnome-session (3.0.2-0ubuntu1) oneiric; urgency=low
 .
   * New upstream release
 .
 gnome-session (3.0.0-2ubuntu1) UNRELEASED; urgency=low
 .
   * Merge from debian, remaining changes:
    - debian/watch: take unstable series
    - debian/control.in:
      + gnome-session
        - depends on unity, unity-2d or gnome-shell, and nautilus
        - suggests only gnome-session-fallback (we don't want it to be installed
          by default)
        - replaces gnome-session-common (<< 3.0.0-2ubuntu1) as the gnome.session
          file was there in natty
       + gnome-session-fallback:
        - replaces gnome-session-common (<< 3.0.0-2ubuntu1) as the ubuntu classic
          session file was there in natty
       + Vcs-Bzr tag
    - don't install defaults.list (installed by desktop-file-utils in ubuntu):
       debian/gnome-session-common.dirs and gnome-session-common.install
    - 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/80_new_upstream_session_dialog.patch:
       Bugzilla patch to change the session dialog.
    - debian/patches/81_restart_string_on_inhibit.patch:
       Replaced "Reboot Anyway" with "Restart Anyway",
       thanks Chris Wilson
    - 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/97_fix_query_end_session_crash.patch:
       Don't crash on XSMP clients which don't respond to SaveYourself
       within the timeout, and which don't have a SmProgram property set
    - 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/102_fix_negative_transition_in_idletime.patch:
       Fix race in idle handling which could result in a session being marked
       as idle not being marked as active on user activity
   * Reworked/reformatted most of our remaining patches, use DEP3 and proposed
     upstream
   * Wrap all sessions in debian/patches/50_ubuntu_sessions.patch and ship them
     in gnome-session.install, gnome-session-fallback.install
Checksums-Sha1: 
 0603f027fcc2ae0b6f08b85736034d13262a36cc 1890 gnome-session_3.0.2-0ubuntu1.dsc
 6a84fac718bb8a96c0731e87c62e7bf5a2e2237d 1114253 gnome-session_3.0.2.orig.tar.gz
 3bca609e1b6a527355c5bf85b23e0a1546fc63e8 77559 gnome-session_3.0.2-0ubuntu1.debian.tar.gz
Checksums-Sha256: 
 9581d4a80e61fc6dd89cfcb3e9b953af5dc07a38b692143b9db3354580af9c49 1890 gnome-session_3.0.2-0ubuntu1.dsc
 67a6ef9bfa70899206fae45238daef565b44fc926e196f6b9ab3bb1f3c3f4a5c 1114253 gnome-session_3.0.2.orig.tar.gz
 39890488d55da2f33c6652b46408ccd0b19e2726f268fb82930605f16c552457 77559 gnome-session_3.0.2-0ubuntu1.debian.tar.gz
Files: 
 afc3838580226b7a6695ff2bc29e3c26 1890 gnome optional gnome-session_3.0.2-0ubuntu1.dsc
 609e01e14693d10d310a589ac87a93f2 1114253 gnome optional gnome-session_3.0.2.orig.tar.gz
 5992100f92a2fcaa873c20e507de17b1 77559 gnome optional gnome-session_3.0.2-0ubuntu1.debian.tar.gz
Original-Maintainer: Josselin Mouette <joss at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk3bhNsACgkQmLJKnOSsII4AzwCfXRSXyWK2XAv6coFtDUC2aMza
5IsAmgPVKg2qdhhJ/2TQyGMROqte12Hs
=GL67
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list