You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2020/04/08 09:53:39 UTC

svn commit: r1876288 - /subversion/trunk/CHANGES

Author: stsp
Date: Wed Apr  8 09:53:38 2020
New Revision: 1876288

URL: http://svn.apache.org/viewvc?rev=1876288&view=rev
Log:
* CHANGES: Update with noteworthy changes which have been merged to 1.14.x

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1876288&r1=1876287&r2=1876288&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Apr  8 09:53:38 2020
@@ -16,6 +16,7 @@ https://svn.apache.org/repos/asf/subvers
   - Minor new features and improvements:
     * Experimental shelving feature is now disabled by default (r1875039)
     * Reinstate support for experimental shelving v2 from SVN 1.11 (r1875037)
+    * Introduce 'svnadmin build-repcache' command (r1875921 et al)
 
   - Client-side improvements and bugfixes:
     * Add 'changelist' option to 'svn info --show-item' (r1869481)
@@ -24,6 +25,8 @@ https://svn.apache.org/repos/asf/subvers
     * Don't abort if the server redirects to a non-canonical URL (r1873375)
     * Fix merge assertion failure in svn_sort__array_insert (issue #4840)
     * Escape filenames when invoking $SVN_EDITOR (r1874057 et al)
+    * Small performance optimization for FSFS rep-cache.db (r1875918)
+    * Fix a crash seen when using git-svn with kwallet (r1875680)
 
   - Server-side improvements and bugfixes:
     * Fix 'svnadmin load --normalize-props' for versioned properties (r1868203)
@@ -31,6 +34,7 @@ https://svn.apache.org/repos/asf/subvers
     * mailer.py: Add option to specify the SMTP port to connect to (r1872398)
     * Make svn-backup-dump.py work on Python 3 
     * validate-files.py: Fix handling for non-ASCII characters (r1874393)
+    * Fix an undefined behavior problem in FSFS caching code (r1876054)
 
  Developer-visible changes:
     * Require at least version 1.5 of APR (r1874094)
@@ -38,6 +42,7 @@ https://svn.apache.org/repos/asf/subvers
     * Support building with SWIG 4 on Python 3.x (r1869853)
     * Fix svnserveautocheck for Python 3 (r1868151)
     * contribulyze.py: Support Python 3 in addition to Python 2 (r1871211)
+    * Fix Proc.new warnings in Ruby bindings with Ruby >= 2.7 (r1876020)
 
 Version 1.13.0
 (30 Oct 2019, from /branches/1.13.x)