Author: stsp
Date: Fri Apr 1 14:43:34 2022
New Revision: 1899491
URL: http://svn.apache.org/viewvc?rev=1899491&view=rev
Log:
* CHANGES: Shorten entries for 1.14.2 and 1.10.8 to fit in 80 columns.
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1899491&r1=1899490&r2=1899491&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Fri Apr 1 14:43:34 2022
@@ -16,25 +16,25 @@ Version 1.14.2
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)
+ * Fix -r option documentation for some svnadmin subcommands (r1896877)
+ * Fix error message encoding when system() call fails (r1887641, r1890013)
+ * Fix assertion failure in conflict resolver (r1892470, -471, -541)
- Server-side bugfixes:
- * Fix Use-after-free of object-pools when running in httpd (issue #4880
r1894734)
+ * Fix use-after-free of object-pools when running in httpd (issue #4880)
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)
+ * Add test coverage for CVE-2020-17525 (r1883838 et al)
+ * Fix «make davautocheck» failure due to 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 double-free with cyclic garbage collector (r1889487)
+ * swig-py: Skip some tests on Python2 if 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)
+ * JavaHL: Fix RequestChannel_nativeRead_AfterException failure (r1898633)
Version 1.14.1
(10 Feb 2021, from /branches/1.14.x)
@@ -304,12 +304,12 @@ Version 1.10.8
* Fix merge assertion failure in svn_sort__array_insert (issue #4840)
- Server-side bugfixes:
- * Fix Use-after-free of object-pools when running in httpd (issue #4880
r1894734)
- * Fix authz doesn't combine global and repository rules (issue #4762
r1835049, r1882326)
+ * Fix use-after-free of object-pools when running in httpd (issue #4880)
+ * Fix authz doesn't combine global and repository rules (issue #4762)
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)
+ * Add test coverage for CVE-2020-17525 (r1883838 et al)
+ * Fix «make davautocheck» failure due to unbuilt dependency (r1891908)
* Follow up to r1866587, r1866588: Unbreak a msgid (r1887704)
* Remove incorrect include paths from svn_cv_ruby_includes (r1875602)