You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/07/16 23:31:11 UTC

svn commit: r1503897 - /subversion/branches/1.8.x/STATUS

Author: breser
Date: Tue Jul 16 21:31:11 2013
New Revision: 1503897

URL: http://svn.apache.org/r1503897
Log:
* STATUS: Remove changes merged in r1503895 and r1503896.

Modified:
    subversion/branches/1.8.x/STATUS

Modified: subversion/branches/1.8.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1503897&r1=1503896&r2=1503897&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue Jul 16 21:31:11 2013
@@ -177,29 +177,3 @@ Veto-blocked changes:
 Approved changes:
 =================
 
- * r1502401, r1502674
-   Implement the tristate version of http-chunked-request.
-   Branch: ^/subversion/branches/1.8.x-tristate-chunked-request
-   Justification:
-     Better behavior over the boolean (see the mailing list for details)
-   Notes:
-     Revisions are actually from ^/subversion/branches/tristate-chunked-request
-   Votes:
-     +1: breser, danielsh, ivan, philip, rhuijben
-     -0: gstein
-
- * r1503010
-   svn_utf_*: Improve error handling.
-   Justification:
-     The error chain discards information: says "apr_xlate_open" failed but
-     doesn't describe how it failed.  (ENOTIMPL for example is actionable upon
-     by rebuilding APR.)  User complained.
-   Note:
-     This patch is also part of the r1503058 group.
-     .
-     The current code will not enter the error path in the ENOTIMPL case; that
-     is being discussed on dev@ still.  The "Justification" field uses that
-     error code is used as an example only.
-   Votes:
-     +1: danielsh, rhuijben, stefan2
-