Public bug reported:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

 affects ubuntu/acpi-support
 status new
 importance wishlist
 subscribe ubuntu-main-sponsors

Please sync acpi-support 0.132-1 (main) from Debian unstable (main).

Please sync the latest version from debian as it fixes some lp bugs and 
as we are in lucid debian import freeze now.

Changelog since current lucid version 0.132:

acpi-support (0.132-1) unstable; urgency=low

  * New upstream version:
    - eliminate setLEDAsusWireless altogether; this needs to be handled
      directly by the kernel when the kill switch is toggled, not in a racy
      and inconsistently-applied manner by acpi-support; and in at least some
      cases we know this already *does* happen because of reports that
      /sys/devices/platform/asus-laptop/wlan, used for toggling "the LED" with
      the current kernel module, is actually an interface for toggling *the
      antenna* that happens to also toggle the LED.  Likewise, we should not
      be responsible for bringing up the antenna at boot, so get rid of the
      file in the start.d directory.  LP: #293943, #204378, #334368.
    - Remove the asus-wireless-2 event handler, which is completely redundant
      with the pre-existing asus-wireless-{off,on} handlers.  LP: #207871.
    - Add support for ATKD 00000037 to events/asus-touchpad.
      This makes the disable touchpad buttons (!) on the EeePc 1005HA work as
      intended.  LP: #502720.
  * Allow gnome-screensaver as alternative to xscreensaver. (Closes:
    #564442)
  * Do not remove conffiles that were later brought back and are
    installed again. (Closes: #564455)

 -- Michael Meskes <[email protected]>  Sat, 09 Jan 2010 19:19:51 +0100

acpi-support (0.131-6) unstable; urgency=low

  * Cleaned up lsb-base logging usage in init script. (Closes: #563919) -
    thanks to Jonathan McDowell <[email protected]>
  * Downgraded dmidecode to Suggests because it is only needed on
    Thinkpads.
  * Suggest rfkill and exit ibm-wireless.sh if rfkill is not installed.
    (Closes: #564169)
  * Remove test for powersaved. The package got removed from Debian.
    (Closes: #553643)

 -- Michael Meskes <[email protected]>  Sat, 09 Jan 2010 15:50:08 +0100

acpi-support (0.131-5) unstable; urgency=low

  * Made cycling through wireless and bluetooth states configurable to
    some degree. (Closes: #527276)
  * Downgraded nvclock to suggestion because it is only needed for a few
    systems. (Closes: #562883)
  * Made method for switching display on and off configurable. (Closes:
    #555110)

 -- Michael Meskes <[email protected]>  Mon, 28 Dec 2009 23:08:35 +0100

acpi-support (0.131-4) unstable; urgency=low

  * Really install asus-wireless-wlan event file.
  * Re-added thinkpad-mute event handling.

 -- Michael Meskes <[email protected]>  Sun, 27 Dec 2009 11:39:56 +0100

acpi-support (0.131-3) unstable; urgency=low

  * It seems that on some Asus systems at least this script breaks
    wireless completely. Therefore we remove it for now. If we find a
    way to do it right on all systems we can re-enable it. (Closes:
    #482349)
  * Made wireless control button work on Asus A3A and other similar
    systems. In the process updated state-funcs to not use deprecated
    /sys/class/net/*/wireless directory anymore. (Closes: #561953) -
    thanks to Jakub Adam <[email protected]>

 -- Michael Meskes <[email protected]>  Fri, 25 Dec 2009 14:23:17 +0100

acpi-support (0.131-2) unstable; urgency=low

  * Switch off screen even if no user is logged in. (Closes: #503986)
  * Remove dependency on hdparm, finger, powermgmt-base because neither
    is used anymore.
  * Recommend xscreensaver that is used to blank and lock the screen.

 -- Michael Meskes <[email protected]>  Thu, 17 Dec 2009 14:53:17 +0100

acpi-support (0.131-1) unstable; urgency=low

  * Pinky prints "?:0" as tty so we ought to check for that too.
    (Closes: #560804)
  * Do not try to modprobe uinput if it is already available. It might
    already be (Closes: #556897)
  * New upstream version:
    - events/lenovo-undock, undock.sh: new scripts to handle the Fn+F9 "undock"
      button on ThinkPads, which unfortunately nothing else handles. Thanks to
      Jeffrey Baker for the first implementation. LP: #18864. (Closes: #388160)
  * Re-added thinkpad volume key events. (Closes: #558009)
  * Patched asus-wireless start script to not disable wireless. (Closes:
    #482349)

 -- Michael Meskes <[email protected]>  Wed, 16 Dec 2009 11:20:51 +0100

acpi-support (0.130-2) unstable; urgency=low

  * Made grep accept non-ascii characters. (Closes: #559911) - thanks to
    Євгеній Мещеряков <[email protected]>
  * Made screenblank use the right user to call xset. (Closes: #558216)
  * Made pidof use full paths where needed to prevent denial of service
    attacks by local users.(Closes: #553643)

 -- Michael Meskes <[email protected]>  Fri, 11 Dec 2009 17:33:29 +0100

acpi-support (0.130-1) unstable; urgency=low

  * Fixed some typos.
  * New upstream version.
  * Remove suggests on laptop-mode-tools as they are no longer called
    from any script except those under examples.
  * Made su use /bin/sh even if the user uses some non-posix shell.
    (Closes: #557442)
  * Removed bashism in power-funcs and made all script use /bin/sh.

 -- Michael Meskes <[email protected]>  Sun, 22 Nov 2009 12:32:08 +0100

acpi-support (0.129-2) unstable; urgency=low

  * Better document the need of the uinput module. (Closes: #556897)
  * Remove 10-thinkpad-standby-led.sh that was forgotten earlier.
    (Closes: #556896)
  * Remove events/videobtn for good. (Closes: #556261)
  * Make sure 90-hdparm.sh is deleted no matter if it is a file or a
    symlink. (Closes: #556895)

 -- Michael Meskes <[email protected]>  Wed, 18 Nov 2009 16:19:08 +0100

acpi-support (0.129-1) unstable; urgency=low

  * New upstream version:
    - Fix ibm-wireless to use the 'rfkill' tool for toggling bluetooth,
      recommending wireless-tools which currently provides this; and fix
      the isAnyWirelessPoweredOn function for the latest change in the rfkill
      /sys interface, looking under phy80211/ instead of under device/
      (LP: #397698).  The toggleAllWirelessStates() function is still broken,
      because the rfkill state on the iwl3945 (at least) is still being done
      in the kernel, so we work around this for now by leaving the function
      inactive.
      Closes: #548252, #554112, #491442
    - Fix the touchpad handler to use xinput instead of (unreliable)
      synclient, and add a corresponding Recommends; and call getXconsole so
      we can actually talk to the X server.  LP: #447211.
    - new events/asus-f8sv-touchpad: handle another touchpad ACPI event on
      another ASUS model.  LP: #218598.
    - lib/power-funcs: adjust getXconsole to work when the tty number is not
      present on the X commandline.
    - lib/policy-funcs: Recognize KDE4 PowerDevil as a power manager.
      LP: #387750.
    - lib/policy-funcs: Recognize xfce4-power-manager as a power manager.
      LP: #425155
    - Drop /etc/acpi/start.d/90-hdparm.sh: this is redundant because we're
      already calling pm-powersave on start (either via /etc/acpi/power.sh,
      or by one of the desktop power managers as enumerated in
      lib/policy-funcs) so there's no reason we should be reapplying the
      policy here.  LP: #443992, #438355, #318980.
      Closes: #509597, #529604, #533754
    - Add guidance-power-manager to the list of known desktop power managers.
      LP: #154910
    - lib/policy-funcs: Recognize dalston as a power manager.  LP: #432578
    - Drop /etc/acpi/start.d/10-save-dmidecode.sh, which is irrelevant given
      the existence of /sys/class/dmi/id/.
    - Drop events/panasonic-brightness-{down,up}, events/panasonic-mute,
      events/panasonic-volume-{down,up}, and panabright.sh, confirmed to be
      implemented now by the panasonic-laptop kernel driver. Closes: #555603
    - Drop events/asus-{a6u-touchpad,internet,lock,wireless} and
      events/asus-media-{next,play-pause,prev,stop}, confirmed to be
      implemented by the asus-laptop kernel driver.
    - Drop events/thinkpad-thinkpad and thinkpad-thinkpad.sh, which is also
      implemented in the thinkpad_acpi driver and should have been dropped a
      while ago.
    - Drop panapower.sh, which seems to have never been used.
    - Clean up /etc/acpi/toshbright.sh, which was meant to be removed back in
      jaunty
    - Drop events/video_brightness{down,up}, video_brightness{up,down}.sh: at
      least some platforms that use these ACPI sequences are seeing them
      correctly translated to input events, so those users will see duplicate
      events unless we drop them.  LP: #178860.
      Closes: #556261
    - Drop events/sony-eject, confirmed in bug reports to no longer work due
      to its use of acpi_fakekey.  This needs to be implemented in the kernel
      input layer, but in the meantime there's no reason to keep this here.
      LP: #76924.
    - Drop events/panasonic-{hibernatebtn,sleepbtn}, also reported to not work
      now due to the acpi_fakekey implementation.
    - Don't install power hook directories, instead just call pm-powersave
  * Added old powersave stuff to examples.
  * Bumped Standards-Version to 3.8.3, no changes needed.
  * Re-diffed patches
  * Re-added hibernatebtn.sh that was removed upstream.
  * Re-added Sony brightness files. Closes: #531074
  * Re-added Sony eject event.
  * Remove stuff no longer needed.
  * Accept display :0 and :0.0 when looking for the right AUTHORITY file.
    Closes: #550546
  * Added patch to make acpi_fakekey correctly send all key events, even for
    keys not available on the keyboard by sending keys through uinput.
    Closes: #373660 - Thanks to: Thomas Jaeger <[email protected]>
  * Patched toggleAllWirelessStates for the latest change in the rfkill
    /sys interface as well.

 -- Michael Meskes <[email protected]>  Mon, 16 Nov 2009 15:39:27 +0100

acpi-support (0.123-1) unstable; urgency=low

  * New upstream version:
    events/asus-volume-{up,down,mute}: drop, these are handled in the kernel
    input layer now
  * Removed some bashisms, closes: #530037

 -- Michael Meskes <[email protected]>  Thu, 28 May 2009 15:46:50 +0200

acpi-support (0.122-2) unstable; urgency=low

  * Delete files even if we upgrade from an older version, closes:
#527836

 -- Michael Meskes <[email protected]>  Sat, 09 May 2009 21:51:41 +0200

acpi-support (0.122-1) unstable; urgency=low

  * New upstream version:
    * sleep.sh, hibernate.sh:
      - Don't use custom suspend/hibernate solution. Instead, call pm-utils,
        closes: #506549
    * prepare.sh, resume.sh, resume.d, suspend.d:
      - Delete; no longer used
  * Removed obsolete config files if they are unchanged.
  * Removed vbesave as it is not used anymore, closes: #497904
  * Also removed suspend config files.
  * Still offer the deleted old suspend/resume stuff as examples.
  * Simplified default file accordingly.
  * Made screenblank honor LOCK_SCREEN setting, closes: #510209

 -- Michael Meskes <[email protected]>  Tue, 05 May 2009 10:00:09 +0200

acpi-support (0.121-1) unstable; urgency=low

  * New upstream version:
    * Correct suspend.d/55-down-interfaces.sh to point to
      /var/run/network/ifstate rather than /etc/network/run/ifstate.
    * Drop events/asus-mail: On newer Asus, like the eeePc, this is an
      ACPI event generated by pulling out the power chord, not pressing
      a mail key. The latter should be handled by hal-info now; if you
      have an Acer laptop with a mail key, please report a bug against
      hal-info, closes: #516662
    * Drop acpi_fakekey translations for keys that are correctly handled
      in the kernel input layer:
      - events/ibm-sleepbtn
      - events/ibm-lockbtn, thinkpad-lockorbattery.sh
      - events/ibm-hibernatebtn
      - events/lenovo-lockbtn
      - events/ibm-videobtn, closes: #456778, #515794
      - events/thinkpad-mute, always-mute.sh
      - events/thinkpad-volume-down
      - events/thinkpad-volume-up
      - events/thinkpad-thinklight, thinkpad-thinklight.sh
      - events/tosh-brightness-up
      - events/tosh-brightness-down, toshbright.sh
      - events/tosh-mute
      - events/tosh-sleep
      - events/sony-hibernate
      - events/sony-brightness-up, events/sony-brightness-down, sonybright.sh
      - events/thinkpad-brightness-down, events/thinkpad-brightness-up,
        thinkpad-brightness-up.sh, thinkpad-brightness-down.sh
    * Also drop events/thinkpad-zoom, thinkpad-zoom.sh because this key
      isn't working correctly with or without this script and should be
      fixed up in hal.
  * Simplified packaging.
  * Do not install 90-hdparm.sh four times, closes: #509588
  * Thinkpad_acpi.modprobe was removed upstream because it is said to be not
    needed anymore, closes: #518570
  * Restore old scripts that were incorrectly merged, closes: #524986
  * Made getXuser() use pinky instead of w, closes: #502141, #510619, #515784
  * Added patch to adjust panabright.sh for new panasonic_laptop driver that
    uses /sys instead of /proc, closes: #524838, #524841
  * Deconfigure wireless devices before powering them down, closes: #496570
  * Fixed incorrect variable usage in madwifi handling, closes: #501607
  * Clarified documentation about acpi-support method, closes: #484934, #497377
  * Recognize 901 as an EeePC as well, closes: #504012
  * Added a sync call to suspendorhibernate, closes: #503320
  * Also check for KDE4 powerdevil in CheckPolicy, closes: #520669
  * Added real package console-tools to dependency on virtual package
    console-utilities.
  * Made all scripts use invoke-rc.d where possible.

 -- Michael Meskes <[email protected]>  Wed, 22 Apr 2009 12:53:08 +0200

acpi-support (0.114-1) unstable; urgency=low

  * Took over package for pkg-acpi. Closes: #522683
  * Bumped Standards-Version to 3.8.1.
  * Adapted fall back strategy for acpid powerbutton handling. If the old file
    is still around we will use it. Closes: #522306
  * Make sure xfce4 power manager is recognized too. Closes: #524074, #524075
  * Check for 1000H as well in EeePC check. Closes: #515707
  * New upstream version: Closes: #448673
    * The rfkill interface has changed again in the 2.6.27 release(!), so
      play catch-up once more.
    * lib/state-funcs: add support for checking the new /sys/class/rfkill
      interface for toggling wireless antennas.  LP: #267875
    * acpi-support.docs:  Add installation of README
    * control:  Add laptop-mode-tools to Suggests
    * Add installation for ac.d/ and battery.d/ directories.
      (LP: #274599)
    * wireless.sh: Fix obviously wrong typo in function call name -
      toggleWirelessStates is a non-existant function
      (LP: #108897, deb #430895)
    * Fix asus brightness hotkeys so lowest/highest brightness recognized
      (LP: #76593)
    * lib/IBM.config:  Change VBE state and POST_VIDEO for 1834's
      (LP: #40621, #211285)
    * Incorporate a portion of the changes from Debian, as detailed below.
      Debian has been accumulating valuable fixes and structural changes for
      some years, but it will take some time to digest all of them.
    * Let laptop-mode-tools run properly (closes LP: #250938)
      - power.sh: remove laptop-mode invocations, should be handled by pm-utils
      - acpi-support: remove SPINDOWN_TIME, should be controlled by laptop-mode

 -- Michael Meskes <[email protected]>  Wed, 15 Apr 2009 15:11:37 +0200

acpi-support (0.109-11) unstable; urgency=high

  * Fix postinst to not remove thinkpad_acpi.modprobe. Closes: #514278
  * Fix tests in postinst that are supposed to match on upgrade only to
    not match on initial install (when $2 is empty).

 -- Raphael Hertzog <[email protected]>  Fri, 06 Feb 2009 09:09:28
+0100

acpi-support (0.109-10) unstable; urgency=low

  * Fix default settings for Thinkpad R50e 1834. Closes: #507927

 -- Raphael Hertzog <[email protected]>  Fri, 12 Dec 2008 16:33:12
+0100

acpi-support (0.109-9) unstable; urgency=low

  * Fix fix on broken getXuser so that it only takes the first
    line of output from w -hs that matches  (Closes: #497999)

 -- Bart Samwel <[email protected]>  Mon, 08 Sep 2008 20:42:41 +0200

acpi-support (0.109-8) unstable; urgency=low

  * Fix broken getXuser (Closes: #497999)

 -- Bart Samwel <[email protected]>  Sun, 07 Sep 2008 10:19:26 +0200

acpi-support (0.109-7) unstable; urgency=low

  * Reported in #497220: CheckPolicy() now calls getXconsole instead of
    getXuser, as it should.
  * getXuser() now uses "w" to determine the X user. The old code used
    finger, but this was highly unreliable. (Closes: #497220)
  * Added missing 'policy-funcs' include to hibernatebtn.sh (Closes: 
    #497125)
  * scripts in /etc/acpi no longer test files from acpi-support-base
    to see if they should run (Closes: #497801)
  * Always consider a dbus-send call for a suspend method failed if 
    dbus-send returns an error code (Closes: #496911)

 -- Bart Samwel <[email protected]>  Thu, 04 Sep 2008 20:00:27 +0200

acpi-support (0.109-6) unstable; urgency=high

  * /etc/acpi/events/sleepbtn: /etc/acpi/events/sleepbtn runs wrong
    script (Closes: #489465)
  * /etc/acpi/battery.d is ignored on newer kernels (Closes: #491396)
  * Incorrect D-BUS HAL call in dbus-hal suspend method (Closes:
    #488937)

 -- Bart Samwel <[email protected]>  Tue, 19 Aug 2008 21:39:41 +0200

acpi-support (0.109-5) unstable; urgency=low

  * Make suspendorhibernate script executable.

 -- Bart Samwel <[email protected]>  Sun, 22 Jun 2008 23:11:52 +0200

acpi-support (0.109-4) unstable; urgency=low

  * Bashisms of the form '. script args' (Closes: #485435)
  * Use legacy suspend mode by default for existing setups (but not for 
    new ones) . (Closes: #485564)
  * Do not send fake keys to user interface for /etc/acpi/sleep.sh and
    /etc/acpi/hibernate.sh calls, only for button presses.
    (Closes: #484901)

 -- Bart Samwel <[email protected]>  Sun, 22 Jun 2008 23:01:32 +0200

acpi-support (0.109-3) unstable; urgency=low

  * /usr/share/acpi-support/screeblank returns 0 before blanking the
    screen (Closes: #483015)

 -- Bart Samwel <[email protected]>  Sun, 22 Jun 2008 22:43:13 +0200

acpi-support (0.109-2) unstable; urgency=low

  * Reinstate thinkpad_acpi.modprobe to fix "Many Thinkpad X60 keys stop
    working" (Closes: #481253)
  * Fix incorrect usage of getXconsole instead of getXuser in lid.sh
    (Closes: #481534)
  * toshset, nvclock moved to Recommends instead of Depends (Closes: #410918,
    #434566, #438665, #445900 #457387)
  * Deprecate built-in suspend/hibernate handling in favor of dbus
    calls.
  * Support suspend/hibernate handling by dbus calls to a power
    management daemon or HAL, calling the pm-utils package, calling the
    hibernate package, or using the legacy built-in suspend/hibernate support.
    By default, send keys to the known power management daemons, or if they
    are not running, fall back to use dbus to a power management daemon,
    dbus directly to HAL, and direct calls to pm-utils.
  * Add Recommends for hal, pm-utils, dbus.
  * Ignore errors in 90-hdparm.sh while detecting if APM is supported,
    since not all drives support the HDIO_GET_IDENTITY operation.
    (Closes: #481685)
  * lid.sh doesn't give lid.sh.pre a chance to abort the close (Closes:
    #482708)
  * Replace dependency on console-tools by console-utilities, which is a
    virtual package that allows kbd | console-tools. (Closes: #481173)
  * Installation Fails if /proc/acpi/event Not Present (Closes: #481312)
  * Set DM-Upload-Allowed field to yes.

 -- Bart Samwel <[email protected]>  Sun, 25 May 2008 18:17:46 +0200

acpi-support (0.109-1) unstable; urgency=low

  * New upstream release 0.109 (Ubuntu Hardy) [no relevant changes].
  * New upstream release 0.108 (Ubuntu Hardy) [no relevant changes].
  * New upstream release 0.107 (Ubuntu Hardy):
    * "lib/FUJITSU SIEMENS.config": Fix typo, which caused failures on Fujitsu
      notebooks (LP: #203452)
  * New upstream release 0.106 (Ubuntu Hardy):
    * Add events/asus-video to support asus switch video hotkey; patch from
      Nicolò Chieffo (LP: #138228)
    * Fix the value range in sonybright.sh (0-7 instead of 1-8); patch from
      unggnu (LP: #136380)
    * "lib/FUJITSU SIEMENS.config":
      - Enable suspend for Fujitsu-Siemens C1110 (LP: #52970)
      - Enable STR for Fujitsu-Siemens Lifebook S7020, S7110
    * events/asus-*: Fix event key names for ASUS (HOTK); patch from
      Jeroen van der Vegt (LP: #25784)
    * Fix names in comments for events/panasonic-{mute,volume-down,volume-up}   
 
    * Drop thinkpad_acpi.modprobe: the workarounds therein are not needed for
      thinkpad_acpi in Hardy anymore; investigations by Jerone Young
      (LP: #194679) [ Note from Bart Samwel: Therefore probably not needed in
      current Debian kernels either. ]
  * New upstream version 0.105 (from Ubuntu Hardy):
    * Fix screenblank for KDE by using a dcop call
  * Add HOTK key names in events/asus-* for more keys than provided by the
    upstream.
  * Remove extra non-owned files on purge. Closes: #455012
  * Call old acpid power button handler /etc/acpi/powerbtn.sh if present.
    Closes: #461311
  * Support "operstate" power state file for madwifi drivers. Closes: #453706.
  * Support operstate, rf_kill and power/state to determine if wireless is
    powered on. Closes: #463719.
  * Support asus-laptop module as well as asus-acpi module for setting the
    wireless LED. Closes: #453856.
  * As a fallback, detect X instances that were not started on a vt.
    Closes: #462954.
  * Add missing checks that acpi-support is installed to some of the config
    scripts. Closes: #469556.
  * Remove Default-Stop entries from vbesave init script, since the script
    doesn't do anything when it's stopped. Closes: #461441.
  * Check that a drive supports APM before using hdparm -B on it.
    Closes: #458787.
  * Divert sleep button to sleep.sh if power management daemons are not
    running, for thinkpad, panasonic, sony and toshiba laptops.
    Closes: #467374, 373660.
  * Stop laptop mode early in the suspend/hibernate process, and start it late
    at resume time. This fixes suspend/resume problems on at least one machine.
    Closes: #458437.
  * Config option USE_HIBERNATE_PACKAGE=true will now instruct acpi-support to
    delegate sleeping and hibernation to the "hibernate" package.
    Closes: #426934, #405563.
  * Check if we can actually open event device in acpi_fakekey. Closes: #410478.
  * Support Asus R1F tablet screen rotation. Kudos to Antonio Trueba.
    Closes: #450531.
  * Remove /etc/acpi/resume.d/49-915-resolution-set.sh. It will be moved to
    the 915resolution package. Closes: #447742, #467347.
  * Don't misinterpret Asus Eee PC hotkeys as brightness keys. Closes: #459328.
  * Support Asus Eee PC volume up/down and mute keys. Closes: #459326.
  * Get rid of extra quotes in asus-wireless.sh.
  * Fix handling of ${shlibs:Depends} in control file (it wasn't generated in
    the rules file).
  * Move radeontool to Recommends. (This is possible because radeontool is in
    task "laptop" now.)
  * Once again got rid of some bash dependencies. Closes: #453861.
  * Be able to detect X user when X has been started using startx. Thanks to
    Csaba Halasz for the patch. Closes: #471510.
  * Call wpa_action stop for wpasupplicant-controlled interfaces before suspend.
    Closes: #473184.
  * Correctly bring up logical interfaces on resume. Closes: #475002.
  * Instead of restarting Network Manager on suspend, call its sleep and wakeup
    events. Closes: #477917.
  * Add console-tools to depends of acpi-support-base, since we use fgconsole in
    power-funcs.
  * Fix dcop call in CheckPolicy to pass the X user. Closes: #480033.
  * Let acpi-support depend on exact version of acpi-support-base.

 -- Bart Samwel <[email protected]>  Mon, 12 May 2008 17:10:00 +0200

acpi-support (0.103-5) unstable; urgency=low

  [ Bart Samwel ]
  * Don't do exit in 90-hdparm.sh, it exits the whole resume/startup process.
    Closes: #453478.
  * Read laptop-mode.conf better in 90-hdparm.sh. Closes: #452489.
  * Set hdparm -B 128 while on battery in 90-hdparm.sh. Head parking is useful
    on the road for shock protection. Still set hdparm -B 254 while on AC.
  * Listen on a wider range of battery and ac events (required on some
    laptops).

  [ Raphael Hertzog ]
  * Updated Standards-Version to 3.7.3 (no change).
  * Wrap some changelog lines to please lintian.
  * Fix dh_gencontrol invocation to pass "-pacpi-support" before "--".

 -- Raphael Hertzog <[email protected]>  Thu, 13 Dec 2007 20:27:24
+0100

acpi-support (0.103-4) unstable; urgency=low

  * acpi-support-base now Replaces acpi-support (<= 0.103-2).
    Closes: #451748.
  * Fix checks for existing handlers in powerbutton handler. Closes: #451803
  * Restart laptop-mode after resume, so all of the hardware settings are
    reapplied.

 -- Bart Samwel <[email protected]>  Sun, 18 Nov 2007 10:36:29 +0200

acpi-support (0.103-3) unstable; urgency=low

  * Rebuild as Debian native package because we diverged too much from Ubuntu.
    This ensures that the source tarball corresponds really to what's in SVN
    and won't reintroduce deleted files. Closes: #451568, #451569

 -- Raphael Hertzog <[email protected]>  Sat, 17 Nov 2007 20:18:29
+0100

acpi-support (0.103-2) unstable; urgency=low

  [ Bart Samwel ]
  * getXconsole returns wrong DISPLAY="0\n0" (Closes: #437940)
  * powerbtn handler missing (Closes: #433877)
  * Asus wireless card on/off button fix (Closes: #410952)
  * Restore screen brightness on certain Asus laptops (Closes: #448134)
  * Split off power button support into acpi-support-base.
  * Set hdparm power management to 254 for all hard drives. (Closes: #448673)
  * Don't check executable flags on /etc/acpi/suspend.d and /etc/acpi/resume.d
    scripts. (Closes: #447571)
  * Attempt to fix brightness keys for Sony fr215 laptop (Closes: #446056)
  * Support KDE screensaver for screen blanking (Closes: #446516)
  * Listen for Fn+F5 and Fn+F6 again on thinkpads (Closes: #446647)
  * Fix incorrect reference to module sbs in resume.d/72-acpi-pain.sh
    (Closes: #447085)

  [ Raphael Hertzog ]
  * Add descriptions to LSB headers in init scripts (fix lintian warnings).

 -- Raphael Hertzog <[email protected]>  Thu, 15 Nov 2007 11:45:41
+0100

acpi-support (0.103-1) unstable; urgency=low

  * New upstream version 0.96 (from Ubuntu Gutsy):
    * ibm-acpi has been renamed to thinkpad-acpi. Rename options file
      accordingly. (Closes: #434845)
  * New upstream version 0.96-ubuntu1 (from Ubuntu Gutsy):
    * Build packages for lpia as well.
  * New upstream version 0.97 (from Ubuntu Gutsy):
    * Improve X display finding
    * Switch Thinkpad wireless hotkey control back to firmware for now
    * Improve Toshiba wireless handling
    * Check fragment scripts are executable
    * Improve Panasonic support
    * Improve state saving/restoring over suspend/resume
    * Add Asus brightness key support
    * Alter some dependencies to recommends
    * Fix init script to check state on boot
    * Depend on the appropriate shlibdeps
    * Add a postrm to tidy up the init scripts
    * We no longer need to stop mysql
    * Tidy up scripts so a few errors aren't produced
    * Update sony brightness script to handle sony-laptop  
  * New upstream version 0.98 (from Ubuntu Gutsy):
     * Add support for the video toggle hotkey
  * New upstream version 0.99 (from Ubuntu Gutsy):
    * prepare.sh: Fix missing space in executability test.
  * New upstream version 0.100 (from Ubuntu Gutsy):
    * send events on ACPI brightness presses
  * New upstream version 0.101 (from Ubuntu Gutsy):
    * Switch Thinkpad to using ACPI events for magic keys so that
      'thinkpad-keys' can go away and save us all from the new Lenovopad
      slow NVRAM.
    - See 'hotkey-setup' for remapping and initial module loading + setup.
    * Extend mask used in 'thinkpad_acpi.modprobe'.
  * New upstream version 0.102 (from Ubuntu Gutsy):
    * Poke thinkpad-keys on CMOS notification 
  * New upstream version 0.103 (from Ubuntu Gutsy):
    * Replace call to 'thinkpad-keys-update' with "thinkpad-keys --update"
    * Remove wireless-related comment gruff from 'thinkpad-cmos' event.  
  * Use nvclock instead of smartdimmer for setting LCD brightness on Sony
    laptops. (Closes: #430491)
  * Call the correct function in wireless.sh to toglle wireless states.
    (Closes: #430895)
  * Correctly detect keyboard event device in acpi_fakekey. (Closes: #433771)
  * Add LSB dependency info to acpi-support and vbesave init scripts.
    (Closes: #432020)
  * Fix a problem in power-funcs (getXconsole function), which didn't work when
    COLUMNS was set. (Closes: #437141)
  * Press LEFT SHIFT (using acpi_fakekey) after unblanking the screen when the
    lid is opened. (Closes: #374069)
  * Fix path to backlight control file for sony laptops, from upstream version
    0.97. (Closes: #424004)
  * Honor DEB_BUILD_OPTIONS=nostrip. (Closes: #436370)
  * Document thinkpad_acpi options in thinkpad_acpi.modprobe. (Closes: #438430)
  * Send SIGHUP to ksysguardd on resume so that it reopens its files in
    /proc/acpi. (Closes: #421017)
  * Correct directory existence check in power.sh. (Closes: #430494)
  * Perform error checking for vbetool. (Closes: #445213)
  * Reduced dependency on xbase-clients to x11-xserver-utils. (Closes: #438665)
  
 -- Bart Samwel <[email protected]>  Sun, 07 Oct 2007 11:15:00 +0200

acpi-support (0.95-2) unstable; urgency=low

  * Remove spurious file acpi-support_0.90-2.diff.gz added in the repository
    during last merge (it's still in the orig.tar.gz though).
  * Add a new SKIP_INTERFACES variables in /etc/default/acpi-support and use
    it to define network interfaces that are not tied to hardware to avoid
    shutting them down during suspend.
  * Properly remove files that have been removed in the SVN in the clean
    target. This is required because the files are still present in the
    .orig.tar.gz file (otherwise autobuilder builds will have the unwanted
    files).
  * Add XS-Vcs-* fields in debian/control.

 -- Raphael Hertzog <[email protected]>  Fri, 15 Jun 2007 21:34:42
+0200

acpi-support (0.95-1) unstable; urgency=low

  [ Bart Samwel ]
  * New upstream versions (from Ubuntu Feisty and Gutsy).
    * 0.95: Clean up issues with toggling multiple wireless cards.
      - Move variable initiation into loop inside 'wireless.sh'
      - Move contents of 'wireless.sh' into 
        lib/state-funcs:toggleAllWirelessState()
      - Update '{ibm,tosh,asus}-wireless.sh' to use state-funcs
    * 0.95: Remove spurious 'echo HERE' from lib/state-funcs.  D'oh.
    * 0.94: Save and restore values that the kernel does not preserve across
      suspend/resume and hibernate/resume:
      - /sys/class/net/eth*/device/rf_kill
      - /proc/acpi/ibm/bluetooth
      - /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor
    * 0.94: White list Lenovo ThinkPad Z60m as working suspend.
    * 0.93: Change 'wireless.sh' to use 'device/rf_kill' for wireless
      devices (if available) in preference to 'device/power/state' which
      has been removed by the upstream kernel developers.
    * 0.93: Teach 'lib/state-funcs:isAnyWirelessPoweredOn( )' to also check
      'device/rf_kill' if it's available.
    * 0.93: Change 'ibm-wireless.sh' to rotate wireless and bluetooth states
    * 0.93: Correct inverted logic in 'isAnyWirelessPoweredOn()'.
    * 0.93: Change script shebangs to use '/bin/sh' instead of '/bin/bash'.
    * 0.92: Add 'events/sony-eject' for Sony Vaio TX3.
  * Stop pretending to control laptop-mode-tools, which
    only works (and badly too) in the upstream Ubuntu version. The lmt
    package provides its own acpi bindings. Add reference in config file
    to laptop-mode-tools as a replacement for the current non-working
    configuration option. (Closes: #425800)
  * Change Recommends of laptop-mode-tools to Suggests. This should prevent
    automatic enabling of laptop mode for unsuspecting users, it should not
    be installed by default.
  * Check that acpi-support is still installed in script configuration files.
    (Closes: #424752)
  * Change order of PCI video state restoration so that it is always the last
    to be saved and the first to be restored. (Closes: #396897)
  * Only use ifup/ifdown for interfaces listed by /etc/network/run/ifstate.
    For other interfaces that are up, use "ifconfig down" to force them down,
    and restart network-manager and ifplugd after resume to bring them back up.
    (Closes: #373659)
  * Do not ifup/down "lo" and "dummy..." interfaces over suspend.
    (Closes: #427128)
  * Removed bash dependencies. (Note that this may break custom scripts in
    /etc/acpi that contain bashisms, as the scripts are sourced, not just
    executed.) (Closes: #407510)
  * Instead of only restoring the hardware clock on resume, stop and start the
    hwclock.sh service over suspend. (Closes: #389537)
  * Move radeontool call out of loop in lid.sh. (Mentioned in bug 391498, but
    does not solve the bug.)
  * Potential fix for "sometimes lid.sh doesn't work" bug. (Part of bug 391498,
    but not enough to close it.)
  * Bump up Debhelper compatibility level to 5.
  * Remove useless use of grep in asus-touchpad.sh.

  [ Raphael Hertzog ]
  * Mark Bart as Maintainer.
  * Put myself in Uploaders instead.
  * Sponsor upload for Bart. Change version to 0.95-1.
  * Manually remove (or move out of the way) old scripts in postint. Concerns:
    - /etc/acpi/suspend.d/80-video-pci-state.sh
    - /etc/acpi/resume.d/49-855-resolution-set.sh
    - /etc/acpi/resume.d/13-855-resolution-set.sh
    - /etc/modprobe.d/toshiba_acpi.modprobe
  * Documents policy for handling obsolete configuration files in
    README.Debian.

 -- Raphael Hertzog <[email protected]>  Thu, 14 Jun 2007 21:52:16
+0200

acpi-support (0.90-4) unstable; urgency=low

  * Change logic of isAnyWirelessPoweredOn() to only succeed if one wireless
    device with support for reporting a "state" in sysfs is turned on;
    closes: #410402.
  * Add myself as uploader.
  * Install new manpage for acpi_fakekey, thanks Nico Golde; closes: #383365.
  * Call dh_strip to drop the ELF comment section of acpi_fakekey.
  * Depend on radeontool on all arches.

 -- Loic Minier <[email protected]>  Sun, 11 Feb 2007 19:48:22 +0100

acpi-support (0.90-3) unstable; urgency=low

  * Disable VESA BIOS Extensions (VBE) state saving / restoring for X60s
    Thinkpads (models 1702*, 1704*); closes: 407188.

 -- Loic Minier <[email protected]>  Fri, 19 Jan 2007 22:57:56 +0100

acpi-support (0.90-2) unstable; urgency=low

  * Invoke /usr/sbin/s2disk instead of /sbin/s2disk; thanks Jan Luebbe.
  * Don't pass any arguments to s2disk as it doesn't support these in newer
    uswsusp versions.
  * Fix "APCI" instead of "ACPI" typo in IBM.config; thanks Joshua Kwan;
    closes: #389511.

 -- Loic Minier <[email protected]>  Sun, 22 Oct 2006 19:15:00 +0200

acpi-support (0.90-1) unstable; urgency=low

  * New upstream versions (from Ubuntu Edgy).
    * 0.90: Explicitly switch the screen back to text mode if it was that way
            before resume.
    * 0.89: Add support for high-res uswsusp
    * 0.88: Change defaults
    * 0.87: Add support for using uswsusp
  * Conflict with uswsusp <= 0.2 as well.

 -- Loic Minier <[email protected]>  Sat, 21 Oct 2006 12:59:06 +0200

acpi-support (0.86-1) unstable; urgency=low

  * New upstream version (from Ubuntu Edgy).
    * 0.86: Remove stop links from rc0 and rc6
    * 0.85: Don't unload nsc-ircc on suspend
  * Add ${shlibs:Depends} and call to dh_shlibdeps. Closes: #383449
  * 855resolution is no more in Debian, replaced by 915resolution. 
    Closes: #381210
  * Improved description, thanks to Clément Stenac. Closes: #383691
  * Removed README.toshiba which doesn't apply to Debian (or which doesn't
    apply any more, the toshiba_acpi option indicated doesn't exist in
    2.6.17.7). Closes: #383326

 -- Raphael Hertzog <[email protected]>  Sun, 20 Aug 2006 10:43:59
+0200

acpi-support (0.84-1) unstable; urgency=low

  * New upstream version.
  * Put laptop-mode-tools in Recommends instead of Depends to not force the
    user to use it: it can be painful to have to wait for the disk to spin up
    and the gain is not always worth it with recent (very small) hard-disks.
  * Add upstream changelog.

 -- Raphael Hertzog <[email protected]>  Fri, 16 Jun 2006 17:51:06
+0200

acpi-support (0.80-1) unstable; urgency=low

  * Initial release.
  * Add a watch file.
  * Little fixes for lintian compliancy.

 -- Raphael Hertzog <[email protected]>  Mon, 15 May 2006 00:02:44
+0000

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

iD8DBQFLc7L3UlfC4uPMy3QRAoB4AKCafBw+VwPmo6PkFfDQrOT37sTUMgCcCNdg
uYf37luy3Jb7J0/q5vWNeAs=
=nqb+
-----END PGP SIGNATURE-----

** Affects: acpi-support (Ubuntu)
     Importance: Wishlist
         Status: New

-- 
Please sync acpi-support 0.132-1 (main) from Debian unstable (main).
https://bugs.launchpad.net/bugs/520311
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to