0.01 08-21-2004 basically running (with xfree's xmessage) 0.02 08-21-2004 support for zenity (http://www.freshmeat.net/projects/zenity) 0.03 08-22-2004 support for Xdialog (http://xdialog.dyns.net) 0.04 08-22-2004 rewritten in PERL, i don't like shell-scripts that much ;) 0.05 08-22-2004 fixed a little bug that kept fluxbox freezing instead of terminating correctly 0.06 08-22-2004 added a tiny subroutine for a fancier output 0.07 08-23-2004 added parameter support (Getopt::Long): -h|--help => short help -v|--verbose => display some extra info 0.08 08-23-2004 added a simple workaround to terminate processes that would be freezing fluxbox. i found out that gkrellm2 does so, but there may be more apps (please report them!)... please note that the current implementation maybe buggy on multiuser-systems! added parameter: -w|--workaround => turn on the workaround mentioned above 0.09 08-24-2004 added a simple makefile that supports `make install`, initial release to get some feedback concerning fluxbox-freezing (see 0.08). 0.10 08-24-2004 updated INSTALL.txt 0.11 08-25-2004 added a subroutine to asure that the pid of a process known to freeze fluxbox-termination belongs to the user before it's killed (safety on multiuser-systems...) 0.12 08-28-2004 added global/user-configfile added a subroutine to parse both configs added the possibility to reboot/shutdown the system as well updated GUI-handling for this purpose added another parameter: -f|--full => turn on the full dialog with reboot/shutdown option (doesn't work with 'xmessage') updated Makefile updated INSTALL.txt updated TODO.txt