Following things have been changed
Note: you should update your database (alter services add (service_ack varchar(255));)
- core: acknowledge management added
- core: added a configure script
- core: setuid has happend too late, so the pid file was'nt owned by bartlby user, wich could not be removed at shutdown
- core: install mysql.shema to basedir (for checkinstall, rpm, dpkgs)
- core: lib/mysql ack
- core: lib/mysql "no worker found" wrong logging msg
- core: lib/mysql [worker|service|server]_by_id returns negative value if not found
- core: added bartlby_shmt, to query bartlby shm from commandline
- core: portier, minor fixes
- core: portier help (-h) added
- core: configure/ --with-user=
- core: configure/ install all files and directories with chown $BARTLBY_USER
- startup: better checks
- openSUSE 10.0 verfied (with new configure)
- ui: XML RPC is now standard conform (http://www.xmlrpc.com/spec/)
- using php xmlrpc lib from (http://scripts.incutio.com/xmlrpc/)
- ui: favicon
- ui: ack management
- ui: extended service_map info, tooltips with service info
- ui: fix service_map feof bug
- ui: start/stop works again
- ui: xml_api/ log to file
- ui: xml_api/ Support HTTP Basic Auth
- ui: logview fixed filter
- ui: packages/ add plugin/perf to package
- php: checks if shm definition's missmatch (bartlby_check_shm_size())
- php: [worker|service|server]_by_id returns false if not found