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" -- Jonas Pedersen Tue, 10 Mar 2009 20:41:26 +0100 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. -- Bart Samwel Mon, 26 Jan 2009 20:53:58 +0100 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. -- Bart Samwel Sun, 25 Jan 2009 23:05:09 +0100 laptop-mode-tools (1.45-1ubuntu4) intrepid; urgency=low * Drop sdparm Recommends to Suggests: It is in universe, and more importantly, we never installed it by default, and doing so now is too risky for this stage of the release. -- Martin Pitt Thu, 23 Oct 2008 12:31:56 +0200 laptop-mode-tools (1.45-1ubuntu3) intrepid; urgency=low [ Tom Uttenthaler ] * iwl4965 was renamed to iwlagn in Linux 2.6.27; update wireless-iwl-power to match (LP: #275162). -- Colin Watson Sun, 12 Oct 2008 21:28:42 +0100 laptop-mode-tools (1.45-1ubuntu2) intrepid; urgency=low * etc/laptop-mode/laptop-mode.conf: Go back to 'hdparm -B 254'; acpi-support has been fixed to do that now, so let's not have laptop-mode-tools undo the effectiveness of that fix in the name of consistency with an old version (LP: #172282). -- Colin Watson Wed, 08 Oct 2008 15:05:10 +0100 laptop-mode-tools (1.45-1ubuntu1) intrepid; urgency=low [ Tormod Volden ] * Merge from debian unstable (LP: #255446), 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 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" [ Alexey Borzenkov ] * Change default settings to match acpi-support (LP: #250935) - 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 -- Tormod Volden Wed, 06 Aug 2008 20:06:08 +0200 laptop-mode-tools (1.45-1) unstable; urgency=low * New upstream version 1.45. * New upstream version 1.44: * Strip non-numeric suffixes from kernel minor version number. Closes: #488950. * Remove spurious error message on machines that don't have /sys/class/power_supply. Closes: #490167. * Fix incorrect path to laptop-mode.conf in the laptop-mode.conf(8) manual page. Closes: #488261. * Add sched-mc-power-savings module. Closes: #490587. -- Bart Samwel Tue, 15 Jul 2008 12:47:01 +0200 laptop-mode-tools (1.43-1) unstable; urgency=low * New upstream version 1.43: * Don't use temp file in init script, that doesn't work if /tmp is mounted readonly. Closes: #480946. * Fix IPW2100 power management so that power management mode stays enabled even on AC. If we don't do this, we can't control the transmit power at all because we let the chipset handle it. Closes: #481180. * Replace *_ENABLE_HAL_POLLING settings by *_DISABLE_HAL_POLLING. More intuitive that way. The old settings were also interpreted in reverse. The backward compatibility layer actually *fixes that* because it was a bug, so behaviour will change for 1.42 installations. Closes: #482307. * Get rid of bashism in laptop-mode module. * Put URL on separate line in README. Closes: #486467. * Set DM-Upload-Allowed field to yes. * Fix bashism in lm-profiler script. Closes: #480606 -- Bart Samwel Sun, 22 Jun 2008 16:34:17 +0200 laptop-mode-tools (1.42-1ubuntu2) intrepid; urgency=low * fix bashisms (LP: #237266) -- Tormod Volden Wed, 04 Jun 2008 11:47:34 +0200 laptop-mode-tools (1.42-1ubuntu1) intrepid; urgency=low * Merge from debian unstable (LP: #229579), 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. - 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. - debian/control: Change maintainer * Use #DEBHELPER# in .postinst and .preinst (LP: #226788) * Avoid using temporary files in init script to avoid hangs on shutdown if filesystem is read-only (LP: #206217) * Also accept "stop" as second argument since the init script calls laptop_mode with "init stop" -- Tormod Volden Mon, 12 May 2008 16:24:50 +0200 laptop-mode-tools (1.42-1) unstable; urgency=low * New upstream version 1.42: * Remove "echo -e" bashism in lm-profiler. Closes: #480606. * Allow different names for AC adapter in /sys/class/power_supply. Closes: #478937. * Add "hal-polling" module to control HAL polling of CD/DVD drives. (Taken from powertop tips.) Closes: #438782. * Add "bluetooth" module to disable bluetooth in battery mode. (Taken from powertop tips.) -- Bart Samwel Mon, 12 May 2008 15:05:00 +0200 laptop-mode-tools (1.41-1) unstable; urgency=high * New upstream version 1.41: * Support energy_* in /sys/class/power_supply interface. Closes: #477118. * Rename module "core" to "laptop-mode". Closes: #477310. * Add missing assignment to ACTIVATE_WITH_POSSIBLE_DATA_LOSS. Closes: #477172. -- Bart Samwel Tue, 22 Apr 2008 22:10:00 +0200 laptop-mode-tools (1.40-1) unstable; urgency=high * Upgrade standards version to 3.7.3. * Add hal to recommends due to upstream changes. * New upstream version 1.40: * Add support for getting lid button state from HAL instead of from /proc/acpi. * Support /sys/class/power_supply interface to determine battery levels. Closes: #475926 * Add generic support for config file swapping. Closes: #475304 * Add module for iwlwifi power management. Closes: #475407 * Fully modularized configuration. -- Bart Samwel Tue, 15 Apr 2008 18:35:00 +0200 laptop-mode-tools (1.36-1) unstable; urgency=low * New upstream version 1.36. * Init script LSB header: depend on remote_fs instead of local_fs. Closes: #468657. * Remove ^M from /etc/init.d/laptop-mode. Closes: #459422. * Change package description to say "X11" instead of "X Windows". Closes: #464066. * Get rid of empty /usr/bin directory in package. (lintian warning) -- Bart Samwel Sun, 2 Mar 2008 17:15:00 +0200 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