annotate ChangeLog @ 334:5d2f3e25feaa

Updated change log for [milestone:0.5.2].
author cmlenz
date Tue, 17 Jan 2006 12:27:26 +0000
parents f116a5068e4e
children ef795ebeac00
rev   line source
334
5d2f3e25feaa Updated change log for [milestone:0.5.2].
cmlenz
parents: 330
diff changeset
1 Version 0.5.2
5d2f3e25feaa Updated change log for [milestone:0.5.2].
cmlenz
parents: 330
diff changeset
2 (17 January 2006, from 0.5.x branch)
5d2f3e25feaa Updated change log for [milestone:0.5.2].
cmlenz
parents: 330
diff changeset
3 http://bitten.cmlenz.net/repos/bitten/tags/0.5.2
5d2f3e25feaa Updated change log for [milestone:0.5.2].
cmlenz
parents: 330
diff changeset
4
5d2f3e25feaa Updated change log for [milestone:0.5.2].
cmlenz
parents: 330
diff changeset
5 * Fixes the main navigation tab that was broken in 0.5.1.
5d2f3e25feaa Updated change log for [milestone:0.5.2].
cmlenz
parents: 330
diff changeset
6
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
7 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
8 (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
9 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
10
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
11 * Fixes compatibility with Trac 0.9.3 release, as well as the current trunk.
330
f116a5068e4e Update README to reflect that Trac 0.9.3 is now required.
cmlenz
parents: 328
diff changeset
12 This also means that Bitten now longer works with versions of Trac earlier
f116a5068e4e Update README to reflect that Trac 0.9.3 is now required.
cmlenz
parents: 328
diff changeset
13 than 0.9.3.
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
14 * 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
15 * 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
16 * 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
17
266
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
18 Version 0.5
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
19 (6 October 2005, from 0.5.x branch)
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
20 http://bitten.cmlenz.net/repos/bitten/tags/0.5
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
21
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
22 * BDB XML is no longer being used for report storage. Instead,
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
23 collected metrics data is stored in the Trac database.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
24 * Snapshot archives created by the master are checked for integrity
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
25 prior to their transmission to the slaves.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
26 * Improvements to the build status presentation in Trac.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
27 * Changes to the build recipe format. See the documentation on the web
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
28 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
29 * 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
30 <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
31 the existing commands.
266
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
32 * Recipe commands and command attributes in recipes can now reference
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
33 slave configuration values.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
34 * The names of the master and slaves scripts have changed: `bittend`
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
35 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
36 * The build master can now handle multiple Trac environments.
266
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
37 * The build slave now by default removes any working directories when
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
38 done.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
39 * Build configurations can now be completely deleted.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
40 * Build configurations can now have a minimum and maximum revision
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
41 specified. Any revisions outside that range will not be built.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
42 * The build configuration editor now validates the supplied values.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
43 * Fix management of target platforms when running under mod_python.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
44 * Improved performance of the build log formatter that is responsible
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
45 for linking file references in build logs to the repository browser.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
46 * Add paging to the build configuration view.
e1928d06f1b9 Add change log file.
cmlenz
parents:
diff changeset
47 * Fix compatibility with PySQLite2.
Copyright (C) 2012-2017 Edgewall Software