Author: markphip
Date: Fri Apr 1 14:06:35 2022
New Revision: 1899487
URL: http://svn.apache.org/viewvc?rev=1899487&view=rev
Log:
* CHANGES: List changes for 1.14.2
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1899487&r1=1899486&r2=1899487&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri Apr 1 14:06:35 2022
@@ -11,6 +11,31 @@ https://svn.apache.org/repos/asf/subvers
- Client-side improvements and bugfixes:
* Support multiple working copy formats (1.8-onward, 1.15) (issue #????)
+Version 1.14.2
+(12 Apr 2022, from /branches/1.14.x)
+ User-visible changes:
+ - Client-side bugfixes:
+ * Don't show unreadable copyfrom paths in 'svn log -v' (r1899227)
+ * Fix misleading -r option documentation for some svnadmin subcommands
(r1896877)
+ * Fix encoding of error message on failure of system() call (r1887641,
r1890013)
+ * Fix an assertion failure triggered by the conflict resolver (r1892470,
r1892471, r1892541)
+
+ - Server-side bugfixes:
+ * Fix Use-after-free of object-pools when running in httpd (issue #4880
r1894734)
+
+ Developer-visible changes:
+ * Add test coverage for CVE-2020-17525 (mod_authz_svn NULL deref)
(r1883838, r1883989, r1886460, r1886582, r1892121, r1884474)
+ * Fix «make davautocheck» failure because of an unbuilt dependency
(r1891908)
+ * Follow up to r1866587, r1866588: Unbreak a msgid. (r1887704)
+ * swig-py: Fix doubly destroying memory pool with cyclic garbage collector
(r1889487)
+ * swig-py: Skip some tests on Python 2 if default encoding is 'utf-8'
(r1885199)
+ * swig-py: Fix dependency of make copy-swig-py target (r1886708)
+ * Document how the port number is passed to custom tunnels (r1889629)
+ * tests: Include additional information in an error message (r1897449)
+ * Fix an error message when running make davautocheck (r1892121)
+ * Use the APR-1.4+ API for flushing file contents to disk (r1883355)
+ * JavaHL: Fix sporadic testCrash_RequestChannel_nativeRead_AfterException
failure (r1898633)
+
Version 1.14.1
(10 Feb 2021, from /branches/1.14.x)
User-visible changes: