You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/09/03 15:07:58 UTC

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

Author: rhuijben
Date: Thu Sep  3 13:07:57 2015
New Revision: 1701007

URL: http://svn.apache.org/r1701007
Log:
* STATUS: Cast vote. Approve textdelta fix.

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=1701007&r1=1701006&r2=1701007&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Thu Sep  3 13:07:57 2015
@@ -29,20 +29,6 @@ Candidate changes:
      +1: stefan2, breser
      -0: julianfoad (test is missing from branch -- how do we know it works?)
 
- * r1618472, r1618841, r1632635, r1640832
-   Fix a segfault with old style text delta.
-   Justification:
-     Compiling with -O3 in GCC 4.9 produces code that segfaults.  The newer
-     1.9 / trunk code is simpler and compiles just fine.  Also, that code
-     section is no longer performance critical.
-   Notes:
-     The branch code in text_delta is now the same as 1.9 / trunk, except for
-     a stream API usage and an unused function.
-   Branch:
-     ^/subversion/branches/1.8.x-r1618472
-   Votes:
-     +1: stefan2, brane
-
  * r1654932, r1654933, r1654934, r1654937
    Fix issue #4554, "0 file length reported in FSFS".
    Justification:
@@ -138,3 +124,17 @@ Approved changes:
      by PEG_REVISION. May also result in segfaults.
    Votes:
      +1: stefan2, philip, rhuijben
+
+ * r1618472, r1618841, r1632635, r1640832
+   Fix a segfault with old style text delta.
+   Justification:
+     Compiling with -O3 in GCC 4.9 produces code that segfaults.  The newer
+     1.9 / trunk code is simpler and compiles just fine.  Also, that code
+     section is no longer performance critical.
+   Notes:
+     The branch code in text_delta is now the same as 1.9 / trunk, except for
+     a stream API usage and an unused function.
+   Branch:
+     ^/subversion/branches/1.8.x-r1618472
+   Votes:
+     +1: stefan2, brane, rhuijben