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
|
Changelog for Auto Nice Daemon
------------------------------
Changes in 1.0.7
- port to FreeBSD (thanks to a guy who calls himself quake2)
- version and date are now compiled in
- make doc target to bump version number in man pages
Changes in 1.0.6
- stop overwriting existing configuration when make install
- small docs improvement (command name and regexes)
- changed misleading log message (seemingly negative nice level)
- added gtop to default config file
- fix LICENSE (still GPL, but the file was truncated)
- port to IRIX, IRIX64 and SunOS (thanks to Dan Stromberg, UCI)
Changes in 1.0.5
- fix format string vulnerability (please UPDATE!)
(thanks to INTEXXIA.com)
Changes in 1.0.4
- makefile improvements, esp. for Debian (thanks to Andras Bali
and Mikael Andersson)
- include LICENSE
Changes in 1.0.3
- bug fix Linux/AXP: jiffies to seconds fixed (thanks to Markus
Lischka, TUM)
- in config files, "on" hostname is now an extended regex
(thanks to Markus Lischka, TUM)
- new commandline switch -s for output to stdout
- documentation updates
Changes in 1.0.2
- minor documentation updates
- improved default configuration
- distribution-independend spec file for source rpms (thanks to
Terje Rosten for his help)
- improved build process to support distribution-independend
spec file
- fix logging: in -x mode (default), log via syslog; in -t mode (test),
log to ./debug.and
- added chkconfig hook in SysV init script
Changes in 1.0.1
- fix status check in SysV init script
Changes in 1.0.0
- first official release
|