Mercurial > bitten > bitten-test
annotate ChangeLog @ 328:76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
author | cmlenz |
---|---|
date | Tue, 10 Jan 2006 12:29:28 +0000 |
parents | 51580a463e3e |
children | f116a5068e4e |
rev | line source |
---|---|
328
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
1 Version 0.5.1 |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
2 (10 January 2006, from 0.5.x branch) |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
3 http://bitten.cmlenz.net/repos/bitten/tags/0.5.1 |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
4 |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
5 * Fixes compatibility with Trac 0.9.3 release, as well as the current trunk. |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
6 * Improves PostgreSQL compatibility. |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
7 * Fixes encoding of non-ASCII characters in command output. |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
8 * Fix for missing log output when using <java:ant> on Windows. |
76a3f40d163e
Make sure that the name entered for a build configuration doesn't contain spaces or other URL-unfriendly characters.
cmlenz
parents:
269
diff
changeset
|
9 |
266 | 10 Version 0.5 |
11 (6 October 2005, from 0.5.x branch) | |
12 http://bitten.cmlenz.net/repos/bitten/tags/0.5 | |
13 | |
14 * BDB XML is no longer being used for report storage. Instead, | |
15 collected metrics data is stored in the Trac database. | |
16 * Snapshot archives created by the master are checked for integrity | |
17 prior to their transmission to the slaves. | |
18 * Improvements to the build status presentation in Trac. | |
19 * Changes to the build recipe format. See the documentation on the web | |
20 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
|
21 * 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
|
22 <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
|
23 the existing commands. |
266 | 24 * Recipe commands and command attributes in recipes can now reference |
25 slave configuration values. | |
26 * The names of the master and slaves scripts have changed: `bittend` | |
27 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
|
28 * The build master can now handle multiple Trac environments. |
266 | 29 * The build slave now by default removes any working directories when |
30 done. | |
31 * Build configurations can now be completely deleted. | |
32 * Build configurations can now have a minimum and maximum revision | |
33 specified. Any revisions outside that range will not be built. | |
34 * The build configuration editor now validates the supplied values. | |
35 * Fix management of target platforms when running under mod_python. | |
36 * Improved performance of the build log formatter that is responsible | |
37 for linking file references in build logs to the repository browser. | |
38 * Add paging to the build configuration view. | |
39 * Fix compatibility with PySQLite2. |