changeset 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 30134493d3c6
children 11fb824892b6
files ChangeLog setup.cfg setup.py
diffstat 3 files changed, 57 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,63 @@
-Version 0.6
-(???, from 0.6.x branch)
-http://svn.edgewall.org/repos/bitten/tags/0.6
+Version 0.6b3
+(21 October 2010, from 0.6.x branch)
+http://svn.edgewall.org/repos/bitten/tags/0.6b3
 
- * ???
+ * Basic support for Trac 0.12, supporting just a '(default)' repository.
+ * For Trac 0.12+ and DVCS repository connectors, shortened revision
+   numbers will be displayed.
+ * Attachments via `<attach />` command is completely redone to eliminate
+   serious performance issues.
+ * Removed sorting of revisions received from Trac as they are already
+   sorted chronologically. Use `rev_time` if any other sorting is needed.
+ * Moved Report Format from wiki to distributable documentation.
+ * Use Genshi `NewTextTemplate` for uniform notification template syntax.
+ * Fixed issue in use of drop index during database upgrade on MySQL.
+ * Added upgrade script to fix sequences on PostgreSQL tables.
+ * Fixed missing field in group by clause that caused lint report submission
+   to fail.
+ * Coverage context menu links correctly, and Coverage from browsing will
+   locate the most recent annotation between currently browsed revision and
+   previous change for file.
+ * Set 'Content-Length' header on master-slave communication.
+ * Fix for an issue where a renamed/deleted config would crash timeline if a
+   build with this config was in range.
+ * Shell output encoding improvements.
+ * Redirect after login will now redirect to same /builds url.
+ * Improved command-line calls on Windows, using shell for built-in commands
+   and scripts (like `java:ant`).
+ * Improvements to the `hg:pull` command.
+ * Support linking to individual steps on builds.
+ * Safer parsing of `java:junit` xml in case an optional attribute is missing.
+ * Delete attachments properly in some corner cases where incomplete builds are
+   cancelled or invalidated.
+ * Improved error messages for failed Python recipe commands specified via
+   a module or function.
+ * Added timeout limiting for shell and python recipe commands.
+ * `onerror` attribute can now be specified on `<build>` elements as well
+   as `<step>` elements.
+ * Charts now only show if there's applicable reports, and restrict themselves
+   to the versions of the active configuration.
+ * Times shown in the ui are now consistently times from the master, and not
+   inter-mixed times between the server and slaves, which caused skew issues.
+ * Steps are now shown while in-progress, and builds are considered aborted
+   based on the time since the last interaction with the serve, not since
+   starting. Slaves now send keepalive messages to the server to avoid timing
+   out during long build steps.
+ * Fix reference to database field in pylint report generation to solve issue
+   running query on PostGreSQL.
+ * Report charting re-implemented using Flot.
+ * Svn commands gained username, password and no_auth_cache options. Verbose
+   flag now behaves less cryptically.
+ * No longer create 'snapshots' directory in environments of new
+   projects (`initenv`).
+ * Added page on upgrades to distributed documentation.
+ * New utility script for removing duplicate builds encountered when upgrading.
+ * Add 'Platform' to Build web display and notifications.
+ * Other minor fixes.
 
 
 Version 0.6b2
-(12 September, from 0.6.x branch)
+(12 September 2010, from 0.6.x branch)
 http://svn.edgewall.org/repos/bitten/tags/0.6b2
 
  * Slave-only install changed to `./setup.py --without-master install` (or any
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,3 @@
-[egg_info]
-tag_build = dev
-tag_svn_revision = true
-
 [unittest]
 xml_output = build/test-results.xml
 coverage_summary = build/test-coverage.txt
--- a/setup.py
+++ b/setup.py
@@ -109,7 +109,7 @@
 
 setup(
     name = 'BittenSlave',
-    version =  '0.6',
+    version =  '0.6b3',
     author = 'Edgewall Software',
     author_email = 'info@edgewall.org',
     license = 'BSD',
Copyright (C) 2012-2017 Edgewall Software