Mercurial > bitten > bitten-test
annotate ChangeLog @ 685:24c04502b29f 0.6.x 0.6b2
Preparing 0.6.x branch for 0.6b2 release.
author | osimons |
---|---|
date | Fri, 11 Sep 2009 22:08:22 +0000 |
parents | a9157ac17ff9 |
children | 946711b71ad7 |
rev | line source |
---|---|
685 | 1 Version 0.6b2 |
2 (12 September, from 0.6.x branch) | |
3 http://svn.edgewall.org/repos/bitten/tags/0.6b2 | |
681
9d462b71e852
0.6dev: Resetting Changelog information, and getting merge-tracking going (using regular `svn merge`).
osimons
parents:
654
diff
changeset
|
4 |
684 | 5 * Slave-only install changed to `./setup.py --without-master install` (or any |
6 other valid distribution command). | |
7 * Tools namespace changed to `http://bitten.edgewall.org/tools/`. Both new and | |
8 old namespace will work, but Admin will issue a deprecation notice when | |
9 using the old namespace. | |
10 | |
681
9d462b71e852
0.6dev: Resetting Changelog information, and getting merge-tracking going (using regular `svn merge`).
osimons
parents:
654
diff
changeset
|
11 |
9d462b71e852
0.6dev: Resetting Changelog information, and getting merge-tracking going (using regular `svn merge`).
osimons
parents:
654
diff
changeset
|
12 Version 0.6b1 |
9d462b71e852
0.6dev: Resetting Changelog information, and getting merge-tracking going (using regular `svn merge`).
osimons
parents:
654
diff
changeset
|
13 (10 September 2009, from 0.6.x branch) |
9d462b71e852
0.6dev: Resetting Changelog information, and getting merge-tracking going (using regular `svn merge`).
osimons
parents:
654
diff
changeset
|
14 http://svn.edgewall.org/repos/bitten/tags/0.6b1 |
360
5bc81e597352
Fix incompatibility with a change to the versioncontrol layer in Trac 0.10.3
cmlenz
parents:
348
diff
changeset
|
15 |
654
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
16 * Python 2.4 is now required for slave, while master should still work using |
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
17 Python 2.3 (as is also Trac 0.11 minimum). |
393 | 18 * Switch to using HTTP for communication between the build master and build |
19 slaves. This means the `build-master` executable is no longer needed or | |
20 installed, the build simply runs in the scope of the Trac site. | |
21 * Build recipes now need to include instructions for performing the checkout | |
22 from the version control repository. The slave no longer receives a snapshot | |
23 archive of the code, but performs the checkout itself based on the | |
24 instructions in the build recipe. | |
651
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
25 * Many fixes for compatibility with more recent versions of Trac, and Bitten |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
26 now requires Trac 0.11. |
654
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
27 * The administration interface is now properly integrated with the Trac web |
cc1fefd5d814
0.6dev: Moved a constant declaration so that master should still work with Python 2.4. Updated docs with regards to Python requirements + added a changelog message from cmlenz.
osimons
parents:
651
diff
changeset
|
28 administration component. |
651
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
29 * Unicode (non-ascii) support for recipes and command-line input and output. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
30 * Improved authentication support in bitten-slave, including support for the |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
31 popular AccountManager plugin. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
32 * New command-line execute() using Python subprocess module that in particular |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
33 improves the situation for slaves executing commands on Windows. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
34 * Build logs are moved from database and into project log/bitten directory as |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
35 text files. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
36 * Slave-only install now possible by running 'python setup-slave.py install'. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
37 * Fixes related to creating and deleting builds correctly, including database |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
38 upgrade to avoid thread race conditions. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
39 * Some improvements to the Admin user interface for creating/editing |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
40 configurations and platforms. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
41 * Attachment support for configurations and builds, including a new general |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
42 <attach> command to use in recipes. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
43 * <hg:pull> command added. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
44 * Many fixes and improvements for pre-existing commands. |
44a862c1e559
0.6dev: First round of changes to docs in preparation for 0.6 release.
osimons
parents:
408
diff
changeset
|
45 * Improvements for coverage, lint and test summary display. |
393 | 46 |
360
5bc81e597352
Fix incompatibility with a change to the versioncontrol layer in Trac 0.10.3
cmlenz
parents:
348
diff
changeset
|
47 |
348 | 48 Version 0.5.3 |
49 (18 April 2006, from 0.5.x branch) | |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
50 http://svn.edgewall.org/repos/bitten/tags/0.5.3 |
348 | 51 |
52 * Fix double-escaping of report summaries. | |
53 * Fix build master error when build log contains no messages. | |
54 | |
393 | 55 |
334 | 56 Version 0.5.2 |
57 (17 January 2006, from 0.5.x branch) | |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
58 http://svn.edgewall.org/repos/bitten/tags/0.5.2 |
334 | 59 |
60 * Fixes the main navigation tab that was broken in 0.5.1. | |
61 | |
393 | 62 |
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
|
63 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
|
64 (10 January 2006, from 0.5.x branch) |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
65 http://svn.edgewall.org/repos/bitten/tags/0.5.1 |
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
|
66 |
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
|
67 * 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
|
68 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
|
69 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
|
70 * 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
|
71 * 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
|
72 * 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
|
73 |
393 | 74 |
266 | 75 Version 0.5 |
76 (6 October 2005, from 0.5.x branch) | |
408
933105ab516b
Update file headers and other stuff pointing to the old home.
cmlenz
parents:
393
diff
changeset
|
77 http://svn.edgewall.org/repos/bitten/tags/0.5 |
266 | 78 |
79 * BDB XML is no longer being used for report storage. Instead, | |
80 collected metrics data is stored in the Trac database. | |
81 * Snapshot archives created by the master are checked for integrity | |
82 prior to their transmission to the slaves. | |
83 * Improvements to the build status presentation in Trac. | |
84 * Changes to the build recipe format. See the documentation on the web | |
85 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
|
86 * 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
|
87 <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
|
88 the existing commands. |
266 | 89 * Recipe commands and command attributes in recipes can now reference |
90 slave configuration values. | |
91 * The names of the master and slaves scripts have changed: `bittend` | |
92 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
|
93 * The build master can now handle multiple Trac environments. |
266 | 94 * The build slave now by default removes any working directories when |
95 done. | |
96 * Build configurations can now be completely deleted. | |
97 * Build configurations can now have a minimum and maximum revision | |
98 specified. Any revisions outside that range will not be built. | |
99 * The build configuration editor now validates the supplied values. | |
100 * Fix management of target platforms when running under mod_python. | |
101 * Improved performance of the build log formatter that is responsible | |
102 for linking file references in build logs to the repository browser. | |
103 * Add paging to the build configuration view. | |
104 * Fix compatibility with PySQLite2. |