Author: stsp
Date: Fri Jan 29 12:42:47 2021
New Revision: 1886014
URL: http://svn.apache.org/viewvc?rev=1886014&view=rev
Log:
* CHANGES: Add changes recently merged to 1.14.x and 1.10.x
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1886014&r1=1886013&r2=1886014&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri Jan 29 12:42:47 2021
@@ -23,6 +23,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:
@@ -33,6 +34,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)
@@ -42,6 +44,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)
@@ -267,6 +270,9 @@ Version 1.10.7
- 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)
@@ -277,6 +283,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)