| * * * * * * * * * * * * * * * * * * * * * * * * * * * * * |
| * * |
| * 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.6: |
| |
| Candidate changes: |
| ================== |
| |
| * 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) |
| |
| * r1776742, r1776783, r1776788 |
| Issue #4667: Reduce memory usage during merge, by tighter pool usage. |
| Justification: |
| With large amounts of mergeinfo, memory usage can be prohibitively high. |
| This makes a very significant reduction in certain cases. |
| Notes: |
| The revisions nominated here are incremental improvements, and can be |
| merged either by themselves or along with other revisions that may be |
| nominated later. The issue #4667 need not be "closed" for this to be |
| a useful backport. |
| Votes: |
| +1: julianfoad, stefan2 |
| |
| * r1783704 |
| Add support to build with 'zlibstat.lib' in install-layout on Windows. |
| Justification: |
| Simplifies build process on Windows. |
| Votes: |
| +1: luke1410, rhuijben |
| |
| * r1785737, r1785738, r1785734, r1786447, r1785754, r1786445, r1786446, r1786515 |
| Make FSFS consistency no longer depend on hash algorithms. |
| Justification: |
| This eliminates any existing or future FSFS vulnerability due to |
| attacks on MD5 or SHA1. |
| Branch: |
| ^/subversion/branches/1.9.x-strict-rep-sharing |
| Notes: |
| Depends on r1759116 for correctness with older APR. |
| While the backport code is very close to the /trunk changes, it is |
| easier to review them as r1786580, r1786581 and r1786619 on the branch. |
| Will create a text conflict with the r1785053 backport. Depending on |
| which change gets merged first, the respective other must be updated. |
| Votes: |
| +1: stefan2, rhuijben |
| |
| * r1794166 |
| Find gpg-agent socket using gpgconf, if possible. |
| Justification: |
| Improves GPG socket detection when $GPG_AGENT_INFO is unset or when gpg |
| >= 2.1.13 is used |
| Branch: |
| ^/subversion/branches/1.9.x-r1794166 |
| Votes: |
| +1: jamessan |
| |
| Veto-blocked 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. <http://svn.haxx.se/dev/archive-2015-08/0047.shtml> or |
| <http://mail-archives.apache.org/mod_mbox/subversion-dev/201508.mbox/%3CCALeEUB56NVCR0nCZ2rYki6oKQNcVPPLvWTeCoYyrMqitsov0ag@mail.gmail.com%3E>. |
| 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) |
| -1: brane (Not a valid backport, contrib/ is not in the release tarball.) |
| |
| Approved changes: |
| ================= |