annotate ChangeLog @ 331:6a7b7b1cdbea 0.5.x 0.5.1

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