v0.0.8 - 2013/08/24:    Expanded vv-tracking interface to initialize repos and delete builds.
                        Now always pushing when builds are created.

v0.0.7 - 2013/08/01:    Added '--no-config' argument to vv-poller/builder to ignore local config.
                        Implemented WorkingCopy.copy() method.
                        Now always pushing new build requests and updated build statuses.        

v0.0.6 - 2013/07/23:    Repository.get_builds() now returns builds descending by start time.

v0.0.5 - 2013/07/23:    Preserving case in setup.cfg options.
                        [vv-tracking] 'virtualenv' is a now a boolean (env name: vv-builder-env)
                        Now limiting Repository.get_builds() to 50 parsed build requests.

v0.0.4 - 2013/07/20:    Removed pull/push logging on daemons.

v0.0.3 - 2013/07/20:    Daemons now only show logging output on activity.
                        Added better repo synchronization in the poller and builder.

v0.0.2 - 2013/07/19:    Added a [vv-tracking] setting to build in a virtualenv: virtualenv=<name>
                        Added a [vv-poller] setting to allow rebuilds: <A>_rebuild = True
                        Removed the non-ETA states (UP, BP, TP, CP) from the sample build configuration.
                        Limiting the rate of automatic push/pull to every 30 seconds.

v0.0.1 - 2013/07/16:    Initial release of python-veracity.

