From ca1f9807a632dc86bf56d2b34b7df8dbafd9eac7 Mon Sep 17 00:00:00 2001 From: chipx86 Date: Sun, 29 Mar 2009 07:57:50 +0000 Subject: Release rbtools 0.2 beta 1. git-svn-id: https://reviewboard.googlecode.com/svn/trunk/rbtools@1879 5efc13c4-1f27-0410-8691-ff2d1f55687e --- AUTHORS | 5 +++++ MANIFEST.in | 3 ++- NEWS | 32 ++++++++++++++++++++++++++++++++ setup.py | 2 +- 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index f68edfa..f7fca71 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,4 +6,9 @@ Lead Developers: Contributors: + * Eric Huss + * Lepton Wu + * Luke Lu + * Paul Scott * Raghu Kaippully + * Stacey Sheldon diff --git a/MANIFEST.in b/MANIFEST.in index 8a9507f..d849989 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ +recursive-include contrib *.py *.txt README* +include ez_setup.py include AUTHORS include NEWS include README -recursive-include contrib * diff --git a/NEWS b/NEWS index e69de29..17ac416 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,32 @@ +version 0.2 beta 1 (28-March-2009): + * Bugs Fixed in post-review: + * The help output for --rpeository-url and the error output used for + when --parent isn't supported was referencing the wrong names + for some parameters. + + * Patches generated against a git tree were broken when running + post-review inside a subdirectory of the root of the tree. + Patch by Luke Lu. (Bug #928) + + * Fixed a parsing error when using diffs generated by Git. + Patch by Stacey Sheldon. + + * Removed a duplicate CVSClient class, which added to the file's + size and possibly caused some errors. Patch by Lepton Wu. + + * Fixed a deprecation warning when using post-review on Python 2.6. + Patch by Eric Huss. + + * Fixed parsing Perforce changesets that include binary files. + Patch by Raghu Kaippully. (Bug #585) + + + * New Features in post-review: + * Added new --guess-summary and --guess-description parameters for + Git repositories that provide defaults for both the summary and + description based on the commit messages on the branch. + Patch by Luke Lu. (Bug #927) + + * post-review can now look up the Review Board server URL from + Perforce counters. See the documentation inside post-review or on + the website for examples on how to set this up. diff --git a/setup.py b/setup.py index 633b485..07ec852 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ from setuptools.command.test import test VERSION = "0.2beta1" -IS_RELEASE = False +IS_RELEASE = True if IS_RELEASE: -- cgit v1.2.3