1.0.7:
	* fix processing of suidcheck/kernel updates

1.0.6:
	* backport fix 'allow update for UID/GID or user/group only'

1.0.5:
	* backport fix for 'checkbox-remains-checked' bug from 2.0.6
	* backport fix for missing filename in sigupdate error from 2.x
 
1.0.4:
	* clients.cgi: allow for hyphens in hostname (backport from
	  2.0.1)

1.0.3:
	* auth.cgi: check username

1.0.2:
	* sql.inc (usort), menu.cgi (posix_kill error handling): 
	  PHP compatibility fixes
	* fix bug in sigupdate.cgi (quoting of undo arguments)
	* fix bug in beltane_update.c for inserting

1.0.1:
	* switch to Paj's md5.js implementation
	* menu.cgi: fix idle timeout
	* config.inc.in: rename -> copy/unlink

1.0:
	* beltane_update.c: include sys/sysmacros
	* check for safe_mode and print error if sigupdate_undo fails
	* clients.cgi, messages.cgi, sigupdate.cgi: make sure 
	  arguments are properly escaped
	* check for htmlspecialchars in clients.cgi
	* fix XHTML bug ( checked -> checked="checked" )
	* fix typo in configure.inc (\" -> ")
	* set error_reporting to E_ALL ^ E_NOTICE
	* warn if PHP compiled without XML parser functions
	* warn if PHP supports neither PostgreSQL nor MySQL
	* warn if cookies are disabled
	* warn if not PHP4
	* warn if safe_mode is on and safe_mode_exec_dir not set properly
	* print warning if javascript is not supported

0.9:
	* minimum of 60 sec for timeout
	* Makefile.in: chgrp $(datadir); chmod g+rx $(datadir);
	* beltane_update.c: fix database corruption on file removal

0.8:
	* fix chown beltane_cp|update in Makefile.in ($3 -> $$3)

0.7:
	* php/messages.cgi: fix display of device_old, device_new 
	  (cast to (string) 0 in showall)
	* php/sigupdate.cgi: check ($keyUPD != "")

0.6:
	* php/sql.inc: make cmp_sev() a global function to fix re-declaration
	* fix error handling
	* put some warnings in the manual, correct some outdated sections

0.5:
	* configure.ac: fix determination of php_user homedir
	* php/Makefile.in: chown user.group -> chown user:group
	* Makefile.in: chgrp -R $$php_group .. -> chgrp -R $(php_group) ...

0.4:
	* make install: fix permissions for profiles/, yulerc.install.db
	* (a != b && c != d) -> ((a != b) && (c != d)) [DEFAULT_UID]
	* limit #of displayed messages
	* fix a bug in the manual [!SetHandler]

0.3:
	* provide server status, integrate server status page
	* beltane_update: write index into lastlog, append if requested
	  - new options --index=nnn, --append
	* sigupdate: update/undo multiple entries at once 
	* acknowledge/undo multiple entries at once
	* auth.cgi: make the password login field a 'password' type field
	* fix ${prefix} expansion problem in configure script
	* mv configure.in to configure.ac to benefit from autoconf wrappers
	* fix bug with the --with-php-extension=PHPEXT option
	* more session handling fixes
	* layout improvements (?)
	* radiobuttons for TRUE/FALSE config options
	* fix changeimg.js (deprecated syntax)

0.2:
	* fix bug with file modes in beltane_update
	* fix timeout code
	* timeout keeps running on autorefresh
	* safe open() replacement in beltane_update
	* fix inverse log for beltane_update (character encoding)
	* add an undo option for database updates
	* add XHTML validation link to dynamically generated pages
	* allow blank configuration values
	* fix ack result frame
	* add PostgreSQL support
	* redirect stderr to stdout to get error messages from 
	  beltane_update, beltane_cp
	* change 'ack' link
	* handle escapes in filenames from client message
	* include sys/mkdev.h in beltane_update, if required (Solaris port)
	* fix bad modification of action in js/overlib_custom.js
	* remove <data_file> from .beltanerc config file

0.1: 
	* initial version, released on Beltane (May 1) 2002
