Change logs for upower source package in Saucy

  • upower (0.9.22-1ubuntu2) saucy-proposed; urgency=low
    
      * Add 00git_clamp_percentage.patch: Clamp percentage for overfull batteries,
        to avoid showing 0% on some fully charged battery models. Fixes regression
        from 0.9.22. (LP: #1240673)
     -- Martin Pitt <email address hidden>   Wed, 23 Oct 2013 08:41:01 +0200
  • upower (0.9.22-1ubuntu1) saucy; urgency=low
    
      * Cherry-pick two fixes from upstream:
        - up-client: Really don't overwrite retval with prop values. Properties
          and property notification via libupower-glib got broken in 0.9.22.
          Incorrect values were being returned, meaning anything relying on these
          might do the wrong thing, such as in LP: #1238663
        - lib: Fix crasher calling _about_to_sleep_sync(). Crash fix.
     -- Iain Lane <email address hidden>   Mon, 14 Oct 2013 11:41:36 +0100
  • upower (0.9.22-1) unstable; urgency=low
    
    
      * New upstream release.
      * Drop 00git_updates.patch, included in new release.
    
     -- Martin Pitt <email address hidden>  Tue, 08 Oct 2013 18:26:25 +0200
  • upower (0.9.21-3ubuntu2) saucy; urgency=low
    
      * Update 00git_updates.patch to today's upstream git:
        - Track power_supply devices by name only instead of full sysfs path.
          Fixes crashes with devices whose USB/bluetooth parental structure
          changes after auto-suspend or similar actions. (LP: #1112907)
        - Don't call obsolete g_type_init() when building with a recent glib.
     -- Martin Pitt <email address hidden>   Fri, 27 Sep 2013 09:57:15 +0200
  • upower (0.9.21-3ubuntu1) saucy; urgency=low
    
      * Update 00git_updates.patch to today's upstream git:
        - Rework of hidpp detection to determine correct charge values for
          Logitech wireless keyboards/mouse (LP: #1103064)
        - Detect bluetooth mouse/keyboard batteries as such, instead of as system
          batteries. (LP: #115348)
     -- Martin Pitt <email address hidden>   Fri, 06 Sep 2013 15:19:05 +0200
  • upower (0.9.21-3) unstable; urgency=low
    
      * Add 00git_updates.patch to update to today's upstream git:
        - Fix batteries which report capacity, but not energy/charge
        - Add temperature property for batteries
        - Fix warning in up_device_supply_get_design_voltage
        - Make GetHistory() array order consistent
    
    upower (0.9.21-2) unstable; urgency=low
    
      [ Martin Pitt ]
      * debian/rules: Run dh_install with --fail-missing to avoid forgetting about
        some scripts.
      * debian/rules: Explicitly set systemd util dir, to avoid build-depending on
        systemd.
      * debian/upower.install: Install notify-upower.sh. (LP: #1196752)
    
      [ Michael Biebl ]
      * debian/patches/always_use_pm-utils_backend.patch: Always use the pm-utils
        backend, even if logind is running. The availability of logind does not
        necessarily imply, that systemd is running (in a recent enough version),
        which is required for a successful suspend/hibernate.
        (Closes: #718458, LP: #1196752)
     -- Martin Pitt <email address hidden>   Thu, 29 Aug 2013 11:34:28 +0200
  • upower (0.9.21-1ubuntu2) saucy; urgency=low
    
      * Add consistent_history_array.patch: Make GetHistory() array order
        consistent. (bugs.f.o #68384)
     -- Martin Pitt <email address hidden>   Fri, 23 Aug 2013 10:22:23 +0200
  • upower (0.9.21-1ubuntu1) saucy; urgency=low
    
      * add_temperature_prop.patch: Add a property to expose battery temperature.
      * make_battery_percentage_more_robust.patch: Fix a problem with the battery
        percent charge remaining always being reported as 0 with some Android
        battery drivers.
     -- Seth Forshee <email address hidden>   Wed, 14 Aug 2013 10:43:20 -0500
  • upower (0.9.21-1build1) saucy; urgency=low
    
      * No change rebuild against libimobiledevice4
     -- Dmitrijs Ledkovs <email address hidden>   Thu, 08 Aug 2013 22:25:43 +0100
  • upower (0.9.21-1) unstable; urgency=low
    
    
      * New upstream release.
      * Add udev build dependency, so that configure can determine the udev
        directory.
      * Add alternative systemd dependency instead of just hard-depending on
        pm-utils. With logind, upower defers suspend to logind instead of calling
        pm-*, this allows us to not install pm-utils with systemd.
    
     -- Martin Pitt <email address hidden>  Mon, 29 Jul 2013 07:37:19 +0200
  • upower (0.9.20-1ubuntu2) saucy; urgency=low
    
      * Add alternative systemd-services dependency instead of just hard-depending
        on pm-utils. With logind, upower defers suspend to logind instead of
        calling pm-*, this allows us to not install pm-utils on phone builds.
     -- Martin Pitt <email address hidden>   Thu, 02 May 2013 10:23:52 -0700
  • upower (0.9.20-1ubuntu1) saucy; urgency=low
    
      * Add git-logind-chck.patch: Fix test for logind availability.
     -- Martin Pitt <email address hidden>   Mon, 29 Apr 2013 12:03:45 -0700
  • upower (0.9.20-1) experimental; urgency=low
    
    
      * New upstream release.
      * Bump libpolkit-gobject-1-dev build dependency as per upstream
        configure.ac.
      * Build with --enable-deprecated, we are not ready yet to drop
        suspend/hibernate functionality.
      * Bump Standards-Version to 3.9.4. No changes necessary.
      * Add "build" autopkgtest to compile/link/run a simple program against
        libupower-glib.
      * Drop unnecessary "needs-root" restriction from upstream-system
        autopkgtest.
      * Add no_deprecation_define.patch: Do not require applications to define
        UPOWER_ENABLE_DEPRECATED to access suspend/resume functionality. We are
        not ready to do that yet in Debian.
    
     -- Martin Pitt <email address hidden>  Tue, 19 Mar 2013 19:19:51 +0100