You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by sv...@apache.org on 2020/10/07 04:16:13 UTC

svn commit: r1882293 - /subversion/site/publish/upcoming.part.html

Author: svn-role
Date: Wed Oct  7 04:16:12 2020
New Revision: 1882293

URL: http://svn.apache.org/viewvc?rev=1882293&view=rev
Log:
* upcoming.part.html: Automatically regenerated

Modified:
    subversion/site/publish/upcoming.part.html

Modified: subversion/site/publish/upcoming.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/upcoming.part.html?rev=1882293&r1=1882292&r2=1882293&view=diff
==============================================================================
--- subversion/site/publish/upcoming.part.html (original)
+++ subversion/site/publish/upcoming.part.html Wed Oct  7 04:16:12 2020
@@ -1,5 +1,179 @@
 <!-- Automatically generated by ^/subversion/site/tools/generate-upcoming-changes-log.sh -->
 <pre style="border-style: none">
+Changes in ^/subversion/branches/1.14.x:
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1877978">r1877978</a> | svn-role | 2020-05-21 04:00:13 +0000 (Thu, 21 May 2020) | 7 lines
+
+Merge <a href="https://svn.apache.org/r1877788">r1877788</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1877788">r1877788</a>
+   Fix a broken link in a docstring.
+   Votes:
+     +1: danielsh, stsp
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1878211">r1878211</a> | svn-role | 2020-05-28 04:00:12 +0000 (Thu, 28 May 2020) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1877072">r1877072</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1877072">r1877072</a>
+   svnmucc: Change an error message to state another possible cause of the
+   error.
+   Justification:
+     Error messages should be accurate.  User reported (<a href="/issue-4854">issue #4854</a>).
+   Votes:
+     +1: danielsh, stsp, jcorvel
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1878213">r1878213</a> | svn-role | 2020-05-28 04:00:16 +0000 (Thu, 28 May 2020) | 11 lines
+
+Merge <a href="https://svn.apache.org/r1877259">r1877259</a> from trunk:
+
+* <a href="https://svn.apache.org/r1877259">r1877259</a>
+    Move variable declarations to the start of block the to fix
+    syntax errors with VC9 (Visual Studio 2008).
+  Justification:
+    Our code should be C90.
+  Votes:
+    +1: brane, stsp, jcorvel
+    +0: danielsh (from dev@)
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1878415">r1878415</a> | svn-role | 2020-06-03 04:00:20 +0000 (Wed, 03 Jun 2020) | 12 lines
+
+Merge the <a href="https://svn.apache.org/r1876707">r1876707</a> group from trunk:
+
+ * <a href="https://svn.apache.org/r1876707">r1876707</a>, <a href="https://svn.apache.org/r1876734">r1876734</a>, <a href="https://svn.apache.org/r1877318">r1877318</a>, <a href="https://svn.apache.org/r1877712">r1877712</a>, <a href="https://svn.apache.org/r1878141">r1878141</a>, <a href="https://svn.apache.org/r1878142">r1878142</a>, <a href="https://svn.apache.org/r1878143">r1878143</a>,
+   <a href="https://svn.apache.org/r1878144">r1878144</a>
+   Various fixes for making the test suite run correctly with Python 3 on
+   Windows. 
+   Justification:
+     Our test suite should test Subversion correctly also on Windows with
+     Python 3
+   Votes:
+     +1: futatuki, jcorvel, stsp
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1879245">r1879245</a> | svn-role | 2020-06-27 04:00:12 +0000 (Sat, 27 Jun 2020) | 11 lines
+
+Merge <a href="https://svn.apache.org/r1876662">r1876662</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1876662">r1876662</a>
+   Avoid check for SWIG version for Python bindings when --without-swig is
+   passed.
+   Justification:
+     SWIG python bindings should be able to be built without SWIG when we use
+     the release tarball
+   Votes:
+     +1: futatuki, stsp, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1879246">r1879246</a> | svn-role | 2020-06-27 04:00:17 +0000 (Sat, 27 Jun 2020) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1876906">r1876906</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1876906">r1876906</a>
+   Make gen-make.py --debug work with Python 3
+   Justification:
+     We should also be able to build in Debug configuration with Python 3
+     on Windows.
+   Votes:
+     +1: jcorvel, stsp, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1879797">r1879797</a> | svn-role | 2020-07-12 04:00:12 +0000 (Sun, 12 Jul 2020) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1876410">r1876410</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1876410">r1876410</a>
+   Fix the .editorconfig stanza for Makefile&#x27;s.
+   Justification:
+     Make $EDITOR do the right thing on any backport branches we may create
+     off this stabilization branch.
+   Votes:
+     +1: danielsh, stsp, jamessan
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1879798">r1879798</a> | svn-role | 2020-07-12 04:00:17 +0000 (Sun, 12 Jul 2020) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1878413">r1878413</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1878413">r1878413</a>
+   autogen.sh: Remove per SWIG bindings checked files on release mode.
+   Justification:
+     The release tarballs should not contain .swig_*_checked files
+   Votes:
+     +1: futatuki, rhuijben, jamessan
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1879799">r1879799</a> | svn-role | 2020-07-12 04:00:23 +0000 (Sun, 12 Jul 2020) | 9 lines
+
+Merge the <a href="https://svn.apache.org/r1878909">r1878909</a> group from trunk:
+
+ * <a href="https://svn.apache.org/r1878909">r1878909</a>, <a href="https://svn.apache.org/r1878918">r1878918</a>, <a href="https://svn.apache.org/r1878950">r1878950</a>
+   Fix a number of thinkos in human-readable file size formatting.
+   Justification:
+     Fixes wrong output and an assertion failure in debug mode.
+   Votes:
+     +1: brane, rhuijben, jamessan
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1879800">r1879800</a> | svn-role | 2020-07-12 04:00:28 +0000 (Sun, 12 Jul 2020) | 14 lines
+
+Merge <a href="https://svn.apache.org/r1879198">r1879198</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1879198">r1879198</a>
+   Fix an invalid quoting in working copy upgrade system that only works
+   because SQLite automatically fixed this. More recent SQLite functions
+   will signal an error when deprecated features are disabled.
+   Justification:
+     Causes user-visible errors.
+   Note:
+     This filechange by itself doesn&#x27;t trigger a change that make will
+     handle. So make sure you recompile the sql queries for testing.
+   Votes:
+     +1: rhuijben, danielsh, jamessan
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1880465">r1880465</a> | svn-role | 2020-07-31 04:00:11 +0000 (Fri, 31 Jul 2020) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1877960">r1877960</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1877960">r1877960</a>
+   INSTALL (I.C.12): Add Note that non-release mode is required for building
+   SWIG Python 2 bindings.
+   Justification:
+     We&#x27;ve not entirely dropped Python 2 bindings support on 1.14.x yet
+   Votes:
+     +1: futatuki, stsp, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1880916">r1880916</a> | svn-role | 2020-08-17 04:00:17 +0000 (Mon, 17 Aug 2020) | 11 lines
+
+Merge the 1.14.x-<a href="https://svn.apache.org/r1880374">r1880374</a>-fsfs branch:
+
+ * <a href="https://svn.apache.org/r1880374">r1880374</a>:subversion/libsvn_fs_fs
+   Fix an uninitialized read in svn_fs_fs__index_append().
+   Justification:
+     Uninitialized reads are potentially undefined behaviour.
+   Branch:
+     1.14.x-<a href="https://svn.apache.org/r1880374">r1880374</a>-fsfs
+   Votes:
+     +1: danielsh, hartmannathan, jamessan
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1881075">r1881075</a> | svn-role | 2020-08-22 04:00:21 +0000 (Sat, 22 Aug 2020) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1880886">r1880886</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1880886">r1880886</a>
+   Fix crash in JavaHL JNI wrapper caused by object lifetimes
+   Justification:
+     Fixes a crash encountered with GCC 10.
+   Votes:
+     +1: hartmannathan, jamessan
+
+------------------------------------------------------------------------
 </pre>
 
 <p>Further changes currently under consideration are listed in each release line's