1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
%changelog
* Sun Oct 17 2004 Tim Hockin <thockin@hockin.org>
- set acpi_listen stdout to be line-buffered (Gilles Chanteperdrix
<gilles.chanteperdrix@laposte.net>)
- detect a closed socket and exit (acpi_listen.c)
- detect a closed events file and exit (acpid.c)
- print read_line() errors (acpi_listen.c, acpid.c)
- added sample battery config and handler (Frank Dietrich
<ABLEsoft@gmx.de>)
- added sample AC adapter config/handler and hotkey config/handler for
Panasonic notebooks (David Bronaugh <dbronaugh@linuxboxen.org>)
- prep for 1.0.4 release
* Fri Feb 13 2004 Tim Hockin <thockin@sun.com>
- dump debian/ and redhat/ dirs -- too much hassle
- change 'make rpm' to 'make dist'
- minor Makefile cleanup
- README cleanup
- prep for 1.0.3 release
* Thu Dec 18 2003 Tim Hockin <thockin@sun.com>
- unblock signals before exec()ing a handler
- remove odd 'been_here' from signals_handled() (debug artifact?)
* Mon Nov 24 2003 Tim Hockin <thockin@sun.com>
- add -c, --count option to acpi_listen (Luca Capello <luca.pca.it>)
- add -t, --time option to acpi_listen (Luca Capello <luca.pca.it>)
- return a meaningful value if we break out of the main loop (acpi_listen.c)
- break out usage() from handle_cmdline() (acpi_listen.c)
* Mon Nov 17 2003 Tim Hockin <thockin@sun.com>
- Decouple logging to stdout from foregrounding
- Add acpi_listen (source and man)
- Add ud_connect()
- Remove (euid == 0) check
- ifdef the bad-kernel checking - it consumes a byte of data!
* Fri Nov 14 2003 Tim Hockin <thockin@sun.com>
- Add -f option (run in foreground)
* Tue May 13 2003 Tim Hockin <thockin@sun.com>
- Fixed a dumb bug with %e expansion for commands
- Add COPYING file
- Add TODO file
* Fri Mar 15 2002 Tim Hockin <thockin@sun.com>
- Updated RPM spec with patch from sun for chkconfig on/off
- Add Changelog, make 'make rpm' use it.
- 1.0.1
* Wed Mar 13 2002 Tim Hockin <thockin@sun.com>
- Fixed logging bug - not appending to log (O_APPEND needed)
- Fix 'make install' to not need root access
- Fix RPM spec to not need root
* Thu Sep 6 2001 Tim Hockin <thockin@sun.com>
- 1.0.0
* Thu Aug 16 2001 Tim Hockin <thockin@sun.com>
- Added commandline options to actions
* Wed Aug 15 2001 Tim Hockin <thockin@sun.com>
- Added UNIX domain socket support
- Changed /etc/acpid.d to /etc/acpid/events
* Mon Aug 13 2001 Tim Hockin <thockin@sun.com>
- added changelog
- 0.99.1-1
|