You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by pb...@apache.org on 2010/11/16 21:39:46 UTC

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

Author: pburba
Date: Tue Nov 16 20:39:45 2010
New Revision: 1035793

URL: http://svn.apache.org/viewvc?rev=1035793&view=rev
Log:
* STATUS: Vote and approve r984565 and r1024269.


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=1035793&r1=1035792&r2=1035793&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Tue Nov 16 20:39:45 2010
@@ -96,28 +96,6 @@ Candidate changes:
    Votes:
      +1: kameshj
 
- * r984565
-   Tweak some function parameter names so the SWIG bindings can
-   distinguish between similar-but-different hash contents.
-   Justification:
-     Without this fix, the SWIG bindings (Python, at least, but perhaps
-     others also) try to convert the contents of a hash to the wrong
-     type.
-   Votes:
-     +1: cmpilato, stsp
-
- * r1024269
-   Fix issue #3733, which tracks an API knowledge violation in the repos
-   dumpstream loading code.
-   Justification:
-     Because our "generic" dumpstream logic is casting a caller-supplied
-     baton into a specific type and accessing that baton's innards, any
-     amount of badness is likely to ensue.
-   Branch:
-     ^/subversion/branches/1.6.x-r1024269
-   Votes:
-     +1: cmpilato, stsp
-
  * r1033921
    Don't report 1.6.x working copy as switched from trunk in svn-revision.txt.
    Justification:
@@ -221,3 +199,25 @@ Veto-blocked changes:
 
 Approved changes:
 =================
+
+ * r984565
+   Tweak some function parameter names so the SWIG bindings can
+   distinguish between similar-but-different hash contents.
+   Justification:
+     Without this fix, the SWIG bindings (Python, at least, but perhaps
+     others also) try to convert the contents of a hash to the wrong
+     type.
+   Votes:
+     +1: cmpilato, stsp, pburba
+
+ * r1024269
+   Fix issue #3733, which tracks an API knowledge violation in the repos
+   dumpstream loading code.
+   Justification:
+     Because our "generic" dumpstream logic is casting a caller-supplied
+     baton into a specific type and accessing that baton's innards, any
+     amount of badness is likely to ensue.
+   Branch:
+     ^/subversion/branches/1.6.x-r1024269
+   Votes:
+     +1: cmpilato, stsp, pburba