comparison ChangeLog @ 266:e1928d06f1b9

Add change log file.
author cmlenz
date Thu, 06 Oct 2005 16:34:30 +0000
parents
children 51580a463e3e
comparison
equal deleted inserted replaced
265:3dd311b4ad27 266:e1928d06f1b9
1 Version 0.5
2 (6 October 2005, from 0.5.x branch)
3 http://bitten.cmlenz.net/repos/bitten/tags/0.5
4
5 * BDB XML is no longer being used for report storage. Instead,
6 collected metrics data is stored in the Trac database.
7 * Snapshot archives created by the master are checked for integrity
8 prior to their transmission to the slaves.
9 * Improvements to the build status presentation in Trac.
10 * Changes to the build recipe format. See the documentation on the web
11 site for details.
12 * New recipe commands: <sh:pipe>, <c:configure>, <java:ant>,
13 <java:junit>, and <x:transform>. Various improvements to the
14 existing commands.
15 * Recipe commands and command attributes in recipes can now reference
16 slave configuration values.
17 * The names of the master and slaves scripts have changed: `bittend`
18 is now `bitten-master`, `bitten` is now `bitten-slave`.
19 * The build master can now handle multiple Trac environments (projects).
20 * The build slave now by default removes any working directories when
21 done.
22 * Build configurations can now be completely deleted.
23 * Build configurations can now have a minimum and maximum revision
24 specified. Any revisions outside that range will not be built.
25 * The build configuration editor now validates the supplied values.
26 * Fix management of target platforms when running under mod_python.
27 * Improved performance of the build log formatter that is responsible
28 for linking file references in build logs to the repository browser.
29 * Add paging to the build configuration view.
30 * Fix compatibility with PySQLite2.
Copyright (C) 2012-2017 Edgewall Software