[RBTools] New upstream release 0.4.2

Stephen Gallagher sgallagh at fedoraproject.org
Fri Nov 16 20:42:54 UTC 2012


commit 9c6eb6f709b62eb37fb7772e73e5a5f7ee8d8d74
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Fri Nov 16 15:41:14 2012 -0500

    New upstream release 0.4.2
    
    - http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.4.2/
    - New Features:
    -  * The .post-review-cookies.txt file is now made readable only by the calling
         user, improving security
    -  * Improved debug output
    -  * Updated our Plastic support for Plastic 4.0. This is no longer
         compatible with previous versions
    -  * A revision to diff against can now be specified when using hgsubversion
    - Bug Fixes:
    -  * General:
    -    * Using UTF-8 in the summary or description no longer breaks
    -    * The GNU diff error no longer mentions Subversion specifically
    -    * Posting a diff to a submitted review request now displays an error
           instead of reopening the review request
    -  * Clearcase:
    -    * Fixed base path generation for Clear Case
    -  * Git:
    -    * Fix issues when running post-review within a git submodule with recent
           Git revisions
    -    * Git diffs no longer include diffs from submodules, preventing useless
           diffs from being created
    -    * post-review no longer breaks when run from a detached Git HEAD
    -  * Mercurial:
    -    * Fixed bailing on harmless warnings when running hg commands
    -    * Fixed path calculation for hgsubversion when the path contains a
           username
    -  * Subversion:
    -    * Scanning for the right repository is much faster now when there are lots
           of Subversion repositories on the server
    -    * Fix handling of revisions with deleted files for Subversion
    -    * Handle modifications inside moved/copied directories for Subversion

 .gitignore   |    1 +
 RBTools.spec |   38 ++++++++++++++++++++++++++++++++++++--
 sources      |    2 +-
 3 files changed, 38 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aac500f..c9cbc78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ RBTools-0.2.tar.gz
 /RBTools-0.3.4.tar.gz
 /RBTools-0.4.tar.gz
 /RBTools-0.4.1.tar.gz
+/RBTools-0.4.2.tar.gz
diff --git a/RBTools.spec b/RBTools.spec
index aae7d2a..dc30bf7 100644
--- a/RBTools.spec
+++ b/RBTools.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           RBTools
-Version:        0.4.1
-Release:        2%{?dist}
+Version:        0.4.2
+Release:        1%{?dist}
 Summary:        Tools for use with ReviewBoard
 
 Group:          Applications/Internet
@@ -60,6 +60,40 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/RBTools*.egg-info/
 
 %changelog
+* Fri Nov 16 2012 - Stephen Gallagher <sgallagh at redhat.com> - 0.4.2-1
+- New upstream release 0.4.2
+- http://www.reviewboard.org/docs/releasenotes/dev/rbtools/0.4.2/
+- New Features:
+-  * The .post-review-cookies.txt file is now made readable only by the calling
+     user, improving security
+-  * Improved debug output
+-  * Updated our Plastic support for Plastic 4.0. This is no longer
+     compatible with previous versions
+-  * A revision to diff against can now be specified when using hgsubversion
+- Bug Fixes:
+-  * General:
+-    * Using UTF-8 in the summary or description no longer breaks
+-    * The GNU diff error no longer mentions Subversion specifically
+-    * Posting a diff to a submitted review request now displays an error
+       instead of reopening the review request
+-  * Clearcase:
+-    * Fixed base path generation for Clear Case
+-  * Git:
+-    * Fix issues when running post-review within a git submodule with recent
+       Git revisions
+-    * Git diffs no longer include diffs from submodules, preventing useless
+       diffs from being created
+-    * post-review no longer breaks when run from a detached Git HEAD
+-  * Mercurial:
+-    * Fixed bailing on harmless warnings when running hg commands
+-    * Fixed path calculation for hgsubversion when the path contains a
+       username
+-  * Subversion:
+-    * Scanning for the right repository is much faster now when there are lots
+       of Subversion repositories on the server
+-    * Fix handling of revisions with deleted files for Subversion
+-    * Handle modifications inside moved/copied directories for Subversion
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 895218a..dc50de5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e8c446ea0073b5f53ecedbdf6632c19  RBTools-0.4.1.tar.gz
+b736c24eeeefaf859a64f6e73f00e930  RBTools-0.4.2.tar.gz


More information about the scm-commits mailing list