* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * THIS RELEASE STREAM IS OPEN TO BUG FIXES. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file tracks the status of releases in the 1.8.x line. See http://subversion.apache.org/docs/community-guide/releasing.html#release-stabilization for details on how release lines and voting work, what kinds of bugs can delay a release, etc. Status of 1.8.16: Candidate changes: ================== * r1536854 Make 'svnadmin verify' detect inconsistencies that will prevent loading dump files. Justification: Some users rely on dump files as a means of repository backup. Without this patch, there is no way except of 'svnadmin load' to know that these dump files will load at all. With this patch, a successful verify run should guarantee loadable dump files. Branch: ^/subversion/branches/1.8.x-r1536854 Votes: +1: stefan2, breser -0: julianfoad (test is missing from branch -- how do we know it works?) * r1701488 Issue #4592 "fix contrib check-mime-type.pl for changes to 'svnlook proplist' output", http://subversion.tigris.org/issues/show_bug.cgi?id=4592 Justification: Make this contributed script work again, after 1.7.8 broke it. Notes: Brett Randall put effort into contributing this fix: see the dev@ email thread "[patch][reboot-topic] fix check-mime-type.pl for changes to 'svnlook proplist' output" started by him on 2015-08-07, archived at e.g. or . Votes: +0: julianfoad (he says it works, but I haven't reviewed or tested) * r1702299, r1702300, r1702397, r1702407, r1702565 Handle merging to local add as error instead of segfault. Justification: Segfault. User reported. Notes: r1702299 adds a testcase. r1702397 fixes the problem with automatic merge and updates the test. r1702565 fixes a quite similar segfault with --reintegrate merge. The other revisions are minor cleanup. Branch: ^/subversion/branches/1.8.x-r1702299 Votes: +1: rhuijben, julianfoad * r1706783 Really pass patch result to svn_client_patch() filter Justification: Without this fix the filter can't determine the result of a patch. Votes: +1: rhuijben * r1711346 Properly remove tempfiles in svnlook on diff errors such as EPIPE. Justification: Simple fix makes it far less likely that tempfiles are left behind on the server. Votes: +1: rhuijben * r1717875, r1717878 Make inherited property api consistent over all ra layers Justification: Our ra implementations should follow the documentation... and should be as consistent as possible between each other. Only because the caller uses svn_path_url_add_component2() this wasn't noticed by our code. Notes: A test for this issue was added in r1717874, but requires plumbing that isn't available on 1.8.x Votes: +1: rhuijben * r1663500 Fix issue #4557, "ra_serf fails to delete directory containing many files" Justification: Regression introduced in 1.8.10. Notes: The associated test is still failing because it was extended to check COPY as well as DELETE. Issue #4557 is just about DELETE requests. Branch: ^/subversion/branches/1.8.x-issue4557 Votes: +1: stsp * r1722860, r1722879, r1722887 Memory access portability issues. Justification: Not complying to the C standard is bad. At the very least we improve the signal/noise ratio when using memory sanitizers. Part of this patch set (r1722879) fixes a crash on SPARC that apparently gets masked by some lucky caller pattern. Finally, these changes make the code actually simpler. Notes: r1722860 fixes the issue originally reported on dev@. r1722879 fixes a follow-up issue found by the SPARC buildbot. r1722887 removes similar logic from the membuffer cache although that had not been reported a faulty. Branch: ^/subversion/branches/1.8.x-portability Votes: +1: stefan2 * r1724448 Fix handling of newly secured subdirectories in a working copy Justification: Regression against <= 1.6.x. Without this patch a directory that (still) exists locally but to which a user has no access is handled as a local obstruction on the next update that brings a change to this tree and the local working copy state is broken. This patch handles the incomming change as a delete, properly marking a tree conflict if necessary, allowing a user to make a copy of local changes. (Committing a copy would be hard though... as the user most likely doesn't have the rights to copy from what is now hidden). Branch: ^/subversion/branches/1.8.x-r1724448 Votes: +1: rhuijben * r1728387 Fix issue 4611, gpg-agent and passwords with a percent character. Justification: Some passwords don't work. Votes: +1: philip Veto-blocked changes: ===================== Approved changes: =================