[ubuntu/zesty-proposed] laptop-mode-tools 1.70-2ubuntu1 (Accepted)

Bhavani Shankar bhavi at ubuntu.com
Wed Jan 4 06:44:19 UTC 2017


laptop-mode-tools (1.70-2ubuntu1) zesty; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - Do not ship obsolete acpi/apm scripts in rules file.

laptop-mode-tools (1.70-2) unstable; urgency=medium

  * [873f6a4] Add patch to fix import error

laptop-mode-tools (1.70-1) unstable; urgency=medium

  * [22d254b] Prepare Laptop Mode Tools 1.70 release
  * [e187118] Add AHCI Runtime PM support
  * [0745723] Fix defaults for Intel P State Driver.
    Thanks to George Caswell and Matthew Gabeler-Lee (Closes: #814578)
  * [ad5a1af] Fix init script for same cleanups as systemd service
  * [dafc4c9] Clean up state before/after execution.
    Thanks to Tomas Janousek (Closes: #798777)
  * [d8827ef] Make CPU Hotplugging more customized.
    Thanks to cjones24
  * [6e4e9ab] Don't act on remove event for USB devices
  * [c59e637] Relax execution of full LMT modules (Closes: #752718)
  * [09b9831] Try harder to determine power state.
    Thanks to github/snugglej and github/0rkaM
  * [f945073] Bump Standards Version to 3.9.8
  * [93f5fde] Use dh_prep instead of dh_clean -k
  * [b61bf1c] Bump debhelper compatibility to 9

laptop-mode-tools (1.69.2-1) unstable; urgency=medium

  Minor Bug Fix Release

  * [8bbf7b9] Set limit of tasks to infinity

laptop-mode-tools (1.69.1-1) unstable; urgency=medium

  * [380dc06] Prepare 1.69.1 minor bugfix release
  * [6c65fcc] Add  polkit file in RPM
  * [c0bc391] Update default list of USB type devices
  * [96e4508] Relax the list of blacklisted USB devices
  * [ff03abd] USB HID core driver is needed for blacklisting other
    devices of same family
  * [8213f87] When on AC, revert back to full power
  * [458e7da] Log after completion of execution
  * [e58d41e] Fix bashism. array will fail for string comparison in dash
  * [355a33e] We need to log before execution otherwise the shell is
    lost
  * [6b9a844] Break cyclic loop. Hopefully my last systemd error :-(

laptop-mode-tools (1.69-1) unstable; urgency=medium

  New Upstream Release [ The Maha Shiva Ratri Release ]

  * [3949674] Update details about runtime-pm in manpage
  * [83b49f5] Call lmt-udev in lmt-poll. Don't call the laptop_mode
    binary directly. Helps in a lot of housekeeping
  * [fdd6b5d] Direct stderr/stdout to journal
  * [2ce90a8] Install the new .timer and poll service
  * [56db2fb] Wait for all forked modules to complete.
    Thanks to Tomas Janousek
  * [ee1ffe7] Add new module: cputhotplug
  * [c08cc13] CPU online/offine is reverse here
  * [49451d1] Install policykit file
  * [cc9f46c] Detach polling daemon from main process.
    Thanks to Tomas Ebenlendr (Closes: #807134)
  * [b0d1a88] Do NOT touch speed is throttling is not set.
    Thanks to Steve McIntyre (Closes: #807338)
  * [733eb81] Restore to MAX speed when back to AC Power
  * [67a5cf1] Fix manpage about DISABLE_ETHERNET_ON_BATTERY setting.
    Thanks to Daniel Kahn Gillmor (Closes: #786444)
  * [c878358] Update documentation about ENABLE_LAPTOP_MODE_ON_AC
    setting. Thanks to Daniel Kahn Gillmor
  * [811228d] Fix syntax error in install.sh.
    Thanks to Latot
  * [650c85a] Fix typo in /lib/udev/lmt-udev.
    Thanks to Kelsey Byers (Closes: #809181)
  * [57e2cf4] Change powersaving default for USB class devices
    (Closes: #812541)
  * [ec0fe8b] Drop usbhid from default (black)list
  * [06770f7] Add usb keyboard driver to the list default list
  * [1302f8d] Honor device plug/unplug events on a per device basis;
    like how Chromium initially submitted this patch
  * [1e3e0a1] Update links in README.md
  * [faa613c] Update new github homepage location
  * [d904d89] Drop 2 patches that have been applied upstream
  * [2c410ac] Ship new policykit action file
  * [e967db9] Prepare 1.69 release

Date: Wed, 04 Jan 2017 12:08:01 +0530
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/laptop-mode-tools/1.70-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 04 Jan 2017 12:08:01 +0530
Source: laptop-mode-tools
Binary: laptop-mode-tools
Architecture: source
Version: 1.70-2ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Bhavani Shankar <bhavi at ubuntu.com>
Description:
 laptop-mode-tools - Tools for Power Savings based on battery/AC status
Closes: 752718 786444 798777 807134 807338 809181 812541 814578
Changes:
 laptop-mode-tools (1.70-2ubuntu1) zesty; urgency=medium
 .
   * Merge from Debian unstable.  Remaining changes:
     - Do not ship obsolete acpi/apm scripts in rules file.
 .
 laptop-mode-tools (1.70-2) unstable; urgency=medium
 .
   * [873f6a4] Add patch to fix import error
 .
 laptop-mode-tools (1.70-1) unstable; urgency=medium
 .
   * [22d254b] Prepare Laptop Mode Tools 1.70 release
   * [e187118] Add AHCI Runtime PM support
   * [0745723] Fix defaults for Intel P State Driver.
     Thanks to George Caswell and Matthew Gabeler-Lee (Closes: #814578)
   * [ad5a1af] Fix init script for same cleanups as systemd service
   * [dafc4c9] Clean up state before/after execution.
     Thanks to Tomas Janousek (Closes: #798777)
   * [d8827ef] Make CPU Hotplugging more customized.
     Thanks to cjones24
   * [6e4e9ab] Don't act on remove event for USB devices
   * [c59e637] Relax execution of full LMT modules (Closes: #752718)
   * [09b9831] Try harder to determine power state.
     Thanks to github/snugglej and github/0rkaM
   * [f945073] Bump Standards Version to 3.9.8
   * [93f5fde] Use dh_prep instead of dh_clean -k
   * [b61bf1c] Bump debhelper compatibility to 9
 .
 laptop-mode-tools (1.69.2-1) unstable; urgency=medium
 .
   Minor Bug Fix Release
 .
   * [8bbf7b9] Set limit of tasks to infinity
 .
 laptop-mode-tools (1.69.1-1) unstable; urgency=medium
 .
   * [380dc06] Prepare 1.69.1 minor bugfix release
   * [6c65fcc] Add  polkit file in RPM
   * [c0bc391] Update default list of USB type devices
   * [96e4508] Relax the list of blacklisted USB devices
   * [ff03abd] USB HID core driver is needed for blacklisting other
     devices of same family
   * [8213f87] When on AC, revert back to full power
   * [458e7da] Log after completion of execution
   * [e58d41e] Fix bashism. array will fail for string comparison in dash
   * [355a33e] We need to log before execution otherwise the shell is
     lost
   * [6b9a844] Break cyclic loop. Hopefully my last systemd error :-(
 .
 laptop-mode-tools (1.69-1) unstable; urgency=medium
 .
   New Upstream Release [ The Maha Shiva Ratri Release ]
 .
   * [3949674] Update details about runtime-pm in manpage
   * [83b49f5] Call lmt-udev in lmt-poll. Don't call the laptop_mode
     binary directly. Helps in a lot of housekeeping
   * [fdd6b5d] Direct stderr/stdout to journal
   * [2ce90a8] Install the new .timer and poll service
   * [56db2fb] Wait for all forked modules to complete.
     Thanks to Tomas Janousek
   * [ee1ffe7] Add new module: cputhotplug
   * [c08cc13] CPU online/offine is reverse here
   * [49451d1] Install policykit file
   * [cc9f46c] Detach polling daemon from main process.
     Thanks to Tomas Ebenlendr (Closes: #807134)
   * [b0d1a88] Do NOT touch speed is throttling is not set.
     Thanks to Steve McIntyre (Closes: #807338)
   * [733eb81] Restore to MAX speed when back to AC Power
   * [67a5cf1] Fix manpage about DISABLE_ETHERNET_ON_BATTERY setting.
     Thanks to Daniel Kahn Gillmor (Closes: #786444)
   * [c878358] Update documentation about ENABLE_LAPTOP_MODE_ON_AC
     setting. Thanks to Daniel Kahn Gillmor
   * [811228d] Fix syntax error in install.sh.
     Thanks to Latot
   * [650c85a] Fix typo in /lib/udev/lmt-udev.
     Thanks to Kelsey Byers (Closes: #809181)
   * [57e2cf4] Change powersaving default for USB class devices
     (Closes: #812541)
   * [ec0fe8b] Drop usbhid from default (black)list
   * [06770f7] Add usb keyboard driver to the list default list
   * [1302f8d] Honor device plug/unplug events on a per device basis;
     like how Chromium initially submitted this patch
   * [1e3e0a1] Update links in README.md
   * [faa613c] Update new github homepage location
   * [d904d89] Drop 2 patches that have been applied upstream
   * [2c410ac] Ship new policykit action file
   * [e967db9] Prepare 1.69 release
Checksums-Sha1:
 e6092ab384e8ed047cea57895f6125a9e6a2f5dc 1595 laptop-mode-tools_1.70-2ubuntu1.dsc
 8e55cc598b70988d1ea803d63a511031868b3920 115741 laptop-mode-tools_1.70.orig.tar.gz
 e3d41a7712cd4436b89d715d37e3ca6ccaf7d744 21240 laptop-mode-tools_1.70-2ubuntu1.debian.tar.xz
Checksums-Sha256:
 5ae00dbe3aa76e784dcb28c42f49cb07442a79ba5e1aa2453800a370392bcf1f 1595 laptop-mode-tools_1.70-2ubuntu1.dsc
 c67f01e9a3dc06842362d19284b2693392003a5885a03c335c2c9152b94fb320 115741 laptop-mode-tools_1.70.orig.tar.gz
 df4e8635f9c996e809e6bfd6a8d789b9b93ae2d3c864adc97618842ab2b42105 21240 laptop-mode-tools_1.70-2ubuntu1.debian.tar.xz
Files:
 81a24ac854cc7fd122517c0ec6ee26c5 1595 utils optional laptop-mode-tools_1.70-2ubuntu1.dsc
 419537913a1f742d22b67ebbe4ddc268 115741 utils optional laptop-mode-tools_1.70.orig.tar.gz
 b03ed2613b44e13b9f91857ca20732a0 21240 utils optional laptop-mode-tools_1.70-2ubuntu1.debian.tar.xz
Original-Maintainer: Ritesh Raj Sarraf <rrs at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJYbJjSAAoJEMJAPQz8ZpqTdJoIAL5Et5UoyKTQTdtNREG2vs+x
PYRNiRmXL51Z15TluRuSVqmrIqXTgzOGmz+n5H+Hh9ffEJUsJMDuHJCn9DMp/FGG
YBtOI3qUaOhAJ7mQTYuQi8kX+9wG16xx4cSWNDwMunhb+lc+MfW5FrbmESKUHkDn
SsskoJUMHpe3b0Fqu50ciLjtKWpz7I4elU0iC9QbTkiTlzxvq/BrqaKJH5PdN42i
V3xGXqrV7wiSTcFhRqWjxLpret1qREytn2y1JHWVYiAeMizTqcHWExEsF1TOIvXH
ZsZj+hsWQbVH1RZl8aibugakvnW5YlBmyGk2dRZXKwF4wgiD/JJv2Ua5OMDc+UQ=
=NyWV
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list