Changelog
laptop-mode-tools (1.47-1ubuntu1) jaunty; urgency=low
* Merge with Debian (LP: #350344), 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 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/96laptop-mode: runs laptop-mode on thaw/resume
+ 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"
laptop-mode-tools (1.47-1) unstable; urgency=low
* New upstream release 1.47:
* Fix typo in usb-autosuspend module. Closes: #513078.
* Support ext4 file system. The mount options on these file systems
* are now adapted for laptop mode as well.
laptop-mode-tools (1.46-1) unstable; urgency=low
* New upstream version 1.46:
* Fix inverted LM_VERBOSE. Closes: #510294.
* Improve error handling in lcd-brightness module. Closes: #507640.
* Add usb-autosuspend module. Closes: #506839.
* Improve hal-polling defaults and comments. Closes: #495364.
* Add intel-hda-powersave module for Intel HDA audio chipsets.
* Prefer PMU over APM if available, to avoid the delay involved in
the APM emulation layer.
* Support iwlagn driver which replaced iwl4965 in Linux 2.6.27.
Closes: #502022.
* Set sched_mc_power_savings to 2 instead of 1, for more power savings.
* Integrate with pm-utils. Closes: #481766.
* Improve reliability of dpms-standby module display handling.
* Add battery-level-polling module, for systems without reliable ACPI
battery events. Closes: #495208.
* Recommend ethtool. Closes: #497343.
* Depend on psmisc. Closes: #497345.
* Fix lintian warning on pbbuttonsd integration.
* Set proper permissions on directories created for laptop mode tools;
relax permissions on installed files so that others can read them.
-- Jonas Pedersen <email address hidden> Tue, 10 Mar 2009 20:41:26 +0100