[ubuntu/lucid] laptop-mode-tools 1.52-1ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Wed Dec 2 00:40:18 GMT 2009


laptop-mode-tools (1.52-1ubuntu1) lucid; urgency=low

  [ Whoopie ]
  * Merge with Debian (LP: #422620; LP: #469517, #308065, #307947),
    remaining changes:
    + Drop sdparm Recommends to Suggests: It is in universe.
    + etc/laptop-mode/laptop-mode.conf: change default spindown time and
      power management modes.
    + Add/Modify pm-utils hooks to ensure laptop-mode is running as
      expected after power change or thaw/resume
      - power.d/laptop-mode: runs laptop-mode on power change
      - sleep.d/99laptop-mode: don't run laptop-mode if disabled in
        /etc/default/laptop-mode
    + etc/init.d/laptop-mode: Check if laptop mode is disabled in
      /etc/default/laptop-mode (that's the file laptop_mode looks into, too,
      but it incorrectly evaluates the ENABLE_LAPTOP_MODE setting) as well
      as in /etc/default/acpi-support.
    + usr/sbin/laptop_mode: Do not parse arguments, ignore "force" and
      let start/stop mean enable/disable.
    + /usr/sbin/laptop_mode: Do not read $ACTIVATE_WITH_POSSIBLE_DATA_LOSS
      from /var/run/laptop-mode-state to see if state has changed.
    + debian/rules: Do not ship acpi/apm scripts (we handle that ourselves)
    + debian/laptop-mode-tools.preinst: Remove any old acpi/apm scripts
    + debian/laptop-mode-tools.postinst: Create /etc/default/laptop-mode
      (with ENABLE_LAPTOP_MODE=false) if the file does not exist yet and we
      are on ppc.
    + Also accept "stop" as second argument since the init script
      calls laptop_mode with "init stop"

  [ Steve Langasek ]
  * Dropped changes, merged in Debian: sleep.d/96laptop-mode: superseded by
    sleep.d/99laptop-mode

laptop-mode-tools (1.52-1) unstable; urgency=low

  * New Upstream Release
    + Initialize DEBUG to 0 by default. THanks to Matthijs Kooijman for
      pointing it out. (Closes: #546371)
    + Add an option to completely disable ethernet devices when on battery.
    + Introduce hooks to enable debug mode for individual modules
    + Use iwconfig to determine device type for iwlwifi devices also
    + Collect the correct exit code for iwconfig execution.
    + Use iwconfig in wireless-iwl-power. Thanks to Darren Hoo for spotting it
    + Handle spaces in mount point names. Thanks to Louis Simard for the patch
    + Clarify about Global Debug mode and Module Specific Debug mode.
    + Fix incorrect variable reference in video-out module. Thanks to Hans
      Werner for noticing that.
  * laptop-mode-tools.preinst: remove (and backup) the obsolete
    /etc/pm/sleep.d/99laptop-mode config file. Thanks to Tormod
    Volden for the fix. (LP: #384875)

laptop-mode-tools (1.51-1) unstable; urgency=low

  * New Upstream Release
    + Add option to blacklist usb devices by their device id.
      Thanks to ich at phuk.ath.cx for the patch
    + Trigger timer change for power mgmt by doing a device open/close
      The open/close operation can fail if the audio device is busy.
      Since this failure is non-fatal (worst case is that the timer changes
      don't get activated), we don't bother if it was successful or not.
    + Add support for EeePC FSB Control. Thanks to James Rayner
    + Update iwlwifi power modes. Thanks to Clemens Buchacher
      (Closes: #540639)
    + Use the standard pm-hibernate script from pm-utils for hibernation
      (Closes: #541447)
    + Check if wireless device is disabled before attempting to power
      configure it. Thanks to Clemens Buchacher. (Closes: #541997)
    + On speed change, an ethernet device can lose connectivity. Document
      that in the config file.
  * debian/watch
    + Scan for the correct link in watch file.
  * debian/control
    + Add Recommends for pm-utils. Closes: #541447
    + Format the description
    + Update Standards Version to 3.8.3 (No changes required)
  * debian/rules
    + Add a get-orig-source target. It can fetch the relevant source tarball
      parsing the changelog
  * Change one line description since laptop-mode-tools does more than what
    the old description had
  * Add a README.source file explaining on how to get the source

laptop-mode-tools (1.50-1) unstable; urgency=low

  * New Upstream Release 1.50:
    + Ship pm-utils hooks in /usr/lib/ and not in /etc/pm/
      Distributions will always want to have customized settings in /etc
      and default upstream settings in /usr/lib. See LP: #384875
    + Fix incorrect explanation of Intel HDA Power Savings. Closes: #532733.
    + Don't clutter screen with print messages.
    + Add patch from Mulyadi Santosa that adds ability to lm-profiler to
      show read/write frequency of each collected program. Thank you.
    + Enhance usb-autosuspend module to be executed under conditions. Also
      explain the weirdness of broken usb drivers. Closes: # 535051
    + Do the test comparision of integeres using string operators.
      Closes: #535650.
    + Run pidof with the -x Script Mode switch. Thanks Matthijs Kooijman
    + Disconnect descriptors when backgrounding a script. Thanks Matthijs
      Kooijman
    + Add option to run in shell debug mode
    + Add a spec file to generate an RPM package
  * Update Standards Version to 3.8.2 (No Changes Required)

laptop-mode-tools (1.49-1) unstable; urgency=low

  * New Upstream Release 1.49:
    + Fix syntax error in laptop_mode. Closes: #528835.
    + New feature to log messages to syslog. LP: #370005.
    + Improved Intel HDA Powersaving module. Can now be enabled in
      different (BATT,LM,NOLM) modes.
    + Reload Power Management Daemons during installation. Thanks to Wido
      for pointing out the problem.
    + Update runlevel priority to 99 to ensure laptop-mode is started late
      enough while its dependency daemon are starting. LP: #369807
    + Put a proper check for Hal Polling. Thanks Vincent Panel.
    + Fix typo error in Wake-On-Lan module.
    + Add check on iwconfig to determine an ipw based wireless device.
      Fixes: LP #369113
  * Handle Power Management Daemons to restart during package
    post-installation.
  * debian/control
    + Add wireless-tools under Recommends since laptop-mode-tools depends on
    it for the wireless powersaving module.
    + Add Bart Samwel <bart at samwel.tk> to Uploaders.
  * debian/rules
    + Cleanup some commented lines.

laptop-mode-tools (1.48-1) unstable; urgency=low

  * New upstream release 1.48:
    + Fix udevinfo call. Newer udev has deprecated the usage of
      udevinfo in favor of 'udevadm info' Closes: #522043.
    + Fix ethernet throttling. Throttle speed to a user specified
      speed or probe speed from the device Closes: #519426.
    + Restore ethernet speed to user specified speed or MAX speed
      when switching back to AC.
    + Fix manpage error.
  * Build-Depend on debhelper version 5.
  * Add Homepage field.
  * Bump Standards Version to 3.8.1
  * Take maintenance from Bart Samwel
  * Recommend net-tools for ethernet speed detection.

Date: Tue, 01 Dec 2009 16:07:49 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/laptop-mode-tools/1.52-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 01 Dec 2009 16:07:49 -0800
Source: laptop-mode-tools
Binary: laptop-mode-tools
Architecture: source
Version: 1.52-1ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 laptop-mode-tools - Tools for Power Savings based on battery/AC status
Closes: 519426 522043 528835 532733 535051 535650 540639 541447 541447 541997 546371
Changes: 
 laptop-mode-tools (1.52-1ubuntu1) lucid; urgency=low
 .
   [ Whoopie ]
   * Merge with Debian (LP: #422620; LP: #469517, #308065, #307947),
     remaining changes:
     + Drop sdparm Recommends to Suggests: It is in universe.
     + etc/laptop-mode/laptop-mode.conf: change default spindown time and
       power management modes.
     + Add/Modify pm-utils hooks to ensure laptop-mode is running as
       expected after power change or thaw/resume
       - power.d/laptop-mode: runs laptop-mode on power change
       - sleep.d/99laptop-mode: don't run laptop-mode if disabled in
         /etc/default/laptop-mode
     + etc/init.d/laptop-mode: Check if laptop mode is disabled in
       /etc/default/laptop-mode (that's the file laptop_mode looks into, too,
       but it incorrectly evaluates the ENABLE_LAPTOP_MODE setting) as well
       as in /etc/default/acpi-support.
     + usr/sbin/laptop_mode: Do not parse arguments, ignore "force" and
       let start/stop mean enable/disable.
     + /usr/sbin/laptop_mode: Do not read $ACTIVATE_WITH_POSSIBLE_DATA_LOSS
       from /var/run/laptop-mode-state to see if state has changed.
     + debian/rules: Do not ship acpi/apm scripts (we handle that ourselves)
     + debian/laptop-mode-tools.preinst: Remove any old acpi/apm scripts
     + debian/laptop-mode-tools.postinst: Create /etc/default/laptop-mode
       (with ENABLE_LAPTOP_MODE=false) if the file does not exist yet and we
       are on ppc.
     + Also accept "stop" as second argument since the init script
       calls laptop_mode with "init stop"
 .
   [ Steve Langasek ]
   * Dropped changes, merged in Debian: sleep.d/96laptop-mode: superseded by
     sleep.d/99laptop-mode
 .
 laptop-mode-tools (1.52-1) unstable; urgency=low
 .
   * New Upstream Release
     + Initialize DEBUG to 0 by default. THanks to Matthijs Kooijman for
       pointing it out. (Closes: #546371)
     + Add an option to completely disable ethernet devices when on battery.
     + Introduce hooks to enable debug mode for individual modules
     + Use iwconfig to determine device type for iwlwifi devices also
     + Collect the correct exit code for iwconfig execution.
     + Use iwconfig in wireless-iwl-power. Thanks to Darren Hoo for spotting it
     + Handle spaces in mount point names. Thanks to Louis Simard for the patch
     + Clarify about Global Debug mode and Module Specific Debug mode.
     + Fix incorrect variable reference in video-out module. Thanks to Hans
       Werner for noticing that.
   * laptop-mode-tools.preinst: remove (and backup) the obsolete
     /etc/pm/sleep.d/99laptop-mode config file. Thanks to Tormod
     Volden for the fix. (LP: #384875)
 .
 laptop-mode-tools (1.51-1) unstable; urgency=low
 .
   * New Upstream Release
     + Add option to blacklist usb devices by their device id.
       Thanks to ich at phuk.ath.cx for the patch
     + Trigger timer change for power mgmt by doing a device open/close
       The open/close operation can fail if the audio device is busy.
       Since this failure is non-fatal (worst case is that the timer changes
       don't get activated), we don't bother if it was successful or not.
     + Add support for EeePC FSB Control. Thanks to James Rayner
     + Update iwlwifi power modes. Thanks to Clemens Buchacher
       (Closes: #540639)
     + Use the standard pm-hibernate script from pm-utils for hibernation
       (Closes: #541447)
     + Check if wireless device is disabled before attempting to power
       configure it. Thanks to Clemens Buchacher. (Closes: #541997)
     + On speed change, an ethernet device can lose connectivity. Document
       that in the config file.
   * debian/watch
     + Scan for the correct link in watch file.
   * debian/control
     + Add Recommends for pm-utils. Closes: #541447
     + Format the description
     + Update Standards Version to 3.8.3 (No changes required)
   * debian/rules
     + Add a get-orig-source target. It can fetch the relevant source tarball
       parsing the changelog
   * Change one line description since laptop-mode-tools does more than what
     the old description had
   * Add a README.source file explaining on how to get the source
 .
 laptop-mode-tools (1.50-1) unstable; urgency=low
 .
   * New Upstream Release 1.50:
     + Ship pm-utils hooks in /usr/lib/ and not in /etc/pm/
       Distributions will always want to have customized settings in /etc
       and default upstream settings in /usr/lib. See LP: #384875
     + Fix incorrect explanation of Intel HDA Power Savings. Closes: #532733.
     + Don't clutter screen with print messages.
     + Add patch from Mulyadi Santosa that adds ability to lm-profiler to
       show read/write frequency of each collected program. Thank you.
     + Enhance usb-autosuspend module to be executed under conditions. Also
       explain the weirdness of broken usb drivers. Closes: # 535051
     + Do the test comparision of integeres using string operators.
       Closes: #535650.
     + Run pidof with the -x Script Mode switch. Thanks Matthijs Kooijman
     + Disconnect descriptors when backgrounding a script. Thanks Matthijs
       Kooijman
     + Add option to run in shell debug mode
     + Add a spec file to generate an RPM package
   * Update Standards Version to 3.8.2 (No Changes Required)
 .
 laptop-mode-tools (1.49-1) unstable; urgency=low
 .
   * New Upstream Release 1.49:
     + Fix syntax error in laptop_mode. Closes: #528835.
     + New feature to log messages to syslog. LP: #370005.
     + Improved Intel HDA Powersaving module. Can now be enabled in
       different (BATT,LM,NOLM) modes.
     + Reload Power Management Daemons during installation. Thanks to Wido
       for pointing out the problem.
     + Update runlevel priority to 99 to ensure laptop-mode is started late
       enough while its dependency daemon are starting. LP: #369807
     + Put a proper check for Hal Polling. Thanks Vincent Panel.
     + Fix typo error in Wake-On-Lan module.
     + Add check on iwconfig to determine an ipw based wireless device.
       Fixes: LP #369113
   * Handle Power Management Daemons to restart during package
     post-installation.
   * debian/control
     + Add wireless-tools under Recommends since laptop-mode-tools depends on
     it for the wireless powersaving module.
     + Add Bart Samwel <bart at samwel.tk> to Uploaders.
   * debian/rules
     + Cleanup some commented lines.
 .
 laptop-mode-tools (1.48-1) unstable; urgency=low
 .
   * New upstream release 1.48:
     + Fix udevinfo call. Newer udev has deprecated the usage of
       udevinfo in favor of 'udevadm info' Closes: #522043.
     + Fix ethernet throttling. Throttle speed to a user specified
       speed or probe speed from the device Closes: #519426.
     + Restore ethernet speed to user specified speed or MAX speed
       when switching back to AC.
     + Fix manpage error.
   * Build-Depend on debhelper version 5.
   * Add Homepage field.
   * Bump Standards Version to 3.8.1
   * Take maintenance from Bart Samwel
   * Recommend net-tools for ethernet speed detection.
Checksums-Sha1: 
 86faa4072225b29efc1ba99528f250cb4cc90d27 1870 laptop-mode-tools_1.52-1ubuntu1.dsc
 80fcb3600315ec6f60cad52c6c7166cccc4ca4fc 92566 laptop-mode-tools_1.52.orig.tar.gz
 e02e9d8dd458170c20781f7a290949b438d5dc75 16714 laptop-mode-tools_1.52-1ubuntu1.diff.gz
Checksums-Sha256: 
 83c21f33b02c375472bc9d7c385d39bc86d687845e05933c323b6add05856d0b 1870 laptop-mode-tools_1.52-1ubuntu1.dsc
 d258e610da5105869fefb9364f0a4fbd65896fe30ee50256f4716be62953a6fa 92566 laptop-mode-tools_1.52.orig.tar.gz
 076ffa323383f1425205bc3050892a89ba9ed9f853ea5a5132c41f93daaeaa22 16714 laptop-mode-tools_1.52-1ubuntu1.diff.gz
Files: 
 9ef3bc9ecef8526314f7d2266998d3f5 1870 utils optional laptop-mode-tools_1.52-1ubuntu1.dsc
 75841694db2dfc9e5adb29c160b514ee 92566 utils optional laptop-mode-tools_1.52.orig.tar.gz
 68b89d86d64b5dd9848698adab599ecd 16714 utils optional laptop-mode-tools_1.52-1ubuntu1.diff.gz
Launchpad-Bugs-Fixed: 307947 308065 369807 370005 384875 384875 422620 469517
Original-Maintainer: Ritesh Raj Sarraf <rrs at researchut.com>

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

iQIVAwUBSxWwf1aNMPMhshM9AQiCZg//TvxfpSoXPz6ud+psmjDId4wd49wPL4L+
Rbqaq7z2xs/Dh4zCnCvKjrzzM6igdeXSJHIw0Mx1MMZPTVcHxP+vqeaHQ2QxnM3q
whU56Cagjxs78/Sxl2WlqnZbrdGx5sI9bDedTU+Yt1/MH9Rdz9PyUUWAfpuyMUtL
Ea6eWz6YQ7B2UBNeGYKWu6eXZktBVX1c/vMfJ//PG94x1zbvyO0RRV011yyZcnh8
a1dVWRi+GMa4TbSho0vJ42EZvmKRqeRC5vCTqmiUyIu3t6I6YCyW/Ry0Ff8WDFLQ
ocZatvZn5paRTyR/6uh9WCMp2mjXzLl8MjgeqwLg1nq/nhKCTCt3kjboKZNXdmQX
68YMHAL2umQv+zErc14pBmnfA7ziiCsVnAAymqsnbUzrLwTT5UUrFek9TedsHRUO
jMYUH+d8hv6vrDvVOMslT3JioVuXfL6WZOpvQggXNIhEYdudojbsJFkXDD4m4EZd
vF200pGLfdPPhqCGml5ehkglx8UQq2+7DK9RmSYPdYbBVV0x2ZnaDGi0A2CySD+2
7uv6zgKRqnBrW5gTvBSPythQF/RIdPjmKnhno/5+MAhtrx46ULc2KAXvA9qK7+av
z+jfqqPHXSpfm4Dj5yK2x2ykTgO8A2+9CHbeeP6rJ9BaOeiDHIy3TQs9w4BjUK/M
vl6HG2RE7Tw=
=khhR
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list