Change logs for gnome-shell source package in Saucy

  • gnome-shell (3.8.4-0ubuntu5) saucy; urgency=low
    
      * debian/control.in: Add Recommends on network-manager since this
        is required for network panel to work. (LP: #1225787)
     -- Tim Lunn <email address hidden>   Mon, 16 Sep 2013 07:13:46 +1000
  • gnome-shell (3.8.4-0ubuntu4) saucy; urgency=low
    
      * source_gnome_shell.py: Now we have upstart user sessions most
        logging goes into the gnome-session.log, so add this to the
        apport hook.
     -- Tim Lunn <email address hidden>   Thu, 12 Sep 2013 07:50:07 +1000
  • gnome-shell (3.8.4-0ubuntu3) saucy; urgency=low
    
      [ Tim Lunn ]
      * debian/patches: revert-power-dbus-name-update.patch,
         revert-input-source-changes.patch: Dropped for build against
         gnome-setting-daemon 3.8
    
      [ Jeremy Bicha ]
      * debian/control.in: Bump minimum gnome-settings-daemon to 3.8.4
     -- Tim Lunn <email address hidden>   Mon, 09 Sep 2013 23:04:32 +1000
  • gnome-shell (3.8.4-0ubuntu2) saucy; urgency=low
    
      * debian/patches:
        - git_fix_calendar_wrapping.patch: fixes wrapping of long calender events
        - git_background_schema.patch, git_use_screensaver_bg.patch: git patches
          to allow using seperate bg for lock screen (LP: #1219188)
     -- Tim Lunn <email address hidden>   Sun, 08 Sep 2013 07:07:20 +1000
  • gnome-shell (3.8.4-0ubuntu1) saucy; urgency=low
    
      * New upstream release.
      * debian/patches/git-dont-crash-for-unstaged-widgets.patch:
        - Dropped, applied in new version
     -- Jeremy Bicha <email address hidden>   Wed, 31 Jul 2013 21:29:20 -0400
  • gnome-shell (3.8.3-1ubuntu5) saucy; urgency=low
    
      * debian/control.in:
        - Build-depend on gjs 1.37 (with mozjs17). This should noticeably reduce
          memory leaks and garbage collector lock ups (LP: #1205971, #1113166)
      * debian/patches:
        - revert-disable-periodic-gc.patch: this is safe to re-enable with mozjs17
        - git_gjs_api_change.patch: update for minor api change in gjs 1.37
     -- Tim Lunn <email address hidden>   Wed, 29 Jul 2013 01:00:57 +1000
  • gnome-shell (3.8.3-1ubuntu4) saucy; urgency=low
    
      * Depend on libgdm instead of gdm and suggest gdm. This avoids needing to
        choose between lightdm and gdm when installing gnome-shell (LP: #1162849)
     -- Jeremy Bicha <email address hidden>   Mon, 22 Jul 2013 21:00:17 -0400
  • gnome-shell (3.8.3-1ubuntu3) saucy; urgency=low
    
      * debian/patches/git-dont-crash-for-unstaged-widgets.patch:
        - Git patch to fix GNOME Shell crashing when, for instance,
          Nautilus is ran with not other apps running (LP: #1164086)
      * debian/control.in: drop obsolete gconf dependency
     -- Jeremy Bicha <email address hidden>   Sun, 14 Jul 2013 12:31:49 -0400
  • gnome-shell (3.8.3-1ubuntu2) saucy; urgency=low
    
      * debian/patches/revert-power-dbus-name-update.patch:
        - Revert a commit that broke the power menu. This patch should be
          dropped when we upgrade gnome-settings-daemon to 3.8. (LP: #1195093)
     -- Jeremy Bicha <email address hidden>   Wed, 26 Jun 2013 23:11:45 -0400
  • gnome-shell (3.8.3-1ubuntu1) saucy; urgency=low
    
      * Merge with Debian. Remaining changes:
        - debian/control.in:
          + Build-depend on libsystemd-login-dev & libsystemd-daemon-dev
          + Depend on gdm instead of gdm3
        - debian/patches/40_change-pam-name-to-match-gdm.patch:
        - debian/patches/revert-suspend-break.patch:
          + Disabled, not needed on Ubuntu
        - debian/patches/ubuntu-lightdm-user-switching.patch:
          + Allow user switching when using LightDM.
        - debian/patches/ubuntu_lock_on_suspend.patch
          + Respect Ubuntu's lock-on-suspend setting.
            Disabled until it can be rewritten.
        - debian/patches/git_relock_screen_after_crash.patch:
          + Backport fix to ensure session is locked after crash
      * debian/patches/revert-input-source-changes.patch:
        - Temporarily revert input source changes that need gnome-settings-daemon
          and gnome-control-center 3.8.3 to be useful
      * debian/patches/revert-notification-settings-link.patch:
        - Don't link to Notification Settings since that's only available
          with gnome-control-center >= 3.8.
    
    gnome-shell (3.8.3-1) experimental; urgency=low
    
      [ Jeremy Bicha ]
      * debian/control.in:
        - Don't recommend gnome-session-fallback
    
      [ Emilio Pozuelo Monfort ]
      * debian/control.in:
        + Bump minimum gir1.2-gtk-3.0 dependency.
          Thanks to Frederik Himpe <email address hidden>.
      * New upstream release.
      * debian/control.in:
        + Bump build dependencies.
      * debian/patches/series:
        + Disable 30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch,
          it conflicts with changes in the new version and may not be necessary
          anymore.
     -- Jeremy Bicha <email address hidden>   Sun, 16 Jun 2013 19:14:01 -0400
  • gnome-shell (3.8.2-1ubuntu2) saucy; urgency=low
    
      * Build against libical 1.0
     -- Jonathan Riddell <email address hidden>   Thu, 13 Jun 2013 13:23:54 +0100
  • gnome-shell (3.8.2-1ubuntu1) saucy; urgency=low
    
      * Merge with Debian (LP: #1185869, #1185721). Remaining changes:
        - debian/control.in:
          + Build-depend on libsystemd-login-dev & libsystemd-daemon-dev
          + Depend on gdm instead of gdm3
          + Don't recommend gnome-session-fallback
        - debian/patches/40_change-pam-name-to-match-gdm.patch:
        - debian/patches/revert-suspend-break.patch:
          + Disabled, not needed on Ubuntu
        - debian/patches/ubuntu-lightdm-user-switching.patch:
          + Allow user switching when using LightDM. Thanks Gerhard Stein
            for rebasing against gnome-shell 3.8!
        - debian/patches/ubuntu_lock_on_suspend.patch
          + Respect Ubuntu's lock-on-suspend setting.
            Disabled until it can be rewritten.
        - debian/patches/git_relock_screen_after_crash.patch:
          + Add Upstream fix for unlocked session after crash (LP: #1064584)
      * Note that the new GNOME Classic mode (which requires installing
        gnome-shell-extensions) won't work until gnome-session 3.8 is
        available in Ubuntu
    
    gnome-shell (3.8.2-1) experimental; urgency=low
    
      * New upstream release.
        + debian/control.in:
          - Update mutter dependencies.
    
    gnome-shell (3.8.1-2) experimental; urgency=low
    
      * Team upload
      * Reinstate support for suspend via UPower using the user-menu, until
        our logind is new enough to take over (Closes: #704272)
      * Delay suspend for 1 second in the hope that that's long enough to lock
        the screen (works around #645716, but only if you suspend via the
        user-menu)
    
    gnome-shell (3.8.1-1) experimental; urgency=low
    
      * New upstream release
      * debian/control.in: Update mutter depends to 3.8.1
    
    gnome-shell (3.8.0.1-2) experimental; urgency=low
    
      * debian/control.in: Add gir1.2-telepathylogger-0.2 runtime depend
    
    gnome-shell (3.8.0.1-1) experimental; urgency=low
    
      * New upstream release.
    
    gnome-shell (3.8.0-1) experimental; urgency=low
    
      [ Sjoerd Simons ]
      * debian/control.in: Bump caribou run-time depend to >= 0.4.8
    
      [ Emilio Pozuelo Monfort ]
      * New upstream release.
        + debian/control.in:
          - Bump mutter build and binary dependencies.
          - Remove build dependency on network-manager-dev now that
            libnm-glib-dev has been fixed.
          - Restrict libnm-gtk-dev build dependency to linux-any.
    
    gnome-shell (3.7.92-1) experimental; urgency=low
    
      [ Sjoerd Simons ]
      * Sync from Ubuntu
      * d/p/ubuntu-lightdm-user-switching.patch:
        d/p/ubuntu_lock_on_suspend.patch:
        + Dropped, Ubuntu specifc
      * d/p/14_make-GLX-optional.patch: Fixed upstream
      * debian/control.in: Depend on e-d-s >= 3.7.90 to fix build failures due to
        deprecated structures in headers.
      * debian/patches/40_change-pam-name-to-match-gdm.patch
        + Added. Change the pam service name to match the one used by gdm in debian
    
      [ Emilio Pozuelo Monfort ]
      * New upstream release.
        + debian/control.in:
          - Update build dependencies.
          - Temporarily add an explicit build-depend on network-manager-dev
            until libnm-glib-dev gets a versioned dependency.
        + debian/patches/git_fix_too_short_apps_view.patch:
          - Removed, included upstream.
    
    gnome-shell (3.7.90-0ubuntu1~raring1) raring; urgency=medium
    
      [ Jeremy Bicha ]
      * New upstream alpha release
      * debian/control.in:
        - Drop obsolete libedataserverui-dev dependency
        - Depend on gir1.2-nmgtk-1.0
        - Build-depend on caribou and gnome-desktop3
      * debian/watch: Watch for unstable releases
      * ubuntu-lightdm-user-switching.patch: Refreshed
      * ubuntu_lock_on_suspend.patch: Disabled
      * revert-suspend-break.patch:
        - Sure, suspend is currently broken on Ubuntu with GNOME 3.8, but let's
          not break it worse than necessary
      * git_fix_too_short_apps_view.patch:
        - Fix missing text on bottom row of apps view in the overview
    
      [ Rico Tzschichholz ]
      * debian/control.in:
        - Bump minimum dependencies on gnome-desktop3, libcroco, libpulse,
          clutter, gsettings-desktop-schemas, gjs and mutter
        - Build-depend on libcanberra-gtk3-dev
        - Drop build-depends on gconf and libgnome-desktop3-dev
      * debian/rules:
        - Add src/gvc to gir list
      * Drop patches applied in new version:
        - git-set-ally-wm-theme.patch
        - git_messagetray_opacity_fix.patch
        - git_messagetray_remove_tweens.patch
        - git_messagetray_fix_expansion.patch
        - telepathyClient-Fix-auto-scroll-to-bottom.patch
        - ubuntu_screensaver_fallback.patch
      * 10-make-NetworkManager-optional.patch:
        - Dropped, this was Debian-specific and they intend to drop it too
      * Refreshed patches:
        - 14_make-GLX-optional.patch
        - ubuntu_lock_on_suspend.patch
      * ubuntu-lightdm-user-switching.patch: Disabled as it breaks the user menu
     -- Jeremy Bicha <email address hidden>   Fri, 31 May 2013 12:01:12 -0400
  • gnome-shell (3.6.3.1-0ubuntu11) saucy; urgency=low
    
      * debian/control: Drop obsolete libedataserverui build dependency.
     -- Iain Lane <email address hidden>   Wed, 29 May 2013 12:25:46 +0100
  • gnome-shell (3.6.3.1-0ubuntu10) saucy; urgency=low
    
      * No change rebuild against gnome-desktop3
     -- Jeremy Bicha <email address hidden>   Tue, 28 May 2013 08:19:51 -0400
  • gnome-shell (3.6.3.1-0ubuntu9) saucy; urgency=low
    
      * debian/patches/git_relock_screen_after_crash.patch:
        - backport upstream patch to relock session after crash (LP: #1064582)
     -- Tim Lunn <email address hidden>   Mon, 27 May 2013 08:07:15 +1000
  • gnome-shell (3.6.3.1-0ubuntu8) saucy; urgency=low
    
      * debian/patches/git_remove_dbus_import.patch:
        - required for gnome-shell to work with gjs 1.36
     -- Tim Lunn <email address hidden>   Wed, 01 May 2013 12:06:16 +1000
  • gnome-shell (3.6.3.1-0ubuntu7) saucy; urgency=low
    
      * Add git_logind_check.patch: Check for logind, not for systemd.
      * Switch to logind for session tracking.
     -- Martin Pitt <email address hidden>   Mon, 29 Apr 2013 12:25:55 -0700
  • gnome-shell (3.6.3.1-0ubuntu6) raring; urgency=low
    
      * debian/patches:
          - git_fix_theme_node_crash.patch, git_add_stylesheets_signal.patch
              Fixes crash that occurs when extensions have custom
              stylesheets (LP: #1064022)
     -- Tim Lunn <email address hidden>   Mon, 22 Apr 2013 08:38:14 +1000