# HG changeset patch # User hodgestar # Date 1299842032 0 # Node ID e870bb3b1014b58f05bdf9f44841df4373495a6f # Parent ba551c60cf060d340b79d39f100ba383590e9352 0.6dev: Merged [978] from trunk. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,17 @@ * ??? +Version 0.6 +(11 March 2011, from 0.6.x branch) +http://svn.edgewall.org/repos/bitten/tags/0.6 + + * Compatibility fix for Python 2.6 HTTPBasicAuthHandler issues. + * When checking to delete pending build, handle case where config may not + exist. + * Set 'Content-Length' header on keep-alive requests. + * Make sure slave reads attachments as binary files. + * Fixed handling of configurations that point to deleted branches. + * Fix hg:pull command for Trac 0.12. Version 0.6b3 (21 October 2010, from 0.6.x branch)