prepare the 20090129 release
[hdapsd.git] / ChangeLog
blob7261358cf02eba924dbb776aac91340f1ea4cfa0
1 hdapsd 20090129:
2         Evgeni Golov <sargentd@die-welt.net>:
3         * Support for multiple disks.
4         * Support for logging to syslog when running in background.
5         * Use autotools.
6         * Make the error-messages more user-friendly.
7         * -s is optional now. Sensitivity defaults to 15.
9 hdapsd 20081004:
10         Elias Oltmanns <eo@nebensachen.de>:
11         * Prepare for the new interface in kernel 2.6.28
13 hdapsd 20070803:
14         Shem Multinymous <multinymous@gmail.com>:
15         * Read the accelerometer data from the input device provided by
16           tp_smapi>=0.32, instead of sysfs. This reduce timer interrupts
17           and improves temporal synchronization of user-space<->kernel vs.
18           kernel<->hardware. If the input device doesn't exist, it falls
19           back to sysfs.
20         * Add a new new --poll-sysfs (-y) parameter to force using sysfs
21           instead of the input device.
22         * Read the sampling rate from the sysfs file provided by tp_smapi
23           (if it exists).
24         * Add a --dry-run (-t) parameter, telling hdapsd to do everything
25           except actually parking the drive. Very useful for testing.