[quickstart] Import v1.00r1 released on 2008/03/06
[quickstart] / quickstart / CHANGELOG
1 * version 1.00-r1 2008/03/06
2   - Fixed Makefile for linux-2.6.24
3
4 * version 1.00 2008/03/03
5   - Little changes to support linux-2.6.23 and newer.
6   - Added example autostart scripts.
7   - Going stable, version bump.
8
9 * version 0.04 2007/11/17
10   - Added reporting of runtime key presses (hotkeys) for testing.
11
12 * version 0.03 2007/11/13
13   - Method GHID is now called under its device scope.
14   - Code cleanup.
15
16 * version 0.02 2007/11/12
17   - Project renamed to quickstart to prevent conflict with Microsoft
18     trademark Hotstart(TM).
19   - Removed procfs support since /proc/acpi will be removed from kernel soon.
20   - Added sysfs support.
21   - Button states are now unified into a single attribute file which displays
22     the button name used to power the system on.
23   - Added attribute file to show all suported buttons.
24   - Code cleanups.
25
26 * version 0.01 2007/11/10
27   - Detects button devices and creates proc entries to each device.
28   - Proc entries can be written.
29   - Workaround to raise device Notify event.
30   - First hotstart release.