Author: danielsh Date: Fri Jun 30 03:59:28 2017 New Revision: 1800351 URL: http://svn.apache.org/viewvc?rev=1800351&view=rev Log: * CHANGES: Sync with trunk, adding the 1.9.6 section.
Modified: subversion/branches/1.9.x/CHANGES (contents, props changed) Modified: subversion/branches/1.9.x/CHANGES URL: http://svn.apache.org/viewvc/subversion/branches/1.9.x/CHANGES?rev=1800351&r1=1800350&r2=1800351&view=diff ============================================================================== --- subversion/branches/1.9.x/CHANGES (original) +++ subversion/branches/1.9.x/CHANGES Fri Jun 30 03:59:28 2017 @@ -1,3 +1,35 @@ +Version 1.9.6 +(5 Jul 2017, from /branches/1.9.x) +http://svn.apache.org/repos/asf/subversion/tags/1.9.6 + + User-visible changes: + - Client-side bugfixes: + * cp/mv: improve error message when target is an unversioned dir (r1779948) + * merge: reduce memory usage with large amounts of mergeinfo (issue #4667) + + - Server-side bugfixes: + * 'svnadmin freeze': document the purpose more clearly (r1774109) + * dump: fix segfault when a revision has no revprops (r1781507) + * fsfs: improve error message upon failure to open rep-cache (r1781655) + * fsfs: never attempt to share directory representations (r1785053) + * fsfs: make consistency independent of hash algorithms (r1785737 et al) + + - Client-side and server-side bugfixes: + * work around an APR bug related to file truncation (r1759116) + + - Bindings bugfixes: + * javahl: follow redirects when opening a connection (r1667738, r1796720) + + Developer-visible changes: + - General: + * win_tests.py: make the --bin option work, rather than abort (r1706432) + (regression introduced in 1.9.2) + * windows: support building with 'zlibstat.lib' in install-layout (r1783704) + + - API changes: + (none) + + Version 1.9.5 (29 Nov 2016, from /branches/1.9.x) http://svn.apache.org/repos/asf/subversion/tags/1.9.5 Propchange: subversion/branches/1.9.x/CHANGES ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Fri Jun 30 03:59:28 2017 @@ -89,4 +89,4 @@ /subversion/branches/verify-at-commit/CHANGES:1462039-1462408 /subversion/branches/verify-keep-going/CHANGES:1439280-1546110 /subversion/branches/wc-collate-path/CHANGES:1402685-1480384 -/subversion/trunk/CHANGES:1660545-1800347 +/subversion/trunk/CHANGES:1660545-1800350