* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * THIS RELEASE STREAM IS OPEN TO BUG FIXES. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This file tracks the status of releases in the 1.9.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.9.3: Candidate changes: ================== * 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, rhuijben (he says it works, but I haven't reviewed or tested) +0: danielsh (not tested; would be nice to have a $ anchor in the pattern) * r1704292, r1704573 Make svn diff --git produce proper forward binary diffs Justification: Applying accidental reverse diffs might work for git, but isn't going to work for our 1.10 'svn patch' implementation. Votes: +1: rhuijben * r1703470, r1703475, r1703476, r1703477, r1703544 Updated INSTALL documentation. Justification: Corrects outdated and partially incorrect statements Votes: +1: luke1410 * r1710167 Set journal-mode in exclusive-locking mode to improve NFS performance. Justification: Reduces performance regression compared to 1.8. Votes: +1: philip, stefan2 * r1668625 Fix 'svn diff --summarize --ignore-properties'. Justification: --ignore-properties option should not be ignored in summarize diff mode. Votes: +1: stsp * r1717876, r1717877 Fix svn_fs_contents_different on FSFS producing false negatives. Justification: Under rare circumstances, see issue #4554, the API may not recognize two file contents as being different. This may result in incomplete reports and dump files. Notes: r1717877 provides a test case that verifies everything still works even with the EXPANDED_SIZE check removed. Branch: ^/subversion/branches/1.9.x-fsfs-rep-comparison Votes: +1: stefan2 * r1705038 Fix issue 4607, patch with missing newline removes newline when applied. Justification: Silently makes unexpected changes. Votes: +1: philip +0: rhuijben (while I agree that this patch fixes a problem, I don't think this is the right backport. This patch changes the behavior of a public api (with no known users except libsvn_client) in a specific way for this issue. On trunk this behavior change was reverted when a better fix was implemented) * r1717874, 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. Votes: +1: rhuijben Veto-blocked changes: ===================== Approved changes: =================