Change logs for gnome-power-manager source package in Intrepid

  • gnome-power-manager (2.24.0-0ubuntu8.2) intrepid-proposed; urgency=low
    
      * Add 80-enable-hibernate-hotkey to re-enable the hibernate hotkey
        that wasn't working at Intrepid release. (LP: #269951)
    
     -- Mario Limonciello <email address hidden>   Fri, 09 Jan 2009 13:34:42 -0600
  • gnome-power-manager (2.24.0-0ubuntu8.1) intrepid-proposed; urgency=low
    
      * Add following patches from 2.24 stable svn branch (LP: #304187)
        - 77-hal-brightness-in-hardware.patch: Don't fail to show the OSD
          when brightness changing is supported in hardware.
        - 78-xrandr-hal-fallback.patch: Fall back to HAL if xrandr calls
          do fail or will be failing.
      * 79-enable-battery-hotkey.patch:
        - Enable hotkey that got disabled at 2.24.0's release. (LP: #281134)
      * debian/control:
        - Build depend on newer x11proto-core for providing XF86Battery
          hotkey keysm.
    
     -- Mario Limonciello <email address hidden>   Tue, 02 Dec 2008 10:21:55 -0600
  • gnome-power-manager (2.24.0-0ubuntu8) intrepid; urgency=low
    
      * Removing 02_gnome-power-manager.desktop.in.in.patch as it shouldn't be
        needed and is causing user feedback with the new GNOME Session in
        Intrepid.  Fixes LP: #278089
    
     -- Ted Gould <email address hidden>   Fri, 17 Oct 2008 08:45:41 -0500
  • gnome-power-manager (2.24.0-0ubuntu7) intrepid; urgency=low
    
      * 25_sparc_char_to_int.patch: Changing a variable to be an int *
        instead of a char * so that it has the right alignment.  This
        is a build fix for Sparc.
      * 26_check_for_active_session.patch: Checks to ensure that we've
        got an active session before accepting commands from the HAL.  This
        removes the case where a power button event is recieved by all logged
        in users.  Only active if PolicyKit is configured, which it is not
        in current packaging.
    
     -- Ted Gould <email address hidden>   Wed, 15 Oct 2008 22:21:46 -0500
  • gnome-power-manager (2.24.0-0ubuntu6) intrepid; urgency=low
    
      * Adding 21_idle_key_removal.patch which makes it so that the glib
        mainloop has to hit the idle state before we'll accept another key
        from X.  This should remove quickly repeated keys and keys that were
        queued before suspend.  (LP: #261084)
      * Adding 22_xfce_desktop_files.patch which adds XFCE to the ShowIn
        properties of the preferences and statistics desktop files.
      * Added 23_numlock_hotkey.patch which is the changes from 0ubuntu4 and put
        it into a patch.
      * Adding 24_interactive_shutdown_dbus.patch which is based on the patch
        in GNOME Bug: #507393.  Made to build on 2.24.0 and also put in more
        error checking and a fallback to XSMP when DBus based session management
        is not available.  (LP: #252795)
    
     -- Ted Gould <email address hidden>   Wed, 15 Oct 2008 11:10:23 -0500
  • gnome-power-manager (2.24.0-0ubuntu5) intrepid; urgency=low
    
      * debian/patches/20_fix_percentage_closures.patch: When unit->percentage
        was changed to a float for 2.24 not all the signals that deal in
        percentages had their signatures updated. Use the correct type for
        the signals that take a percentage (LP: #269083)
        - http://bugzilla.gnome.org/show_bug.cgi?id=550817
    
     -- James Westby <email address hidden>   Mon, 13 Oct 2008 23:54:30 +0100
  • gnome-power-manager (2.24.0-0ubuntu4) intrepid; urgency=low
    
      * src/gpm-button.c:gpm_button_grab_keystring: use AnyModifier modmask with
        XGrabKey so that hotkeys being handled through gpm-button still work if
        e.g. numlock happens to be on (thanks, Bryce Harrington, LP: #280646)
    
     -- Matt Zimmerman <email address hidden>   Fri, 10 Oct 2008 09:55:10 +0100
  • gnome-power-manager (2.24.0-0ubuntu3) intrepid; urgency=low
    
      * Removed 19_fix_critical_message.patch which was applied upstream
        but was still getting applied in other areas of gpm-cell-array.c.
        (LP #274681)
    
     -- Ted Gould <email address hidden>   Mon, 29 Sep 2008 13:26:44 -0500
  • gnome-power-manager (2.24.0-0ubuntu2) intrepid; urgency=low
    
      * 03-system-policy.patch: Fixing to remove gpm-main.c.orig
    
     -- Ted Gould <email address hidden>   Tue, 23 Sep 2008 09:44:41 -0500
  • gnome-power-manager (2.23.91-0ubuntu2) intrepid; urgency=low
    
      * Added two patches from Joakim Andersson <email address hidden> his
        comments on the patches are below.
      * Added 18_policy_actions_fallback.patch which makes policy actions
        fall back to per-percent policy if the battery profile is not good
        enough yet. It also ignores the accuracy of the battery profile when
        the GCONF key 'use_time_for_policy' is disabled. LP: #135548
      * Added 19_fix_critical_message.patch which fixes an error in the
        notification messages for critical battery. These messages would
        always show 0% battery remaining, since the cell unit object was
        reset while generating one of the strings used in the message.
    
      * 18_policy_actions_fallback.patch: Modified by Richard Hughes to
        make cleaner and smaller.  Now keeps most prototypes intact.
      * I updated 18_policy_actions_fallback.patch from Richard's version
        to make it apply cleanly on 2.23.91.
    
    gnome-power-manager (2.23.91-0ubuntu1) intrepid; urgency=low
    
      * Upstream release:
        * Handle "unknown" battery technology in HAL
        * Bug fixes (LP: #260314)
      * 75-ignore-long-failed-suspends.patch: added to prevent inaccurately
        indicating failed suspends when they were >= 6 hours. (LP: #242713)
        From Mario Limonciello <email address hidden>
      * 14_inhibit_tool.patch: A small tool to allow command line apps to
        use the inhibit DBus interface easily.
      * 17_icon_cache.patch: A patch to build the icon cache in the correct
        directory.
      * 50-r2882-fix-547766.patch: Removed as merged upstream.
    
     -- Ted Gould <email address hidden>   Wed, 10 Sep 2008 09:36:40 -0500
  • gnome-power-manager (2.23.6-0ubuntu2) intrepid; urgency=low
    
      * debian/patches/50-r2882-fix-547766.patch: upstream fix for crash in
        gpm_cell_array_update gpm-cell-array.c:273 (LP: #260314)
    
     -- Matt Zimmerman <email address hidden>   Mon, 08 Sep 2008 09:43:04 +0100
  • gnome-power-manager (2.23.6-0ubuntu1) intrepid; urgency=low
    
      * debian/patches/09_lid_always_blanks.patch: Update for new upstream
      * debian/control, added PolicyKit DBus and Grant to reflect changes
        in upstream configure files.
      * Updated upstream version (2.23.6)
    
     -- Ted Gould <email address hidden>   Tue, 19 Aug 2008 13:55:19 -0500
  • gnome-power-manager (2.23.1-0ubuntu1) intrepid; urgency=low
    
      * 13_bugreport_bin_sh.patch, adding a "#!/bin/sh" to the top of
        gnome-power-bugreport.sh so that it is more specific about how it
        executes.  LP #238546
      * 11_round_percentage.patch: Adding in math.h to implicitly define
        a built in function.  New errors are sucking.
      * 09_lid_always_blanks.patch: Remove some variables that are now causing
        errors as -Werror is set.
      * Added patch 11_round_percentage.patch which causes the percentage
        to discrete value conversion to use round.  This should fix the
        bug where the AC plug/unplug causes the backlight to drop.  That
        bug is LP#
      * Added patch 12_warning_gconf_update.patch which causes the warning and
        action values from GConf to be updated on GConf changes.  Makes debugging
        easier.
      * control.in: Expanding dependencies to make them easier to read
      * control.in: Adding policy kit and xrandr as build dependencies
      * 10_keyboard_brightness_gconf.patch: Applied upstream
      * 03-system-policy.patch: part of the patch was applied upstream, rebuild
        to work with 2.23.1
      * 03_always_get_hw_backlight.patch: Removing as the functionality should
        be taken care of by the new 'trust cache' framework.
      * 04_brightness_events.patch: Removing.  The code upstream has change
        significantly and logic is roughly the same now.  May require some
        additional patching, but will wait on user feedback.
      * 06_inhibit_applet_clear.patch: Applied upstream
      * 07_inhibit_applet_icon_resize.patch: Applied upstream
      * Packing new upstream development version.
    
     -- Ted Gould <email address hidden>   Mon, 16 Jun 2008 14:53:04 -0700
  • gnome-power-manager (2.22.1-1ubuntu4) hardy; urgency=low
    
      * Adding in patch 10_keyboard_brightness_gconf.patch which fixes some
        cut-and-paste errors in the keyboard brightness server which set the
        wrong gconf keys.
      * Updating 04_brightness_events.patch so that idle changes work when
        we're not on AC and work in the right direction.  Also updating so
        that we're not using the GCONF key for AC brightness just a fixed
        value as some people have very different values for AC and it isn't
        required for the logic. LP: #199522
    
     -- Ted Gould <email address hidden>   Thu, 10 Apr 2008 06:27:11 -0700