cmlenz@266: Version 0.5 cmlenz@266: (6 October 2005, from 0.5.x branch) cmlenz@266: http://bitten.cmlenz.net/repos/bitten/tags/0.5 cmlenz@266: cmlenz@266: * BDB XML is no longer being used for report storage. Instead, cmlenz@266: collected metrics data is stored in the Trac database. cmlenz@266: * Snapshot archives created by the master are checked for integrity cmlenz@266: prior to their transmission to the slaves. cmlenz@266: * Improvements to the build status presentation in Trac. cmlenz@266: * Changes to the build recipe format. See the documentation on the web cmlenz@266: site for details. cmlenz@266: * New recipe commands: , , , cmlenz@266: , and . Various improvements to the cmlenz@266: existing commands. cmlenz@266: * Recipe commands and command attributes in recipes can now reference cmlenz@266: slave configuration values. cmlenz@266: * The names of the master and slaves scripts have changed: `bittend` cmlenz@266: is now `bitten-master`, `bitten` is now `bitten-slave`. cmlenz@266: * The build master can now handle multiple Trac environments (projects). cmlenz@266: * The build slave now by default removes any working directories when cmlenz@266: done. cmlenz@266: * Build configurations can now be completely deleted. cmlenz@266: * Build configurations can now have a minimum and maximum revision cmlenz@266: specified. Any revisions outside that range will not be built. cmlenz@266: * The build configuration editor now validates the supplied values. cmlenz@266: * Fix management of target platforms when running under mod_python. cmlenz@266: * Improved performance of the build log formatter that is responsible cmlenz@266: for linking file references in build logs to the repository browser. cmlenz@266: * Add paging to the build configuration view. cmlenz@266: * Fix compatibility with PySQLite2.