You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2012/08/02 12:46:52 UTC

svn commit: r1368410 - /subversion/trunk/CHANGES

Author: philip
Date: Thu Aug  2 10:46:51 2012
New Revision: 1368410

URL: http://svn.apache.org/viewvc?rev=1368410&view=rev
Log:
* CHANGES: Add more 1.7.6 items.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1368410&r1=1368409&r2=1368410&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Thu Aug  2 10:46:51 2012
@@ -67,16 +67,23 @@ http://svn.apache.org/repos/asf/subversi
     * allow 'file:///C:\repos' style arguments on Windows, like 1.6 (r1346765)
     * fix ra_serf against Subversion 1.2 servers (r1349367)
     * fix 'svn upgrade' on working copies with certain tree conflicts (r1345482)
+    * avoid worqueue references to system temp dir (r1367854)
+    * allow non-existant canonical paths (r1367853)
+    * fix 'svn revert --depth files' to operate on files (r1365554)
+    * fix ra_serf XML namespace handling against malicious server (r1337441)
 
   - Server-side bugfixes:
     * partial sync drops properties when converting to adds (issue #4184)
     * replaying a copy and delete of an unreadable child fails (issue #4121)
+    * allow svnlook to operate on r0 (r1362508)
+    * make FSFS revision files independent of APR hash order (r1367498)
 
   - Other tool improvements and bugfixes:
 
  Developer-visible changes:
   - General:
     * fix running tests against httpd 2.4 (r1291594)
+    * use constant struct initialisers for C89 compatibility (r1352068)
 
   - Bindings:
     * JavaHL: Don't assert on some invalid input (r1354626, r1354652)