wbell@502: Version 0.6 wbell@502: (?, from 0.6.x branch) wbell@502: http://svn.edgewall.org/repos/bitten/tags/0.6.0 wbell@502: wbell@502: * Switch to using HTTP for communication between the build master and build wbell@502: slaves. This means the `build-master` executable is no longer needed or wbell@502: installed, the build simply runs in the scope of the Trac site. wbell@502: * Build recipes now need to include instructions for performing the checkout wbell@502: from the version control repository. The slave no longer receives a snapshot wbell@502: archive of the code, but performs the checkout itself based on the wbell@502: instructions in the build recipe. wbell@502: * Many fixes for compatibility with more recent versions of Trac. wbell@502: wbell@502: wbell@502: Version 0.5.3 wbell@502: (18 April 2006, from 0.5.x branch) wbell@502: http://svn.edgewall.org/repos/bitten/tags/0.5.3 wbell@502: wbell@502: * Fix double-escaping of report summaries. wbell@502: * Fix build master error when build log contains no messages. wbell@502: wbell@502: wbell@502: Version 0.5.2 wbell@502: (17 January 2006, from 0.5.x branch) wbell@502: http://svn.edgewall.org/repos/bitten/tags/0.5.2 wbell@502: wbell@502: * Fixes the main navigation tab that was broken in 0.5.1. wbell@502: wbell@502: wbell@502: Version 0.5.1 wbell@502: (10 January 2006, from 0.5.x branch) wbell@502: http://svn.edgewall.org/repos/bitten/tags/0.5.1 wbell@502: wbell@502: * Fixes compatibility with Trac 0.9.3 release, as well as the current trunk. wbell@502: This also means that Bitten now longer works with versions of Trac earlier wbell@502: than 0.9.3. wbell@502: * Improves PostgreSQL compatibility. wbell@502: * Fixes encoding of non-ASCII characters in command output. wbell@502: * Fix for missing log output when using on Windows. wbell@502: wbell@502: wbell@502: Version 0.5 wbell@502: (6 October 2005, from 0.5.x branch) wbell@502: http://svn.edgewall.org/repos/bitten/tags/0.5 wbell@502: wbell@502: * BDB XML is no longer being used for report storage. Instead, wbell@502: collected metrics data is stored in the Trac database. wbell@502: * Snapshot archives created by the master are checked for integrity wbell@502: prior to their transmission to the slaves. wbell@502: * Improvements to the build status presentation in Trac. wbell@502: * Changes to the build recipe format. See the documentation on the web wbell@502: site for details. wbell@502: * New recipe commands: , , , wbell@502: , , and . Various improvements to wbell@502: the existing commands. wbell@502: * Recipe commands and command attributes in recipes can now reference wbell@502: slave configuration values. wbell@502: * The names of the master and slaves scripts have changed: `bittend` wbell@502: is now `bitten-master`, `bitten` is now `bitten-slave`. wbell@502: * The build master can now handle multiple Trac environments. wbell@502: * The build slave now by default removes any working directories when wbell@502: done. wbell@502: * Build configurations can now be completely deleted. wbell@502: * Build configurations can now have a minimum and maximum revision wbell@502: specified. Any revisions outside that range will not be built. wbell@502: * The build configuration editor now validates the supplied values. wbell@502: * Fix management of target platforms when running under mod_python. wbell@502: * Improved performance of the build log formatter that is responsible wbell@502: for linking file references in build logs to the repository browser. wbell@502: * Add paging to the build configuration view. wbell@502: * Fix compatibility with PySQLite2.