s...@apache.org wrote on Tue, May 17, 2011 at 15:56:23 -0000: > Author: stsp > Date: Tue May 17 15:56:23 2011 > New Revision: 1104356 > > URL: http://svn.apache.org/viewvc?rev=1104356&view=rev > Log: > * CHANGES: Bring up-to-date with changes merged into 1.6.x. > > Modified: > subversion/trunk/CHANGES > > Modified: subversion/trunk/CHANGES > URL: > http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1104356&r1=1104355&r2=1104356&view=diff > ============================================================================== > --- subversion/trunk/CHANGES (original) > +++ subversion/trunk/CHANGES Tue May 17 15:56:23 2011 > @@ -178,8 +178,20 @@ http://svn.apache.org/repos/asf/subversi > * make 'blame -g' more efficient on with large mergeinfo (r1094692) > * avoid some invalid handle exceptions on Windows (r1095654) > * preserve log message with a non-zero editor exit (r1072084) > + * fix FSFS cache performance on 64-bit platforms (r1103665) > + * make svn cleanup tolerate obstructed directories (r1091881) > + * fix potential deadlock in multithreaded servers serving FSFS > repositories
s/potential/r1234567/ for the appropriate value of 1234567? > + * detect very occasional corruption and abort commit (issue #3845) > + * fixed: file externals cause non-inheritable mergeinfo (issue #3843) > + * fixed: file externals cause mixed-revision working copies (issue #3816) > + * disallow GETs of baselined versions of resources (r1104126) > + * fixed: write-through proxy could direcly commit to slave (r917523) > + * detect a particular corruption condition in FSFS (r1100213) > + * improve error message when clients refer to unkown revisions (939000) > > Developer-visible changes: > + * fix reporting FS-level post-commit processing errors > + * fix JVM recognition on OS X Snow Leopard (10.6) (r1028084) > > > Version 1.6.16 > >