You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lg...@apache.org on 2010/06/07 23:02:24 UTC

svn commit: r952434 - /subversion/branches/1.6.x/STATUS

Author: lgo
Date: Mon Jun  7 21:02:23 2010
New Revision: 952434

URL: http://svn.apache.org/viewvc?rev=952434&view=rev
Log:
* STATUS: Tested the r876032 group on Win7. Looks good. 
   Change my +0 to +1, approving.


Modified:
    subversion/branches/1.6.x/STATUS

Modified: subversion/branches/1.6.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=952434&r1=952433&r2=952434&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Mon Jun  7 21:02:23 2010
@@ -15,27 +15,6 @@ Status of 1.6.12:
 
 Candidate changes:
 
- * r876032, r876104, r878447, r878910, r878911, r878916
-   Several fixes to the Win32 exception handler. This change also makes it
-   available on Windows Vista and 7 where it was previously blocked by a
-   version check.
-   Justification:
-     This exception handler is a valuable debugging tool for users who don't
-     have development tools installed. (Most users on Windows).
-   Notes:
-     Most of these revisions cancel out each other. The real changes are in
-     r878447 (removing version check) and r878910,r878916 (fixing formatting
-     specifier). It's probably easier to review the combined patch than the
-     individual revisions.
-   Branch:
-     ^/subversion/branches/1.6.x-r38836.
-   Votes:
-     +1: rhuijben, steveking
-     +0: pburba - I don't have a Vista or Win7 box to try this out on, but it
-         works fine on my XP box.
-     +0: lgo - code reviewed and looks good, but I don't have access to a
-         Windows machine.
-
  * r879766
    Fix issue #3498: Subversion password stores freeze Eclipse
    Justification:
@@ -311,3 +290,22 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r876032, r876104, r878447, r878910, r878911, r878916
+   Several fixes to the Win32 exception handler. This change also makes it
+   available on Windows Vista and 7 where it was previously blocked by a
+   version check.
+   Justification:
+     This exception handler is a valuable debugging tool for users who don't
+     have development tools installed. (Most users on Windows).
+   Notes:
+     Most of these revisions cancel out each other. The real changes are in
+     r878447 (removing version check) and r878910,r878916 (fixing formatting
+     specifier). It's probably easier to review the combined patch than the
+     individual revisions.
+   Branch:
+     ^/subversion/branches/1.6.x-r38836.
+   Votes:
+     +1: rhuijben, steveking, lgo
+     +0: pburba - I don't have a Vista or Win7 box to try this out on, but it
+         works fine on my XP box.