Mercurial > bitten > bitten-test
annotate ChangeLog @ 286:c0439a21b01d 0.5.x
Ported [297] to [source:branches/0.5.x 0.5.x].
author | cmlenz |
---|---|
date | Sat, 15 Oct 2005 07:46:51 +0000 |
parents | 51580a463e3e |
children | 76a3f40d163e |
rev | line source |
---|---|
266 | 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. | |
269
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
12 * New recipe commands: <sh:pipe>, <c:configure>, <c:cppunit>, |
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
13 <java:ant>, <java:junit>, and <x:transform>. Various improvements to |
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
14 the existing commands. |
266 | 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`. | |
269
51580a463e3e
Add `<c:cppunit>` recipe command, based on patch by Chandler Carruth and examples by Akos Maroy.
cmlenz
parents:
266
diff
changeset
|
19 * The build master can now handle multiple Trac environments. |
266 | 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. |