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

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

Author: cmpilato
Date: Tue Nov 16 18:38:22 2010
New Revision: 1035735

URL: http://svn.apache.org/viewvc?rev=1035735&view=rev
Log:
Propose r984565 for backport.

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=1035735&r1=1035734&r2=1035735&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Tue Nov 16 18:38:22 2010
@@ -96,6 +96,16 @@ 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
+
  * r1024269
    Fix issue #3733, which tracks an API knowledge violation in the repos
    dumpstream loading code.