laptop-mode-tools (1.35-1ubuntu1) hardy; urgency=low * Merge from debian unstable (LP: #164387), remaining changes: - 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 "init" 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. - Add 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. - debian/laptop-mode-tools.postinst: Include update-rc.d (LP: #127273) (Debian generates the .postinst from dh_makeinit) - debian/laptop-mode-tools.preinst: remove any old acpi scripts - debian/rules: Don't ship acpi scripts (we handle that ourselves) - debian/rules: use rm -f to avoid missing-file message - debian/control: change maintainer * New Ubuntu-only patch: - Do not ship apm scripts and remove any old ones * Dropped Ubuntu-patches now upstream: - Fix error messages when run as non-root (LP: #77560) * New upstream changes closing Ubuntu bugs: - laptop-mode-tools uses hparm -B 255 instead of 254 (LP: #172282) -- Tormod Volden Wed, 21 Nov 2007 20:42:58 +0100 laptop-mode-tools (1.35-1) unstable; urgency=low * New upstream version 1.35. * Listen to more ACPI events for AC adapters. Closes: #448101. * Better error messages when laptop_mode status is called by a non-root user. Closes: #428162. * Clean up temp file from init script, and properly quote messages so that they are displayed in full. Closes: #442321, 427292. * Set READAHEAD setting correctly on Linux 2.4. Closes: #355492. * Set HD power management default values to 254 instead of 255. Closes: #451589. * Update homepage location in debian/copyright. Closes: #445455. * Fix bug in manual page for lm-profiler.conf. Closes: #450431. * Don't adjust LCD brightness to the same value as before. Closes: #440115. * Modules moved to /usr/share/laptop-mode-tools/modules to improve FHS compliance. -- Bart Samwel Sun, 18 Nov 2007 16:33:00 +0200 laptop-mode-tools (1.34-1ubuntu2) gutsy; urgency=low * debian/rules: Don't ship acpi scripts (we handle that ourselves) (This change got lost in the last merge) * debian/laptop-mode-tools.preinst: remove any old acpi scripts * debian/laptop-mode-tools.postinst: Include update-rc.d (LP: #127273) (Debian generates the .postinst from dh_makeinit) * debian/rules: use rm -f to avoid missing-file message -- Tormod Volden Sat, 21 Jul 2007 00:13:42 +0200 laptop-mode-tools (1.34-1ubuntu1) gutsy; urgency=low * Merge from debian unstable, remaining changes: - 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. - Add 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. - /usr/sbin/laptop_mode: Do not parse arguments, ignore "force" and "init" 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. * Fix error messages when run as non-root (Ubuntu bug #77560). Patch from Peter Whittaker. -- Tormod Volden Wed, 30 May 2007 22:30:20 +0100 laptop-mode-tools (1.34-1) unstable; urgency=low * New upstream version 1.34. * (Closes: #425387) Ignore_nice_load now set also for governors other than ondemand. * (Closes: #425957) Got rid of error message when CPU frequency governor is not compiled as a module. * (Closes: #425551) Support for Intel IPW3945, IPW2200, IPW2100 wireless power setting. * Modular configuration file in /etc/laptop-mode/conf.d. * First version of a modularized architecture. * Support for custom modules in /etc/laptop-mode/modules. -- Bart Samwel Mon, 28 May 2007 17:15:00 +0100 laptop-mode-tools (1.33-1) unstable; urgency=low * New upstream version 1.33. * (Closes: #394557) PARTITIONS configuration setting now supports wildcards (thanks to Mikko Rapeli). * (Closes: #398179) When using pbbuttonsd, laptop-mode is now automatically reinitialized on resume. * (Closes: #389218) CPU frequency settings are now applied to all cores, not just the first one. (This was actually already fixed in 1.32, this changelog entry is for the record.) * (Closes: #423853) Laptop mode init script sequence number increased, so that *-stop and *-start scripts are done after all other init scripts have completed. * (Closes: #416445) A new option allows for controlling the ignore_nice_load setting of the ondemand and conservative CPU frequency governors. * Backported Ubuntu's diff that supports the acpi-support package. -- Bart Samwel Sat, 19 May 2007 20:00:00 +0100 laptop-mode-tools (1.32-1ubuntu1) feisty; urgency=low * Merge from debian unstable; remaining Ubuntu changes: -- Martin Pitt Wed, 6 Dec 2006 12:53:23 +0100 laptop-mode-tools (1.32-1) unstable; urgency=low * New upstream version 1.32. * (Closes: #366220) Modprobe frequency governor before using it. * (Closes: #370118) Correctly restore mount options. * (Closes: #384899) Added LSB logging for init script. Added dependency to lsb-base. -- Bart Samwel Fri, 6 Oct 2006 12:00:00 +0200 laptop-mode-tools (1.31-1ubuntu4) edgy; urgency=low * Disable laptop mode by default on powerpc. On i386/amd64 is disabled by default in /etc/default/acpi-support), but acpi-support does not exist on powerpc. This will prevent 'kill my hard disk' bugs like #29529 to happen to users who are unaware of 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). - Add 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. -- Martin Pitt Fri, 6 Oct 2006 14:26:51 +0200 laptop-mode-tools (1.31-1ubuntu3) edgy; urgency=low * Remove debugging spew -- Matthew Garrett Wed, 20 Sep 2006 21:16:09 +0100 laptop-mode-tools (1.31-1ubuntu2) edgy; urgency=low * Beat up laptop_mode until it does what we want it to (ie, start or stop based on our instructions, not depending on its own ideas) -- Matthew Garrett Wed, 20 Sep 2006 21:14:30 +0100 laptop-mode-tools (1.31-1ubuntu1) edgy; urgency=low * Sync with Debian. -- Tollef Fog Heen Mon, 10 Jul 2006 13:42:58 +0200 laptop-mode-tools (1.31-1) unstable; urgency=low * New upstream version 1.31. * (Closes: #354751) Depended on gawk, now works with any awk. * (Closes: #356553) Add /dev/mapper/* to default partitions list. * (Closes: #362261) Strip ^M from various files. -- Bart Samwel Sun, 17 Apr 2006 03:00:00 +0200 laptop-mode-tools (1.30-1) unstable; urgency=low * New upstream version 1.30. * Included FAQ and revision history as text documentation as well. * (Closes: #353567) Writecache was disabled when laptop mode was disabled. Thanks to Chung-chieh Shan (AKA Ken) for the patch. -- Bart Samwel Thu, 23 Feb 2006 19:20:00 +0200 laptop-mode-tools (1.27-1) unstable; urgency=low * New upstream version 1.27. * Additional fixes for #350518 and #351351. * (Closes: #353028) In laptop-mode.conf, the fastest processor speed was called "highest" while it should have been "fastest". * (Closes: #351597) Fixed incorrect references to "X-Windows". Not in the revision history because that is history, and history can't be changed. :-) * (Closes: #353027, #352647) Data loss sensitive features not disabled when battery reports a discharge rate. * Included FAQ and revision history as documentation. -- Bart Samwel Sat, 18 Feb 2006 12:45:00 +0200 laptop-mode-tools (1.23-1) unstable; urgency=low * New upstream version 1.23. * (Closes: #350518) Fixed auto-hibernation. * (Closes: #350520) Cleared up relationship between CONTROL_CPU_FREQUENCY and the CPU governor settings in the laptop-mode.conf manpage. * (Closes: #350983) Fixed media detection code that uses udevinfo. * (Closes: #351351) Fixed handling of double battery slots. -- Bart Samwel Sat, 04 Feb 2006 13:30:00 +0200 laptop-mode-tools (1.22-1) unstable; urgency=low * New upstream version 1.22. * (Closes: #350278) Fixed typo that broke terminal powerdown control. * (Closes: #350280) Create batt-start/stop etc. config directories in proper place (/etc/laptop-mode) instead of below the root. -- Bart Samwel Sat, 28 Jan 2006 16:45:00 +0200 laptop-mode-tools (1.21-1) unstable; urgency=low * New upstream version 1.21. * Fixed some installation issues. * Fixed package description. * Fixed kernel version detection. * Restart service on upgrade. -- Bart Samwel Thu, 26 Jan 2006 14:40:00 +0200 laptop-mode-tools (1.20-1) unstable; urgency=low * New upstream version 1.20. * (Closes: #345417) When stopping laptop-mode-tools, the syslog.conf is always restored as a normal file. Only when the laptop-mode service is started is the syslog.conf replaced by a link (of course only when CONTROL_SYSLOG_CONF is enabled). * (Closes: #341057) Typo fixed. * (Closes: #348923) Laptop mode's output no longer truncates acpid's log file. More of a bug in acpid, but it's nice to have it fixed. * (Closes: #341322) Modified BIT FAT WARNING to indicate solution better. * (Closes: #343967) Incorporated patch that should make DPMS standby control work properly. * (Closes: #345521) Fixed incorrect path in log message. * (Closes: #345523) Fixed typo in config Shoudl -> Should. * (Closes: #345808) Default for CONTROL_NOATIME set to 0. * Create batt-start/stop, lm-ac-start/stop and nolm-ac-start/stop directories at install time. * Adjusted package description so that newer features are also mentioned. * Support for sdparm (SCSI drives) added. * Added dependency on sdparm. * Removed dependency on powermgmt-base, as the package doesn't make use of on_ac_power anymore. -- Bart Samwel Wed, 25 Jan 2006 16:50:00 +0200 laptop-mode-tools (1.11-1ubuntu3) dapper; urgency=low * Don't start laptop-mode on startup if it's disabled in the global config * Fix typo that prevented CPU governor setting -- Matthew Garrett Fri, 5 May 2006 20:47:05 +0100 laptop-mode-tools (1.11-1ubuntu2) dapper; urgency=low * Disable write caching by default -- Matthew Garrett Sun, 30 Apr 2006 19:11:00 +0100 laptop-mode-tools (1.11-1ubuntu1) dapper; urgency=low * Don't ship acpi scripts (we handle that ourselves) -- Matthew Garrett Tue, 29 Nov 2005 17:27:51 +0000 laptop-mode-tools (1.11-1) unstable; urgency=low * New upstream version 1.11. * (Closes: #328118) Unset VERBOSE before starting. * (Closes: #328432) Check if block device is block device before treating it as such. * (Closes: #335492, #326433) Check if /var/run/laptop-mode-nolm-mount-opts exists before using it. * (Closes: #325186) Change default for CONTROL_HD_POWERMGMT to 0, because it causes system crashes on some hardware. * (Closes: #328028) Check if hdparm is installed before using it. * (Closes: #324457) Fit config file in 80-character screen. * (Closes: #327028) Check whether requested state matches old state, and do nothing if so. * (Closes: #336294) Send error output of hdparm to /dev/null. * (Closes: #323623) CPU frequency governor and minimum frequency control. * (Closes: #324137) Add lm-profiler, accompanying config file lm-profiler.conf, and several subdirectories to /etc/laptop-mode for controlling daemons. -- Bart Samwel Sat, 29 Oct 2005 16:40:00 +0200 laptop-mode-tools (1.10-1) unstable; urgency=low * New upstream version 1.10. * (Closes: #321877) Typo fixed. * (Closes: #323019) Default for HD powermgmt NOLM was wrong. * (Closes: #322867) Verbose output was incorrectly enabled by default. -- Bart Samwel Sun, 14 Aug 2005 12:46:00 +0200 laptop-mode-tools (1.09-1) unstable; urgency=low * New upstream version 1.09. * Closing a number of bugs that ought to have been closed by 1.06 which was never uploaded. * (Closes: #274836) Disables write caches by default when laptop mode is enabled. * (Closes: #315451) Support for fallbacks in file system types, e.g. "ext3,ext2". * (Closes: #317554) apmd AND acpid dependency replaced by apmd OR acpid. * (Closes: #322144) init script output not sent to /dev/null anymore. -- Bart Samwel Tue, 09 Aug 2005 21:22:00 +0200 laptop-mode-tools (1.08-1) unstable; urgency=low * New upstream version 1.08. -- Bart Samwel Thu, 04 Aug 2005 15:43:00 +0200 laptop-mode-tools (1.07-1) unstable; urgency=low * New upstream version 1.07. * Fixes breakage caused by 1.06 release. -- Bart Samwel Fri, 29 Jul 2005 19:18:00 +0200 laptop-mode-tools (1.06-1) unstable; urgency=low * New upstream version 1.06. * (Closes: #274836) Disables write caches by default when laptop mode is enabled. * (Closes: #315451) Support for fallbacks in file system types, e.g. "ext3,ext2". * (Closes: #317554) apmd AND acpid dependency replaced by apmd OR acpid. -- Bart Samwel Thu, 28 Jul 2005 13:07:00 +0200 laptop-mode-tools (1.05-1) unstable; urgency=low * New upstream version 1.05. * (Closes: #294064) No longer fails when ACPI ac_adapter did not have a power state. * (Closes: #271362) All power management daemons are now Recommended, as a result of the addition of integration with pbbuttonsd and pmud. * (Closes: #290441) Restart acpid after installing / uninstalling. * (Closes: #291594) Integration with pbbuttonsd has changed, please reopen bug if the problem persists. * (Closes: #302550, #302571, #273386) Native pbbuttonsd and pmud integration. * (Closes: #282291) READAHEAD default is now 3072 or 3MB. * (Closes: #288128) Typos in config file fixed. -- Bart Samwel Sun, 10 Apr 2005 17:00:00 +0200 laptop-mode-tools (1.04-1) unstable; urgency=medium * New upstream version 1.04. * (Closes: #278673) Fix PMU power detection logic. * (Closes: #274383) Support / in mount options. * (Closes: #279051, #279053) General manpage cleanup. * (Closes: #278960) Add syslogd config switching support (no manpage yet, see config file and run /usr/sbin/lm-syslog-setup). -- Bart Samwel Tue, 9 Nov 2004 23:46:00 +0200 laptop-mode-tools (1.03-1) unstable; urgency=low * New upstream version 1.03. * (Closes: #278456) Works on APM again. Thanks Chung-chieh Shan! * (Closes: #278145) This bug was already resolved by 1.01, by the AC_HD_WITH_LM/AC_HD_WITHOUT_LM split. * (Closes: #278144) Fixed the incorrect description of a default in the config file. -- Bart Samwel Wed, 27 Oct 2004 08:38:00 +0200 laptop-mode-tools (1.01-2) unstable; urgency=low * Re-upload, this time without mistakenly overriding the maintainer field, so that bugs are properly closed. -- Chris Hanson Tue, 26 Oct 2004 00:13:18 -0400 laptop-mode-tools (1.01-1) unstable; urgency=low * New upstream version 1.01. * (Closes: #270501) ACPI_WITHOUT_AC_EVENTS calls other script with correct path now. * (Closes: #271127) Added dependency on hdparm. * (Closes: #273104) -B option made configurable using new configuration settings BATT_HDPARM_POWERMGMT, AC_HDPARM_POWERMGMT_WITH_LM and AC_HDPARM_POWERMGMT_WITHOUT_LM. Also, switched the order in which -B and -S options are applied, so that the -S option always overrules any effect -B has on the -S setting. -B can also be disabled using the DO_HDPARM_POWERMGMT option. * (Closes: #272912) Updated config file and manual page with correct default values. -- Bart Samwel Sun, 3 Oct 2004 14:42:00 +0200 laptop-mode-tools (1.00-1) unstable; urgency=low * New upstream version 1.00. * (Closes: #267043) Configuration flag ACPI_WITHOUT_AC_EVENTS added. * (Closes: #269667) /var/run/laptop-mode-enabled controls laptop mode, so that it is never started when /etc/init.d/laptop-mode has been stopped. -- Bart Samwel Wed, 18 Aug 2004 20:44:00 +0200 laptop-mode-tools (0.99-2) unstable; urgency=low * Included changelog entries to close bugs in correct format. * Added powermgmt-base to dependencies. * Removed unneeded dependencies. * (Closes: #266706) DO_CPU is no more ignored. * (Closes: #266512) on_ac_power is now used to detect power source. * (Closes: #266643) Fixed division by 0 in lm_battery.sh. -- Bart Samwel Wed, 18 Aug 2004 20:44:00 +0200 laptop-mode-tools (0.99-1) unstable; urgency=low * New upstream version 0.99. * Fixes #266706. -- Bart Samwel Wed, 18 Aug 2004 20:44:00 +0200 laptop-mode-tools (0.98-1) unstable; urgency=low * New upstream version 0.98. * Fixes #266512 and #266643. -- Bart Samwel Wed, 18 Aug 2004 20:44:00 +0200 laptop-mode-tools (0.97-1) unstable; urgency=low * New upstream version 0.97. -- Bart Samwel Sat, 13 Aug 2004 14:06:00 +0200 laptop-mode-tools (0.95-1) unstable; urgency=low * Move Debian stuff out of upstream into separate diff. This changelog will only report the Debian-related fixes from now on. -- Bart Samwel Sat, 31 Jul 2004 17:05:00 +0200 laptop-mode-tools (0.94-2) unstable; urgency=low * Fix feedback from lintian. -- Bart Samwel Thu, 29 Jul 2004 17:22:00 +0200 laptop-mode-tools (0.94-1) unstable; urgency=low * Initial release. * Debianization included in upstream package. -- Bart Samwel Thu, 29 Jul 2004 01:01:32 +0200