comparison ChangeLog @ 879:2c7f9e41c268 0.6.x 0.6b3

0.6b3: Merged changelog [955:956] from trunk and changed version in branch as preparation for tagging 0.6b3.
author osimons
date Thu, 21 Oct 2010 09:54:56 +0000
parents 946711b71ad7
children 11fb824892b6
comparison
equal deleted inserted replaced
876:30134493d3c6 879:2c7f9e41c268
1 Version 0.6 1 Version 0.6b3
2 (???, from 0.6.x branch) 2 (21 October 2010, from 0.6.x branch)
3 http://svn.edgewall.org/repos/bitten/tags/0.6 3 http://svn.edgewall.org/repos/bitten/tags/0.6b3
4 4
5 * ??? 5 * Basic support for Trac 0.12, supporting just a '(default)' repository.
6 * For Trac 0.12+ and DVCS repository connectors, shortened revision
7 numbers will be displayed.
8 * Attachments via `<attach />` command is completely redone to eliminate
9 serious performance issues.
10 * Removed sorting of revisions received from Trac as they are already
11 sorted chronologically. Use `rev_time` if any other sorting is needed.
12 * Moved Report Format from wiki to distributable documentation.
13 * Use Genshi `NewTextTemplate` for uniform notification template syntax.
14 * Fixed issue in use of drop index during database upgrade on MySQL.
15 * Added upgrade script to fix sequences on PostgreSQL tables.
16 * Fixed missing field in group by clause that caused lint report submission
17 to fail.
18 * Coverage context menu links correctly, and Coverage from browsing will
19 locate the most recent annotation between currently browsed revision and
20 previous change for file.
21 * Set 'Content-Length' header on master-slave communication.
22 * Fix for an issue where a renamed/deleted config would crash timeline if a
23 build with this config was in range.
24 * Shell output encoding improvements.
25 * Redirect after login will now redirect to same /builds url.
26 * Improved command-line calls on Windows, using shell for built-in commands
27 and scripts (like `java:ant`).
28 * Improvements to the `hg:pull` command.
29 * Support linking to individual steps on builds.
30 * Safer parsing of `java:junit` xml in case an optional attribute is missing.
31 * Delete attachments properly in some corner cases where incomplete builds are
32 cancelled or invalidated.
33 * Improved error messages for failed Python recipe commands specified via
34 a module or function.
35 * Added timeout limiting for shell and python recipe commands.
36 * `onerror` attribute can now be specified on `<build>` elements as well
37 as `<step>` elements.
38 * Charts now only show if there's applicable reports, and restrict themselves
39 to the versions of the active configuration.
40 * Times shown in the ui are now consistently times from the master, and not
41 inter-mixed times between the server and slaves, which caused skew issues.
42 * Steps are now shown while in-progress, and builds are considered aborted
43 based on the time since the last interaction with the serve, not since
44 starting. Slaves now send keepalive messages to the server to avoid timing
45 out during long build steps.
46 * Fix reference to database field in pylint report generation to solve issue
47 running query on PostGreSQL.
48 * Report charting re-implemented using Flot.
49 * Svn commands gained username, password and no_auth_cache options. Verbose
50 flag now behaves less cryptically.
51 * No longer create 'snapshots' directory in environments of new
52 projects (`initenv`).
53 * Added page on upgrades to distributed documentation.
54 * New utility script for removing duplicate builds encountered when upgrading.
55 * Add 'Platform' to Build web display and notifications.
56 * Other minor fixes.
6 57
7 58
8 Version 0.6b2 59 Version 0.6b2
9 (12 September, from 0.6.x branch) 60 (12 September 2010, from 0.6.x branch)
10 http://svn.edgewall.org/repos/bitten/tags/0.6b2 61 http://svn.edgewall.org/repos/bitten/tags/0.6b2
11 62
12 * Slave-only install changed to `./setup.py --without-master install` (or any 63 * Slave-only install changed to `./setup.py --without-master install` (or any
13 other valid distribution command). 64 other valid distribution command).
14 * Tools namespace changed to `http://bitten.edgewall.org/tools/`. Both new and 65 * Tools namespace changed to `http://bitten.edgewall.org/tools/`. Both new and
Copyright (C) 2012-2017 Edgewall Software