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 2021/01/29 12:43:35 UTC

svn commit: r1886016 - /subversion/branches/1.14.x/CHANGES

Author: stsp
Date: Fri Jan 29 12:43:35 2021
New Revision: 1886016

URL: http://svn.apache.org/viewvc?rev=1886016&view=rev
Log:
* CHANGES: Merge outstanding changes from trunk.

Modified:
    subversion/branches/1.14.x/CHANGES   (contents, props changed)

Modified: subversion/branches/1.14.x/CHANGES
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/CHANGES?rev=1886016&r1=1886015&r2=1886016&view=diff
==============================================================================
--- subversion/branches/1.14.x/CHANGES (original)
+++ subversion/branches/1.14.x/CHANGES Fri Jan 29 12:43:35 2021
@@ -5,7 +5,7 @@
 #   https://subversion.apache.org/issue-XXXX
 
 Version 1.14.1
-(?? ??? 2021, from /branches/1.14.x)
+(10 Feb 2021, from /branches/1.14.x)
  User-visible changes:
   - Client-side improvements and bugfixes:
     * Fix non-deterministic generation of mergeinfo (issue #4862)
@@ -19,6 +19,7 @@ Version 1.14.1
     * Fix authz doesn't combine global and repository rules (issue #4762)
     * Make the hot-backup.py script work with Python 3 (r1878855, r1878859)
     * Fix an uninitialized read in FSFS (r1880374)
+    * Make mailer.py work properly with Python 3 (r1884427 et al)
 
  Developer-visible changes:
   - General:
@@ -29,6 +30,7 @@ Version 1.14.1
     * Make gen-make.py --debug work with Python 3 (r1876906)
     * Make test suite run correctly with Python 3 on Windows (r1876707 et al)
     * Fix compilation errors with Visual Studio 2008 (r1877259)
+    * Use Doxygen comment leader for comments with doxygen syntax (r1877794)
   - Bindings:
     * Fix win-tests.py to load Python 3 bindings with debug config (r1884642)
     * Fix C4204 errors building swig-py with Python 3.9 on Windows (r1883570)
@@ -38,6 +40,7 @@ Version 1.14.1
     * Fix crash in JavaHL JNI wrapper caused by object lifetimes (r1880886)
     * autogen.sh: Remove .swig_*_checked files from release tarballs (r1878413)
     * Avoid version check for Python if --without-swig is used (r1876662)
+    * siwg-py: Fix a syntax error for Python 3.6 and later (r1885112)
 
 Version 1.14.0
 (27 May 2020, from /branches/1.14.x)
@@ -258,11 +261,14 @@ http://svn.apache.org/repos/asf/subversi
 
 
 Version 1.10.7
-(?? ??? 2021, from /branches/1.10.x)
+(10 Feb 2021, from /branches/1.10.x)
  User-visible changes:
   - Client-side bugfixes:
     * Fix 'svn patch' setting mode 0600 on patched files with props (r1864440)
     * Fix invalid SQL quoting in working copy upgrade system (r1879198)
+    * Fix non-deterministic generation of mergeinfo (issue #4862)
+    * Fix a crash seen when using git-svn with kwallet (r1875680)
+    * Fix merge removing a folder with non-inheritable mergeinfo (issue #4859)
 
   - Server-side bugfixes:
     * mod_dav_svn: install cleanup handler for FS warning logging (r1865266)
@@ -273,6 +279,7 @@ Version 1.10.7
  Developer-visible changes:
     * Fix Requires(.private) fields in pkg-config files (r1863987, -90)
     * Fix crash in JavaHL JNI wrapper caused by object lifetimes (r1880886)
+    * Fix an EOL issue in tests on Windows (r1881985 et al)
 
 Version 1.10.6
 (24 Jul 2019, from /branches/1.10.x)

Propchange: subversion/branches/1.14.x/CHANGES
------------------------------------------------------------------------------
  Merged /subversion/trunk/CHANGES:r1885105-1886015