Author: rhuijben
Date: Wed Jan 25 20:34:24 2012
New Revision: 1235921
URL: http://svn.apache.org/viewvc?rev=1235921&view=rev
Log:
* STATUS: Move some groups to the approved section
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=1235921&r1=1235920&r2=1235921&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Wed Jan 25 20:34:24 2012
@@ -47,34 +47,6 @@ Candidate changes:
Votes:
+1: rhuijben, stsp
- * r1150344, r1158923, r1158929, r1166267, r1206576, r1206718, r1206719,
- r1206724, r1206741, r1207656, r1207663, r1207823
- Fix issues #3814, and #3991, and other EOL-handling problems in patch.
- Justification:
- svn patch is broken for file content and property values not terminated
- with EOL, and for patches not terminated with EOL.
- Fixes requested on users@:
- http://svn.haxx.se/users/archive-2011-11/0513.shtml
- http://svn.haxx.se/users/archive-2011-11/0523.shtml
- Notes:
- r1150344: Merged to avoid conflicts in diff parsing test.
- r1158923: Adds a cmdline regression test for issue #3991.
- r1158929: Adds a new C diff parsing regression test for issue #3991.
- r1166267: Merged to prevent conflicts in diff_tests.py.
- r1206576: Tweak 'svn diff' output for prop values not terminated with EOL.
- r1206718: Fix issue #3814.
- r1206719: Follow-up fix for JavaHL tests.
- r1206724: Fix issue #3991.
- r1206741: Fixes the #3991 C diff parsing test to make it PASS.
- r1206748: Remove an obsolete comment.
- r1207656: Fix a pointer dereference bug from r1206718.
- r1207663: Fix handling of '\ No newline ...' comments within hunk text.
- r1207823: Fixes spurious test failures.
- Branch:
- ^/subversion/branches/1.7.x-svn-patch-eol-fixes
- Votes:
- +1: stsp, philip, steveking
-
* r1220783
Fix mis-ordered text output of 'svn log --diff' on Windows.
Justification:
@@ -137,13 +109,6 @@ Candidate changes:
Votes:
+1: rhuijben, steveking
- * r1229303
- Fix an 'svn revert' assert caused by accessing the wrong memory.
- Justification:
- Client can assert or SEGV.
- Votes:
- +1: philip, rhuijben, steveking
-
* r1230212
Fix for large files on 32-bit systems
Justification:
@@ -210,6 +175,41 @@ Veto-blocked changes:
Approved changes:
=================
+ * r1150344, r1158923, r1158929, r1166267, r1206576, r1206718, r1206719,
+ r1206724, r1206741, r1207656, r1207663, r1207823
+ Fix issues #3814, and #3991, and other EOL-handling problems in patch.
+ Justification:
+ svn patch is broken for file content and property values not terminated
+ with EOL, and for patches not terminated with EOL.
+ Fixes requested on users@:
+ http://svn.haxx.se/users/archive-2011-11/0513.shtml
+ http://svn.haxx.se/users/archive-2011-11/0523.shtml
+ Notes:
+ r1150344: Merged to avoid conflicts in diff parsing test.
+ r1158923: Adds a cmdline regression test for issue #3991.
+ r1158929: Adds a new C diff parsing regression test for issue #3991.
+ r1166267: Merged to prevent conflicts in diff_tests.py.
+ r1206576: Tweak 'svn diff' output for prop values not terminated with EOL.
+ r1206718: Fix issue #3814.
+ r1206719: Follow-up fix for JavaHL tests.
+ r1206724: Fix issue #3991.
+ r1206741: Fixes the #3991 C diff parsing test to make it PASS.
+ r1206748: Remove an obsolete comment.
+ r1207656: Fix a pointer dereference bug from r1206718.
+ r1207663: Fix handling of '\ No newline ...' comments within hunk text.
+ r1207823: Fixes spurious test failures.
+ Branch:
+ ^/subversion/branches/1.7.x-svn-patch-eol-fixes
+ Votes:
+ +1: stsp, philip, steveking
+
+ * r1229303
+ Fix an 'svn revert' assert caused by accessing the wrong memory.
+ Justification:
+ Client can assert or SEGV.
+ Votes:
+ +1: philip, rhuijben, steveking
+
* r1235264, r1235296, r1235302, r1235736
Fix a swig-py memory leak.
Justification: