Author: stsp
Date: Mon Jan 4 14:46:19 2021
New Revision: 1885106
URL: http://svn.apache.org/viewvc?rev=1885106&view=rev
Log:
* CHANGES (1.10.x): Merge from trunk
Modified:
subversion/branches/1.10.x/CHANGES (contents, props changed)
Modified: subversion/branches/1.10.x/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/branches/1.10.x/CHANGES?rev=1885106&r1=1885105&r2=1885106&view=diff
==============================================================================
--- subversion/branches/1.10.x/CHANGES (original)
+++ subversion/branches/1.10.x/CHANGES Mon Jan 4 14:46:19 2021
@@ -1,3 +1,26 @@
+# To view a revision listed as (rXXXXXXX), visit:
+# https://svn.apache.org/rXXXXXXX
+#
+# To view an issue listed as (issue #XXXX), visit:
+# https://subversion.apache.org/issue-XXXX
+
+Version 1.10.7
+(?? ??? 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)
+
+ - Server-side bugfixes:
+ * mod_dav_svn: install cleanup handler for FS warning logging (r1865266)
+ * mod_dav_svn: Fix missing Last-Modified header on 'external' GET requests
(r1866425)
+ * Fix formatting type size mismatches in FSFS (r1865987, -8)
+ * Fix an undefined behavior problem in FSFS caching code (r1876054)
+
+ Developer-visible changes:
+ * Fix Requires(.private) fields in pkg-config files (r1863987, -90)
+ * Fix crash in JavaHL JNI wrapper caused by object lifetimes (r1880886)
+
Version 1.10.6
(24 Jul 2019, from /branches/1.10.x)
https://svn.apache.org/repos/asf/subversion/tags/1.10.6
@@ -1105,7 +1128,7 @@ http://svn.apache.org/repos/asf/subversi
* cache: fix premature eviction due to 64-bit underflows (r1567996 et al)
* svnserve: fix potential integer overflow in Cyrus SASL support (r1570434)
* bdb: fix potential integer overflow and underflow (r1570701)
- * bdb: prevent silent propogation of some corruption (r1570778)
+ * bdb: prevent silent propagation of some corruption (r1570778)
* svnadmin hotcopy: do not corrupt db/current contents when copying old
FSFS repos (r1603485)
* svnadmin hotcopy: don't produce broken copies when a concurrent pack
@@ -1365,7 +1388,7 @@ http://svn.apache.org/repos/asf/subversi
ranges (r1569731)
* svn_rangelist_inheritable2() and svn_mergeinfo_inheritable2(): fix a
pool lifetime issue (r1569764)
- * new APIs to support cancelation during unified diff output and
+ * new APIs to support cancellation during unified diff output and
allow the context size to be specified (r1570149 et al)
* APIs related to retrieving logs are now documented to be unlimited when
a negative value is passed for the limit (r1570330, 1570335)
@@ -1483,7 +1506,7 @@ http://svn.apache.org/repos/asf/subversi
* swig-py: Add close to the core.Stream class (r1619077)
* javahl: add example clients that use the authn API (r1640533)
* swig-py: implement dump stream parser (r1642813)
- * swig-pl: remove some unneded cleanup code that triggered a cleanup
+ * swig-pl: remove some unneeded cleanup code that triggered a cleanup
failure on windows (r1643072)
* swig-pl: make cancel_func, cancel_baton parameter pairs work (r1648852)
* javahl: expose whitespace diff parameters to blame method (issue #4475)
@@ -1814,7 +1837,7 @@ http://svn.apache.org/repos/asf/subversi
- Client-side bugfixes:
* log: use proper peg revision over DAV (r1568872)
* upgrade: allow upgrading from 1.7 with exclusive locks (r1572102 et al)
- * proplist: resolve inconsitent inherited property results (r1575270 et al)
+ * proplist: resolve inconsistent inherited property results (r1575270 et
al)
* increase minimal timestamp sleep from 1ms to 10ms (r1581305 et al)
* merge: automatic merge confused by subtree merge (issue #4481)
* propget: report proper error on invalid revision for url (r1586255)
@@ -1856,7 +1879,7 @@ http://svn.apache.org/repos/asf/subversi
Developer-visible changes:
- General:
* improve consistency checks of DAV inherited property requests (r1498000)
- * fix ocassional failure in autoprop_tests.py (r1567752)
+ * fix occasional failure in autoprop_tests.py (r1567752)
* avoid duplicate sqlite analyze information rows (r1571214)
* add Mavericks to our sysinfo output (r1573088)
* bump copyright years to 2014 (r1555403)
@@ -1909,7 +1932,7 @@ http://svn.apache.org/repos/asf/subversi
Developer-visible changes:
- General:
- * fix ocassional failure of check_tests.py 12 (r1496127 et al)
+ * fix occasional failure of check_tests.py 12 (r1496127 et al)
* fix failure with SQLite 3.8.1-3.8.3 when built with
SQLITE_ENABLE_STAT3/4 due to bug in SQLite (r1567286, r1567392)
* specify SQLite defaults that can be changed when SQLite is built
@@ -2015,7 +2038,7 @@ http://svn.apache.org/repos/asf/subversi
- Client- and server-side bugfixes:
* translation updates for Swedish
* enforce strict version equality between tools and libraries (r1502267)
- * consistently output revisions as "r%ld" in error messags (r1499044 et al)
+ * consistently output revisions as "r%ld" in error messages (r1499044 et
al)
- Client-side bugfixes:
* status: always use absolute paths in XML output (issue #4398)
@@ -2594,7 +2617,7 @@ http://svn.apache.org/repos/asf/subversi
Developer-visible changes:
- General:
- * fix ocassional failure in checkout_tests.py test 12. (r1496127)
+ * fix occasional failure in checkout_tests.py test 12. (r1496127)
* disable building ZLib's assembly optimizations on Windows.
@@ -3209,7 +3232,7 @@ the 1.6 release: http://subversion.apac
* fixed: wc-to-wc copy of a switch source (issue #1802)
* fixed: 'svn st' reports symlinks as obstructed items (issue #2284)
* fixed: 'cd e:\; svn up e:\' fails (issue #2556)
- * fixed: svn aborts on commiting from root dir on windows (issue #3346)
+ * fixed: svn aborts on committing from root dir on windows (issue #3346)
* fixed: removing a dir scheduled for deletion corrupts wc (issue #2741)
* fixed: 'svn cleanup' fails on obstructed paths (issue #2867)
* fixed: case-only renames resulting from merges don't work (issue #3115)
@@ -3246,7 +3269,7 @@ the 1.6 release: http://subversion.apac
* fixed: 'svn info' returns parent info on missing dirs (issue #3178)
* fixed: spurious prop conflict with 'merge --reintegrate' (issue #3919)
* fixed: 'svn --version' fails with non-existent $HOME (issue #3947)
- * fixed: unforced export silently overwites existing file (issue #3799)
+ * fixed: unforced export silently overwrites existing file (issue #3799)
* fixed: reverse merge which adds subtree mergeinfo fails (issue #3978)
* fixed: 'svn up -r{R>HEAD}' hangs client over ra_svn (issue #3963)
* fixed: 'svn up' updates file externals in target siblings (issue #3819)
@@ -3590,7 +3613,7 @@ http://svn.apache.org/repos/asf/subversi
Developer-visible changes:
* disable checks for wc-ng working copies when running the test suite
* on Windows, don't ignore move operation error codes (r896915)
- * more precise reporting of errors occuring with sqlite init (r927323, -8)
+ * more precise reporting of errors occurring with sqlite init (r927323, -8)
* ensure rangelist APIs are commutative (r923389, -91)
@@ -6953,7 +6976,7 @@ Version 0.9 (released 15 Feb 2002, revis
- no more 'path styles' in path library
- rewrite bootstrapping code for python test framework
- rewrite commandline app's help-system and alias-system
- - feedback table replaced with notfication callback
+ - feedback table replaced with notification callback
- rewrite sorting of hashes
- svnadmin internal rewrite
- faster post-update processing
Propchange: subversion/branches/1.10.x/CHANGES
------------------------------------------------------------------------------
Merged /subversion/trunk/CHANGES:r1863366-1885105