Author: danielsh
Date: Wed Jul 19 12:44:51 2017
New Revision: 1802383
URL: http://svn.apache.org/viewvc?rev=1802383&view=rev
Log:
* CHANGES (1.10.0): Update with reverts since 1.10.0-alpha2.
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1802383&r1=1802382&r2=1802383&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Jul 19 12:44:51 2017
@@ -23,19 +23,17 @@ the 1.9 release: https://subversion.apa
* Add '--search' option support to 'svnbench null-list' (r1767202)
* New '-M' option for 'svnlook tree' (r1708222)
* New '--skip-unchanged' option for 'svnsync copy-revprops' (r1692655)
- * Raise additional text merge conflicts in several corner cases (r1731699)
* 'svn log --search' is now case-insensitive (r1731300)
* 'svn log --search' now ignores diacriticals when matching words
(r1735614)
* Improved performance of server-side log processing (r1732768, r1731656)
* Less processing time and memory usage in diff3 implementation (r1731659)
* ra_serf: Adjustments for serf versions with HTTP/2 support (r1716400)
- * ra_serf: Use svndiff1 for sending deltas during commit (r1704317, -613)
+ * ra_serf: Send svndiff1 deltas during commit (r1704317, r1704613,
r1791290)
* Make 'svn patch' parse binary diffs in git-style patches (r1703925)
* 'svnadmin info' now reports latest revision in the repository (r1697953)
* Various performance-related tweaks were made in ra_svn (r1694490)
* Optimize svndiff parser (r1685063)
* Stop showing uninteresting deletions in 'svn status' without -v
(r1664533)
- * Use SHA-1 checksums to check if working copy files are modified
(r1759233)
* Save a few cycles in svn_stringbuf_set() (r1759177)
* Use the Unicode Windows API (r1756193)
* Distinguish out-of-memory error from abort() on Windows (r1724784, -809)