eeepc-acpi-scripts (1.1.0) unstable; urgency=low

  [ Darren Salt ]
  * Detect who's running an X session by looking for a controlling process
    with DISPLAY set in its environment.
    This has a useful side effect: status changes can be displayed even when
    the controlling process is a login manager.
  * Try to use rfkill when toggling wireless & bluetooth.
  * Ignore events when shutting down or rebooting.
  * Give immediate indication of pressing of Fn-F2.
  * The same ACPI key codes may be used for wireless on as well as off.
  * Allow reporting via OSD of brightness changes. (Closes: #501577)
  * Tweaked notifications a bit:
    - Replaced the heuristic for determining which should be fast
      notifications with an extra parameter.
    - Fast notifications stay around for a bit longer.
  * Made the volume stepping configurable, and set the default to 3.125%
    (which is 2dB for LineOut on at least ALC269 and ALC662).
  * Blacklist some ALSA volume controls; we want to alter only one of them.
    (Tested on ALC269 (901) and ALC662 (701).)
  * Cache audio control names etc. to avoid need to detect them every time
    the volume level is changed.
  * Enable audio power saving, defaulting to a 5-second delay before
    powering down. (snd_hda_intel power_save in /etc/modprobe.d/eeepc)
  * When locking the display, if all else fails, try xtrlock.
  * Prepare for netlink-enabled acpid: ignore lid-open events and handle
    differently-reported hotkey events.
  * Use an init script to load pciehp (if needed) and rfkill-input (if
    available; we rely on it if the kernel is 2.6.29 or newer).

  [ Raphael Geissert ]
  * Auto detect the playback devices and the playback switches
    Closes: #513552 -- Please auto detect the sound devices

  [ Ben Armstrong ]
  * Support ath5k wifi toggling and default to using it if ath_pci is not
    present.
  * Fix detection of rfkill on systems that don't have it.

  [ Damyan Ivanov ]
  * rename etc/modprobe.d/eeepc to eeepc.conf, adapting to modprobe requirement
    Closes: #518573
  * Standards-Version: 3.8.1 (no changes needed)
  * stop saving/restoring brightness on suspend

 -- Damyan Ivanov <dmn@debian.org>  Thu, 09 Apr 2009 11:58:52 +0300

eeepc-acpi-scripts (1.0.11) unstable; urgency=low

  [ Ben Armstrong ]
  * VGA_ON and LVDS_OFF replace COMBINED_DISPLAY_SWITCHES to provide
    better default behaviour for VGA toggle.  See comments in
    /etc/default/eeepc-acpi-scripts for common variations (specify
    mode or use xinerama-style display).
  * Blacklist useless pcspkr module.
  * Fix VGA toggle: default to enable LVDS / disable VGA so that
    it will work when the external monitor is disconnected.

  [ Damyan Ivanov ]
  * when "soft-disabling" bluetooth, power down the USB port
  * improve long description a bit

  [ Raphael Geissert ]
  * test for OSD_SHOWN before checking for gnome-osd for consistency
  * add support for knotify but only use it if aosd_cat is not installed
    Closes: #513551 -- please add support for knotify
  * fix typo in notify()'s usage message
  * Add support for different suspend methods, but keep pm-suspend as the
    default.
    Closes: #499545 -- Configurable FnF1 key - suspend to ram or hibernate

 -- Damyan Ivanov <dmn@debian.org>  Mon, 02 Feb 2009 17:39:10 +0200

eeepc-acpi-scripts (1.0.10) unstable; urgency=low

  * add missing "--user $user" to dcop invocation.
    really closes: #499544

 -- Damyan Ivanov <dmn@debian.org>  Tue, 21 Oct 2008 22:44:32 +0300

eeepc-acpi-scripts (1.0.9) unstable; urgency=low

  * make package removal check depend on the functions.sh, not doc dir;
    streamline loading of functions and default file
    Closes: #499911 -- Don't test if /usr/share/doc/eeepc-acpi-scripts exist
  * source reorg.: move files for /etc/ in etc/
  * add modprobe.d/eeepc file with pciehp options
    Closes: #501498 -- Fn-F2 turns wireless off, but never back on
  * add a note in debian/NEWS about the new file in modprobe.d

 -- Damyan Ivanov <dmn@debian.org>  Sat, 11 Oct 2008 19:06:44 +0300

eeepc-acpi-scripts (1.0.8) unstable; urgency=low

  * handle also Fn+F6 (no default binding)
    Thanks to Jean-Christophe for the suggestion
  * move screen locking from suspend.sh to a function in functions.sh
  * lock_x_screen: try locking KDE via dcop; Closes: #499544
  * vga-toggle.sh: run detect_x_display before xrandr xrandr needs a
    proper X session available - DISPLAY, XAUTHORITY. Calling
    display_x_display before xrandr invocation sets these up.
    Closes: #500191 -- vga-toggle does nothing. Thanks to John Goerzen for
    reporting.

 -- Damyan Ivanov <dmn@debian.org>  Fri, 26 Sep 2008 07:43:36 +0300

eeepc-acpi-scripts (1.0.7) unstable; urgency=low

  * move notify() to lib/notify.sh
  * move audio hot key support in actions/volume.sh
  * improve comments about hotkey customizations
  * volume hotkeys are configurable now
  * move alsa-utils from Depends to Recommends

 -- Damyan Ivanov <dmn@debian.org>  Tue, 09 Sep 2008 10:42:44 +0300

eeepc-acpi-scripts (1.0.6) unstable; urgency=low

  * support toggling of internal Bluetooth on models that have it. Bound to
    soft-button #4 by default
  * add support for toggling the built-in camera. Bound to soft-button #3 by
    default
  * support configurable soft-button actions
  * add support for turning the screen off, bound to soft-button #1 by default
  * hotkey.sh, functions.sh: pass notifications to gnome-osd server if that is
    detected running. Add gnome-osd to Suggests.
  * wireless.sh: drop unloading and reloading of pciehp module
  * wireless.sh: unload/load wireless module only for madwifi. ralink dows this
    via hot-plugging
  * handle the sleep button in a separate script. makes it possible for the
    sleep button handling not to interfere with a running power manager
  * camera/bluetooth: support old control node locations. Now works with both
    the eeepc-acpi and laptop-eeepc modules
  * move camera/bluetooth functions in scriptlets in /etc/acpi/lib
  * hotkey.sh: make notify() accept two arguments as preparation for supporting
    further notification services that support icons

 -- Damyan Ivanov <dmn@debian.org>  Mon, 08 Sep 2008 17:48:56 +0300

eeepc-acpi-scripts (1.0.5) unstable; urgency=low

  [ Nico Golde ]
  * Change msttcorefonts font suggestion to ttf-mscorefonts-installer
    as the package name changed and additionally suggest the ttf-liberation
    fonts as an alternative (Closes: #490055).
  * Bump to policy version 3.8.0, no changes needed.

  [ Damyan Ivanov ]
  * suspend.sh: lock running screensavers on suspend
    controlled by LOCK_SCREEN_ON_SUSPEND, defaults to 'yes'
  * add common functions.sh with detect_wlan() in it, used by wireless.sh
  * rules: simplify a bit using PKG and TMP variables
  * move X detection to functions.sh/detect_x_display()
  * detect_x_display: support users using 'startx' after console login
  * suspend.sh: use detect_x_display for X detection
  * hotkey.sh: use $WLAN_IF when checking for wireless status

 -- Damyan Ivanov <dmn@debian.org>  Sat, 23 Aug 2008 22:19:08 +0300

eeepc-acpi-scripts (1.0.4) unstable; urgency=low

  * add support for the new locations of wireless and brightness control files
    for 2.6.26 kernels. Closes: 488412. Thanks to Astrid S. de Wijn.

 -- Damyan Ivanov <dmn@debian.org>  Sun, 29 Jun 2008 18:23:06 +0300

eeepc-acpi-scripts (1.0.3) unstable; urgency=low

  [ Nico Golde]
  * Add sleep after loading ath_pci to prevent ifconfig failing
    because the interface is not already up (Closes: #485236).

  [ Ben Armstrong ]
  * lid.sh, lid: only suspend if a power manager is not present,
    otherwise let the power manager handle it.
  * Fix regex for display detection in hotkey.sh.

 -- Nico Golde <nion@debian.org>  Wed, 18 Jun 2008 21:03:34 +0200

eeepc-acpi-scripts (1.0.2) unstable; urgency=low

  * suspend.sh: fix detection of running shutdown.
    The code in 1.0.1 could wrongly decide that shutdown is running,
    cancelling the suspend, possibly leading to overheating if one had closed
    the lid and put the eee in its bag
  * add myself to Uploaders

 -- Damyan Ivanov <dmn@debian.org>  Sat, 08 Mar 2008 23:19:26 +0200

eeepc-acpi-scripts (1.0.1) unstable; urgency=low

  [ Nico Golde ]
  * Uncomment show_brightness function in hotkey.sh as it uses a bashism and
    is not used by any script.
  * Start aosd_cat in the background and kill aosd_cat before each new call
    to avoid output that it is lagging behind on long key presses.
  * Adding Vcs-Browser and Vcs-Git control fields.
  * Prevent the system to go into suspend after a lid event if a shutdown
    is in progress (Closes: #469505).
  * Add basic support for Fn-F5 key (vga toggle).

  [ Damyan Ivanov ]
  * Make actions do nothing when package is removed

 -- Nico Golde <nion@debian.org>  Sat, 01 Mar 2008 17:11:08 +0100

eeepc-acpi-scripts (1.0) unstable; urgency=low

  * Initial release (Closes: #466544).

 -- Nico Golde <nion@debian.org>  Tue, 19 Feb 2008 14:12:17 +0100

