Author: stsp
Date: Tue May 14 15:17:03 2013
New Revision: 1482379
URL: http://svn.apache.org/r1482379
Log:
* STATUS: Approve r1482282.
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=1482379&r1=1482378&r2=1482379&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Tue May 14 15:17:03 2013
@@ -109,17 +109,6 @@ Candidate changes:
see dev thread: it's a false alarm, wrong value)
-0: rhuijben (merge conflict in configure.ac in r1481848)
- * r1482282
- Don't use unitialized variable to produce an error code.
- Justification:
- Silence compiler warning. Getting in this error path is as far as I can
- tell impossible on Windows 2000 and later, but might be possible on Wine.
- (Getting into this error path requires an on-disk path of the running
- application that can't be expressed in unicode, which is very hard if the
- path itself is stored in Unicode)
- Votes:
- +1: rhuijben, breser
-
* r1482327, r1482338
Resolve segfault on upgrading from pre 1.7 working copies, where there
are local property changes or conflicts or changelist, but no tree conflict.
@@ -154,3 +143,14 @@ Approved changes:
pool as last argument, as we have with almost every other function.
Votes:
+1: rhuijben (only for 1.8.0), danielsh, ivan (only for 1.8.0)
+
+ * r1482282
+ Don't use unitialized variable to produce an error code.
+ Justification:
+ Silence compiler warning. Getting in this error path is as far as I can
+ tell impossible on Windows 2000 and later, but might be possible on Wine.
+ (Getting into this error path requires an on-disk path of the running
+ application that can't be expressed in unicode, which is very hard if the
+ path itself is stored in Unicode)
+ Votes:
+ +1: rhuijben, breser, stsp