Author: jerenkrantz
Date: Sat Oct  1 18:04:25 2011
New Revision: 1178057

URL: http://svn.apache.org/viewvc?rev=1178057&view=rev
Log:
* STATUS: Vote on some proposed backports for 1.7.x.

Modified:
    subversion/branches/1.7.x/STATUS

Modified: subversion/branches/1.7.x/STATUS
URL: 
http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1178057&r1=1178056&r2=1178057&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Sat Oct  1 18:04:25 2011
@@ -42,23 +42,6 @@ Candidate changes:
      -0: stsp (we can backport these when we need to)
      -0: gstein
 
- * r1154278, r1154379, r1154382
-   Make 'svn ls' capable of listing Subversion 1.0-1.3 repositories using
-   ra_serf.
-   Justification:
-     We promised not to break backwards compatibility and it is not nice
-     that serf doesn't want to list the neon repository.
-     (Check svn ls http://svn.webdav.org/repos/projects/neon/)
-   Notes:
-     r1154278 is a quick hack to detect old servers and to at least return
-              some information.
-     r1154379 is the real fix: fallback to a more compatible request.
-     r1154382 makes sure the right result is used directly after falling
-              back from svn_ra_serf__get_dir.
-              (Most likely the problem is detected earlier than this function)
-   Votes:
-     +1: rhuijben, cmpilato
-
  * r1163243, r1163383
    Fix issue #3791 'svn mergeinfo shows natural history of added subtrees
    as eligible'.
@@ -102,21 +85,21 @@ Candidate changes:
  * r1174761
    Better error message when configuring --without-zlib.
    Votes:
-     +1: danielsh
+     +1: danielsh, jerenkrantz
 
  * r1174798
    DTRT when --with-zlib is passed without an argument.
    Justification:
      This DTRTing is normal for other --with-* options.
    Votes:
-     +1: danielsh
+     +1: danielsh, jerenkrantz
 
  * r1174806
    Fix LDFLAGS when --with-zlib is passed with an argument.
    Justification:
      Might save a poor soul from lots of debugging some day.
    Votes:
-     +1: danielsh
+     +1: danielsh, jerenkrantz
 
  * r1177492
    Constness fix.
@@ -178,3 +161,21 @@ Approved changes:
      Using garbage-collected objects is bad.
    Votes:
      +1: hwright, philip
+
+ * r1154278, r1154379, r1154382
+   Make 'svn ls' capable of listing Subversion 1.0-1.3 repositories using
+   ra_serf.
+   Justification:
+     We promised not to break backwards compatibility and it is not nice
+     that serf doesn't want to list the neon repository.
+     (Check svn ls http://svn.webdav.org/repos/projects/neon/)
+   Notes:
+     r1154278 is a quick hack to detect old servers and to at least return
+              some information.
+     r1154379 is the real fix: fallback to a more compatible request.
+     r1154382 makes sure the right result is used directly after falling
+              back from svn_ra_serf__get_dir.
+              (Most likely the problem is detected earlier than this function)
+   Votes:
+     +1: rhuijben, cmpilato, jerenkrantz
+


Reply via email to