| This file tracks the status of releases in the 1.2.x line. |
| |
| See "Stabilizing and maintaining releases" in trunk/HACKING for |
| details on how release lines and voting work, what kinds of bugs can |
| delay a release, etc. |
| |
| Status of 1.2.2: |
| ================ |
| |
| Candidate changes: |
| |
| * /branches/1.2.x-get-locks (merge r15424:HEAD) |
| Client bugfix: make 'svn st -u' work against pre-1.2 mod_dav_svn. |
| Justification: |
| A serious backward-compatibility bug! Very small codechange. |
| Notes: |
| The actual backported revisions are r15359, r15423... but the |
| branch was required to fix a trivial conflict. |
| Votes: |
| +1: sussman |
| |
| * r15248 |
| Perl bindings: Make compatible with SWIG 1.3.25. |
| Justification: |
| Distributions will start to update to the new version, and will |
| require support to continue building subversion-perl packages. |
| Votes: |
| +1: maxb, clkao |
| |
| * r15233 |
| Reduce memory consumption by the client when performing merge |
| operations. |
| Justification: |
| Consuming 2GB of memory while performing a merge on a large |
| working copy is bad. |
| Votes: |
| +1: jszakmeister |
| |
| * r15251 |
| Prevent crash when more than 50 options passed to a command line program. |
| Justification: |
| Crashes bad! |
| Votes: |
| +1: maxb, jszakmeister |
| |
| * r15315 |
| Resolve location-tracing performance issue against 1.0.x servers. |
| Justification: |
| We can be pretty stupidly slow in many cases; can encourage |
| people to stay at 1.0.x and 1.1.x clients instead of upgrading. |
| Votes: |
| +1: ghudson, brane |
| |
| * r14008, r14458, r14587, r14632, r15329, r15340 |
| Fixes to svnmerge. |
| Justification: |
| It would be good to have contrib code be the latest and fixed |
| version. We don't guarantee that this code works, but it would |
| be good to have known fixes released. This fixes four issues. |
| Blair has used the code in trunk in a production environment and |
| it works great. |
| Votes: |
| +1: blair |
| |
| * r15253 |
| Fix Issue #2341: Perl bindings cat method fails when using a local file |
| repository. |
| Justification: |
| Repeatedly using the client context to cat files via ra_local from the |
| bindings eventually causes the interpreter to die without this fix. |
| Votes: |
| +1: jszakmeister |
| |
| * r15337 |
| Fix cut-n-paste problem with JNI stack name in javahl client |
| bindings. |
| Justification: |
| Produce correct diagnostics from JNI errors. |
| Votes: |
| +1: dlr |
| |
| * r15379, r15398 |
| Fix memleak in character translation handle caching. |
| Justification: |
| Leaks are bad. |
| Votes: |
| +1: lundblad |
| |
| * r15450 |
| Allow SVN::Pool type to be used as a pool parameter in the Perl |
| bindings. |
| Justification: |
| The default allocator for client returns a SVN::Pool type, |
| but clients can't actually pass it to individual client |
| commands without this patch. |
| Votes: |
| +1: jszakmeister |
| |
| Approved changes (further review is welcome, but not required): |