annotate trac-0.11/ChangeLog @ 502:a3bcc4f98187

Bitten trunk is now trac-0.11 compatible.
author wbell
date Mon, 09 Mar 2009 00:41:57 +0000
parents
children
rev   line source
502
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
1 Version 0.6
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
2 (?, from 0.6.x branch)
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
3 http://svn.edgewall.org/repos/bitten/tags/0.6.0
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
4
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
5 * Switch to using HTTP for communication between the build master and build
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
6 slaves. This means the `build-master` executable is no longer needed or
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
7 installed, the build simply runs in the scope of the Trac site.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
8 * Build recipes now need to include instructions for performing the checkout
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
9 from the version control repository. The slave no longer receives a snapshot
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
10 archive of the code, but performs the checkout itself based on the
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
11 instructions in the build recipe.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
12 * Many fixes for compatibility with more recent versions of Trac.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
13
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
14
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
15 Version 0.5.3
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
16 (18 April 2006, from 0.5.x branch)
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
17 http://svn.edgewall.org/repos/bitten/tags/0.5.3
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
18
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
19 * Fix double-escaping of report summaries.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
20 * Fix build master error when build log contains no messages.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
21
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
22
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
23 Version 0.5.2
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
24 (17 January 2006, from 0.5.x branch)
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
25 http://svn.edgewall.org/repos/bitten/tags/0.5.2
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
26
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
27 * Fixes the main navigation tab that was broken in 0.5.1.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
28
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
29
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
30 Version 0.5.1
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
31 (10 January 2006, from 0.5.x branch)
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
32 http://svn.edgewall.org/repos/bitten/tags/0.5.1
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
33
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
34 * Fixes compatibility with Trac 0.9.3 release, as well as the current trunk.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
35 This also means that Bitten now longer works with versions of Trac earlier
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
36 than 0.9.3.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
37 * Improves PostgreSQL compatibility.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
38 * Fixes encoding of non-ASCII characters in command output.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
39 * Fix for missing log output when using <java:ant> on Windows.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
40
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
41
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
42 Version 0.5
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
43 (6 October 2005, from 0.5.x branch)
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
44 http://svn.edgewall.org/repos/bitten/tags/0.5
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
45
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
46 * BDB XML is no longer being used for report storage. Instead,
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
47 collected metrics data is stored in the Trac database.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
48 * Snapshot archives created by the master are checked for integrity
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
49 prior to their transmission to the slaves.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
50 * Improvements to the build status presentation in Trac.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
51 * Changes to the build recipe format. See the documentation on the web
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
52 site for details.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
53 * New recipe commands: <sh:pipe>, <c:configure>, <c:cppunit>,
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
54 <java:ant>, <java:junit>, and <x:transform>. Various improvements to
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
55 the existing commands.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
56 * Recipe commands and command attributes in recipes can now reference
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
57 slave configuration values.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
58 * The names of the master and slaves scripts have changed: `bittend`
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
59 is now `bitten-master`, `bitten` is now `bitten-slave`.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
60 * The build master can now handle multiple Trac environments.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
61 * The build slave now by default removes any working directories when
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
62 done.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
63 * Build configurations can now be completely deleted.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
64 * Build configurations can now have a minimum and maximum revision
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
65 specified. Any revisions outside that range will not be built.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
66 * The build configuration editor now validates the supplied values.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
67 * Fix management of target platforms when running under mod_python.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
68 * Improved performance of the build log formatter that is responsible
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
69 for linking file references in build logs to the repository browser.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
70 * Add paging to the build configuration view.
a3bcc4f98187 Bitten trunk is now trac-0.11 compatible.
wbell
parents:
diff changeset
71 * Fix compatibility with PySQLite2.
Copyright (C) 2012-2017 Edgewall Software