diff options
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 111 |
1 files changed, 105 insertions, 6 deletions
@@ -1,3 +1,70 @@ +Version 1.8.9 +(07 May 2014, from /branches/1.8.x) +http://svn.apache.org/repos/asf/subversion/tags/1.8.9 + + User-visible changes: + - Client-side bugfixes: + * log: use proper peg revision over DAV (r1568872) + * upgrade: allow upgrading from 1.7 with exclusive locks (r1572102 et al) + * proplist: resolve inconsitent inherited property results (r1575270 et al) + * increase minimal timestamp sleep from 1ms to 10ms (r1581305 et al) + * merge: automatic merge confused by subtree merge (issue #4481) + * propget: report proper error on invalid revision for url (r1586255) + * commit: fix an assertion when committing a deleted descendant + (r1571747, r1571787, r1571795) + * merge: resolve segfault when '--force' merges a directory delete + (r1577812, r1577813, r1579429) + * resolve: prevent interactive conflict resolution when nothing has been + done to resolve the conflict (r1577294) + * update: fix locks lost from wc with pre-1.6.17 servers (issue #4412) + * merge: honor the 'preserved-conflict-file-exts' setting (r1577151) + * list: fix '--verbose' against older servers (r1591111) + * unlock: fix ability to remove locks with timeouts (r1579588) + * copy: fix 'svn copy URL WC' on relocated working copies + (r1580626, r1580650) + * export: allow file externals to be exported (issue #4427) + * move: fix working copy db inconsistency in cert scenarios (issue #4437) + * commit: fix an issue where mixed revision copy with non copy descendants + that shadow a not present node couldn't be committed (r1518942 et al) + * delete: properly remove move_to info when the node in its original + location is removed (r1538812 et al) + * status; fix an issue where output would vary based on if the target + was the node itself or its parent (r1544597 et al) + + - Server-side bugfixes: + * ensure proper access synchronization in fsfs on Windows (r1568953 et al) + * svnadmin dump: don't let invalid mergeinfo stop dump (r1574868 et al) + * svnserve: resolve performance regression caused by iprops (r1578853 et al) + * reduce size of memory buffer when reading config files (r1581296) + * remove dead transaction if commit was blocked by hook (r1583977) + * svnrdump load: fix crash when svn:* normalization (issue #4490) + * fix memcached support (issue #4470) + * svndumpfilter: fix order of node record headers (r1578670 et al) + * mod_dav_svn: blacklist building with broken versions of httpd; 2.2.25, + 2.4.5 and 2.4.6 (r1545835) + * mod_dav_svn: allow generic DAV clients to refresh locks (issue #3515) + * mod_dav_svn: detect out of dateness correctly during commit (issue #4480) + + Developer-visible changes: + - General: + * improve consistency checks of DAV inherited property requests (r1498000) + * fix ocassional failure in autoprop_tests.py (r1567752) + * avoid duplicate sqlite analyze information rows (r1571214) + * add Mavericks to our sysinfo output (r1573088) + * bump copyright years to 2014 (r1555403) + * unbreak test suite when running as root (r1583580) + * resolve buffer overflow in testcode (r1481782) + * fix libmagic detection with custom LDFLAGS (r1577200) + * fix an out of scope variable use in merge (r1587946) + * javahl: fix crash from resolve callback throwing an exception (r1586439) + * ruby: fix two memory lifetime bugs (r1586052, r1586467) + * fix a missing null byte when handling old pre-1.4 deltas (r1587968) + * fix building with APR 0.9.x (r1585499) + * make svn_ra_get_locks() and svn_ra_get_lock() report not locked nodes + with a NULL svn_lock_t *, as documented (r1578273, r1578311, r1578326) + * fix tests for compiler flags (r1573106) + + Version 1.8.8 (19 Feb 2014, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.8 @@ -620,9 +687,36 @@ http://svn.apache.org/repos/asf/subversion/tags/1.8.0 * fix some reference counting bugs in swig-py bindings (r1464899, r1466524) -Version 1.7.15 -(12 Feb 2014, from /branches/1.7.x) -http://svn.apache.org/repos/asf/subversion/tags/1.7.15 +Version 1.7.17 +(07 May 2014, from /branches/1.7.x) +http://svn.apache.org/repos/asf/subversion/tags/1.7.17 + + User-visible changes: + - Client-side bugfixes: + * log: use proper peg revision over DAV (r1568872) + * move: fix errors when moving files between an external and the parent + working copy (r1551579) + * copy: fix 'svn copy URL WC' on relocated working copies + (r1580626, r1580650) + + - Server-side bugfixes: + * mod_dav_svn: blacklist building with broken versions of httpd; 2.2.25, + 2.4.5 and 2.4.6 (r1545835) + * mod_dav_svn: detect out of dateness correctly during commit (issue #4480) + + Developer-visible changes: + - General: + * fix libmagic detection with custom LDFLAGS (r1577200) + * fix a missing null byte when handling old pre-1.4 deltas (r1587968) + * support building with Serf 1.3.x (r1517123, r1535139) + + - Bindings: + * javahl: fix crash from resolve callback throwing an exception (r1586439) + + +Version 1.7.16 +(26 Feb 2014, from /branches/1.7.x) +http://svn.apache.org/repos/asf/subversion/tags/1.7.16 User-visible changes: - Client-side bugfixes: @@ -637,6 +731,11 @@ http://svn.apache.org/repos/asf/subversion/tags/1.7.15 - General: * fix failure in checkout_tests.py * support compiling against Cyrus sasl 2.1.25 (r1404912, r1413402) + * support compiling against neon 0.30.x (r1566320) + + +Version 1.7.15 +(Not released, see changes for 1.7.16.) Version 1.7.14 @@ -883,7 +982,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.7.6 * fix ra_serf against Subversion 1.2 servers (r1349367) * fix 'svn upgrade' on working copies with certain tree conflicts (r1345482) * avoid workqueue references to system temp dir (r1367854) - * allow non-existant canonical paths (r1367853) + * allow non-existent canonical paths (r1367853) * fix 'svn revert --depth files' to operate on files (r1365554) * fix ra_serf XML namespace handling against malicious server (r1337441) * fix relocate with server-relative externals (issue 4216) @@ -1235,7 +1334,7 @@ the 1.6 release: http://subversion.apache.org/docs/release-notes/1.7.html * fixed: rm -> ci -> cp = missing directory (issue #2763) * fixed: 'svn info' returns parent info on missing dirs (issue #3178) * fixed: spurious prop conflict with 'merge --reintegrate' (issue #3919) - * fixed: 'svn --version' fails with non-existant $HOME (issue #3947) + * fixed: 'svn --version' fails with non-existent $HOME (issue #3947) * fixed: unforced export silently overwites existing file (issue #3799) * fixed: reverse merge which adds subtree mergeinfo fails (issue #3978) * fixed: 'svn up -r{R>HEAD}' hangs client over ra_svn (issue #3963) @@ -1410,7 +1509,7 @@ http://svn.apache.org/repos/asf/subversion/tags/1.6.17 * fix crash in mod_dav_svn with GETs of baselined resources (r1104126) See CVE-2011-1752, and descriptive advisory at http://subversion.apache.org/security/CVE-2011-1752-advisory.txt - * fixed: write-through proxy could direcly commit to slave (r917523) + * fixed: write-through proxy could directly commit to slave (r917523) * detect a particular corruption condition in FSFS (r1100213) * improve error message when clients refer to unknown revisions (r939000) * bugfixes and optimizations to the DAV mirroring code (r878607) |
