Change logs for gnome-settings-daemon source package in Hardy

  • gnome-settings-daemon (2.22.1-0ubuntu2) hardy-proposed; urgency=low
    
      * debian/patches/93_from_svn_fix_non_nautilus_background_change.patch:
        - changes from svn, make the background changes work when not using nautilus
          (lp: #214347)
    
     -- Sebastien Bacher <email address hidden>   Mon, 05 May 2008 23:12:16 +0200
  • gnome-settings-daemon (2.22.1-0ubuntu1) hardy; urgency=low
    
      * New upstream version:
        - Fix segfault when shutting down the typing break monitor
        - Set window type hint on the volume popup
        - Remove unused properties from actions GUI
        - Reset opacity when removing the timeout
        - Fix handling of child process
        - Add a tool to test media keys
        - Add some profiling code
        - Fix compiler warnings
        - Fix leaks
        - Add more stuff to the configuration summary
        - Don't eat key events
        - Apply keyboard settings on startup (lp: #213111)
        - Make "Home" keybinding work again  (lp: #194979)
      * debian/control.in:
        - updated libgnome-desktop requirement
      * debian/patches/09_locate_pointer.patch:
        - dropped distribution change, it was not accepted upstream and they fixed
          similar issues now
      * debian/patches/91_gsd-add-randr-12.patch:
        - updated redhat version
      * debian/patches/92_gsd-xrandr-version-check.patch:
        - new version update
    
     -- Sebastien Bacher <email address hidden>   Mon, 07 Apr 2008 14:50:01 +0200
  • gnome-settings-daemon (2.22.0-0ubuntu2) hardy; urgency=low
    
      * debian/gnome-settings-daemon.install:
        - install xrdb files in the right directory (lp: #200120)
    
     -- Sebastien Bacher <email address hidden>   Thu, 03 Apr 2008 00:11:06 +0200
  • gnome-settings-daemon (2.22.0-0ubuntu1) hardy; urgency=low
    
      * New upstream version:
        - Actually link against libXi when building with XInput support
        - Disable debug by default
        - Don't pass GError's if we're not going to use them
        - Remove obsolete settings for the removed default editor plugin
        - Updated translations
    
     -- Sebastien Bacher <email address hidden>   Mon, 10 Mar 2008 18:53:42 +0100
  • gnome-settings-daemon (2.21.92-0ubuntu1) hardy; urgency=low
    
      * New upstream version:
        - Only print debug messages if --debug is used
        - Only load plugins when requested not at every start
        - Fixed #515340, Add a way to prioritise plugin load
        - Fixed #515341, Signal when plugins finish loading
        - Fixed #517259, Escape hostname for use in gconf key
        - Fixed #517418, gnome-display-properties resolution change
          will not be used after logout or reboot (lp: #191878)
        - Fixed #518075, Sound plugin should start pulseaudio itself
      * debian/patches/90_from_svn_pulseaudio_correct_use.patch:
        - dropped, fixed in the new version
      * debian/patches/92_gsd-xrandr-version-check.patch:
        - fix type which was breaking the build
    
     -- Sebastien Bacher <email address hidden>   Sat, 08 Mar 2008 14:13:51 +0100
  • gnome-settings-daemon (2.21.91-0ubuntu6) hardy; urgency=low
    
      * debian/patches/92_gsd-xrandr-version-check.patch:
        - Adds checks that the xserver runs Xrandr 1.2 before starting up the
          xrandr service.
    
     -- Bryce Harrington <email address hidden>   Mon, 03 Mar 2008 21:53:34 -0800
  • gnome-settings-daemon (2.21.91-0ubuntu5) hardy; urgency=low
    
      * debian/control.in:
        - updated libgnomedesktop requirements
    
      [ Bryce Harrington ]
    
      * debian/patches/91_gsd-add-randr-12.patch:
          - Incorporate patch from RedHat to hook into the new xrandr 1.2 code
            added to gnome-desktop.  This enables the daemon to accept xrandr 1.2
            changes to monitor/screen configuration.
    
     -- Sebastien Bacher <email address hidden>   Fri, 29 Feb 2008 18:39:47 +0100
  • gnome-settings-daemon (2.21.91-0ubuntu4) hardy; urgency=low
    
      * debian/patches/19_extra_keybindings.patch:
        - "Add proper xrandr callback when XF86Display is pressed.",
           thanks Mario Limonciello (lp: #179444)
      * debian/patches/90_from_svn_pulseaudio_correct_use.patch:
        - change from svn to make pulseaudio work correctly
    
     -- Sebastien Bacher <email address hidden>   Thu, 28 Feb 2008 22:09:04 +0100
  • gnome-settings-daemon (2.21.91-0ubuntu3) hardy; urgency=low
    
      * debian/control.in:
        - rebuild using the new libxklavier due to soname change
    
     -- Sebastien Bacher <email address hidden>   Wed, 27 Feb 2008 15:28:24 +0100
  • gnome-settings-daemon (2.21.91-0ubuntu2) hardy; urgency=low
    
      * debian/patches/08_extra_touchpad_options.patch:
        - Turn the touchpad on or off based on the touchpad_enabled gconf
          setting.
    
     -- Scott James Remnant <email address hidden>   Thu, 14 Feb 2008 08:16:25 +0000
  • gnome-settings-daemon (2.21.91-0ubuntu1) hardy; urgency=low
    
      * New upstream version:
        - Use a flat directory instead of a hierarchy to install plugins into
        - Don't scan the plugins directory recursively
        - Install the settings plugin to a versioned directory to fix install
          with libdir == libexecdir
        - Review short and long descriptions for GConf keys
        - Don't crash when running the screensaver fails  (lp: #188572)
        - Rename src folder to gnome-settings-daemon
        - Add uninstalled.pc file for building against an uninstalled copy of g-s-d
        - Add separate checks for libbackground and use external copy
        - Use gnome_settings_daemon for the GConf path
        - Release the Glade XML ASAP and keep track of the 2 widgets we need
        - Make sure we return a GError if initialization fails
        - Load the XKB settings initially
        - Fix leaks
        - Unref the GConfClient only after done with it
        - Check for xinput
        - Fix copy'n'paste error
        - Declare variables at the beginning of a block
          to make older compilers happy
        - Add back support for defining plugin start order
        - Assign return value from g_slist_sort to the plugins list variable
        - Replace gnome_vfs usage with GIO
      * debian/control.in:
        - updated libglib requirement
      * debian/gnome-settings-daemon.install:
        - new version changes
      * debian/patches/80_from_upstream_fix_xkb_loading.patch,
        debian/patches/90_configure_xinput_change.patch:
        - dropped, fixed in the new version
    
     -- Sebastien Bacher <email address hidden>   Mon, 11 Feb 2008 17:54:34 +0100
  • gnome-settings-daemon (2.21.90.2-0ubuntu2) hardy; urgency=low
    
      * debian/patches/80_from_upstream_fix_xkb_loading.patch:
        - change from upstream, fix xkb loading (lp: #188171)
    
     -- Sebastien Bacher <email address hidden>   Fri, 08 Feb 2008 18:53:05 +0100
  • gnome-settings-daemon (2.21.90.2-0ubuntu1) hardy; urgency=low
    
      * New upstream version:
        - Use correct binary path in DBus service file
        - Updated translations
      * debian/patches/90_configure_xinput_change.patch:
        - new version update
    
     -- Sebastien Bacher <email address hidden>   Wed, 06 Feb 2008 19:40:58 +0100
  • gnome-settings-daemon (2.21.90.1-0ubuntu3) hardy; urgency=low
    
      * debian/control.in:
        - replaces on gnome-control-center (LP: #187401)
    
     -- Sebastien Bacher <email address hidden>   Thu, 31 Jan 2008 09:06:13 +0100
  • gnome-settings-daemon (2.21.90.1-0ubuntu2) hardy; urgency=low
    
      * debian/patches/30_pkgconfig-path.patch,
        debian/gnome-settings-daemon.links:
        - updated gnome-control-center changes
    
     -- Sebastien Bacher <email address hidden>   Tue, 29 Jan 2008 22:37:57 +0100
  • gnome-settings-daemon (2.21.90.1-0ubuntu1) hardy; urgency=low
    
      * New upstream version
    
     -- Sebastien Bacher <email address hidden>   Tue, 29 Jan 2008 17:57:47 +0100
  • gnome-settings-daemon (2.21.5.2-0ubuntu1) hardy; urgency=low
    
      * Upload to ubuntu
      * debian/patches/90_configure_xinput_change.patch:
        - use xinput for the build
    
     -- Sebastien Bacher <email address hidden>   Wed, 16 Jan 2008 11:12:19 +0100