Author: svn-role
Date: Sat Jan 5 21:41:11 2019
New Revision: 1850514
URL: http://svn.apache.org/viewvc?rev=1850514&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=1850514&r1=1850513&r2=1850514&view=diff
==============================================================================
--- subversion/site/publish/upcoming.part.html (original)
+++ subversion/site/publish/upcoming.part.html Sat Jan 5 21:41:11 2019
@@ -1,3 +1,215 @@
<!-- Automatically generated by
^/subversion/site/tools/generate-upcoming-changes-log.sh -->
<pre style="border-style: none">
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845637">r1845637</a> | svn-role | 2018-11-03
04:00:14 +0000 (Sat, 03 Nov 2018) | 14 lines
+
+Merge the <a href="https://svn.apache.org/r1842814">r1842814</a> group from
trunk:
+
+ * <a href="https://svn.apache.org/r1842814">r1842814</a>, <a
href="https://svn.apache.org/r1842827">r1842827</a>, <a
href="https://svn.apache.org/r1842829">r1842829</a>, <a
href="https://svn.apache.org/r1842877">r1842877</a>
+ Improve 'svn help' for the 'add' command and for the
'-N' option.
+ Justification:
+ Proper documentation was lacking. Another newbie was recently surprised
+ by how 'svn add' behaves relative to 'git add'.
+ Notes:
+ <a href="https://svn.apache.org/r1842814">r1842814</a>: Document the
obsolete '-N' option properly.
+ <a href="https://svn.apache.org/r1842827">r1842827</a>: Fully document
'svn add', and include some newbie tips.
+ <a href="https://svn.apache.org/r1842829">r1842829</a>, <a
href="https://svn.apache.org/r1842877">r1842877</a>: tweaks to formatting.
+ Votes:
+ +1: julianfoad, stsp, brane
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845638">r1845638</a> | svn-role | 2018-11-03
04:00:15 +0000 (Sat, 03 Nov 2018) | 11 lines
+
+Merge <a href="https://svn.apache.org/r1842334">r1842334</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1842334">r1842334</a>
+ Update how we display the OS name on Mac in 'svn --version
--verbose'.
+ Justification:
+ If we go to the trouble of displaying commercial OS names, we may as well
+ do it right on macOS. Not critical for 1.11.0 but would be nice to have;
+ the change has very minor impact.
+ Votes:
+ +1: brane, stsp, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845639">r1845639</a> | svn-role | 2018-11-03
04:00:17 +0000 (Sat, 03 Nov 2018) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1843888">r1843888</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1843888">r1843888</a>
+ Fix <a href="/issue-4768">issue #4768</a>, repos-to-WC copy with --parents
doesn't create directories.
+ Justification:
+ Consistency is good; repos-to-WC copy should behave like WC-to-WC copy.
+ Votes:
+ +1: brane, stsp, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845640">r1845640</a> | svn-role | 2018-11-03
04:00:19 +0000 (Sat, 03 Nov 2018) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1844882">r1844882</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1844882">r1844882</a>
+ Fix propagation of mod_dav_svn's SVNUseUTF8 configuration setting.
+ Justification:
+ The option has no effect in some setups. User submitted the patch.
+ Votes:
+ +1: stsp, brane, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845641">r1845641</a> | svn-role | 2018-11-03
04:00:21 +0000 (Sat, 03 Nov 2018) | 11 lines
+
+Merge <a href="https://svn.apache.org/r1845204">r1845204</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1845204">r1845204</a>
+ Fix issue <a href="/issue-4782">SVN-4782</a>: Do not use (const char*)1 in
httpd modules as value for
+ r->notes.
+ Justification:
+ Prevents a crash in mod_http2.
+ Votes:
+ +1: danielsh, brane, rhuijben
+ +1 (non-binding): rpluem
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845642">r1845642</a> | svn-role | 2018-11-03
04:00:23 +0000 (Sat, 03 Nov 2018) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1845261">r1845261</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1845261">r1845261</a>
+ svndumpfilter: Include node path in error messages.
+ Justification:
+ User requested error message clarification.
+ Votes:
+ +1: danielsh, rhuijben, brane
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845643">r1845643</a> | svn-role | 2018-11-03
04:00:24 +0000 (Sat, 03 Nov 2018) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1845555">r1845555</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1845555">r1845555</a>
+ Use $PYTHON in configure.ac to run build/getversion.py
+ Justification:
+ Fixes build on systems without python in $PATH
+ Votes:
+ +1: jorton, brane, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845710">r1845710</a> | svn-role | 2018-11-04
04:01:09 +0000 (Sun, 04 Nov 2018) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1845408">r1845408</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1845408">r1845408</a>
+ Prevent some coredumps when using JavaHL SVNClient::diff().
+ Justification:
+ Fixes crash in client code when an external diff tool is used..
+ Votes:
+ +1: brane
+ +0: rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1845711">r1845711</a> | svn-role | 2018-11-04
04:01:11 +0000 (Sun, 04 Nov 2018) | 9 lines
+
+Merge the <a href="https://svn.apache.org/r1845556">r1845556</a> group from
trunk:
+
+ * <a href="https://svn.apache.org/r1845556">r1845556</a>, <a
href="https://svn.apache.org/r1845559">r1845559</a>
+ Fix (false positive) gcc 8.x -Wmisleading-indentation warnings.
+ Justification:
+ Cleaner build logs.
+ Votes:
+ +1: jorton, brane, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1846479">r1846479</a> | svn-role | 2018-11-13
04:00:14 +0000 (Tue, 13 Nov 2018) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1845577">r1845577</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1845577">r1845577</a>
+ Resolver support for 'added file vs unversioned file' with
update/switch.
+ Justification:
+ We promised to ship new resolver options in patch releases if possible.
+ A user noted the lack of this feature, and the change is non-intrusive.
+ Votes;
+ +1: stsp, brane, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1846480">r1846480</a> | svn-role | 2018-11-13
04:00:16 +0000 (Tue, 13 Nov 2018) | 9 lines
+
+Merge the <a href="https://svn.apache.org/r1846403">r1846403</a> group from
trunk:
+
+ * <a href="https://svn.apache.org/r1846403">r1846403</a>, <a
href="https://svn.apache.org/r1846406">r1846406</a>
+ Issue #<a href="/issue-4785">SVN-4785</a>: Fix foreign repo copy with
peg/operative revisions.
+ Justification:
+ It has been broken since first introduced in 1.8.
+ Votes:
+ +1: julianfoad, brane, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1846561">r1846561</a> | svn-role | 2018-11-14
04:00:14 +0000 (Wed, 14 Nov 2018) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1844987">r1844987</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1844987">r1844987</a>
+ Raise an error if someone tries to use -rPREV on a working copy at <a
href="https://svn.apache.org/r0">r0</a>.
+ Justification:
+ Fixes #4532, which is an assertion abort.
+ Votes:
+ +1: brane, rhuijben, julianfoad
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1846879">r1846879</a> | svn-role | 2018-11-19
04:00:08 +0000 (Mon, 19 Nov 2018) | 9 lines
+
+Merge <a href="https://svn.apache.org/r1846704">r1846704</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1846704">r1846704</a>
+ Fix <a href="/issue-4717">SVN-4717</a> "tree conflict message ends a
sentence with a colon".
+ Justification:
+ Misleading output from conflict resolver.
+ Votes:
+ +1: stsp, danielsh, brane
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1847609">r1847609</a> | svn-role | 2018-11-28
04:00:27 +0000 (Wed, 28 Nov 2018) | 10 lines
+
+Merge <a href="https://svn.apache.org/r1846299">r1846299</a> from trunk:
+
+ * <a href="https://svn.apache.org/r1846299">r1846299</a>
+ Add resolver support for unversioned directories during update/switch.
+ Justification:
+ Support or unversioned files has already been backported.
+ We should support directories as well for consistency.
+ Votes:
+ +1: stsp, brane, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1847610">r1847610</a> | svn-role | 2018-11-28
04:00:29 +0000 (Wed, 28 Nov 2018) | 9 lines
+
+Merge the <a href="https://svn.apache.org/r1847181">r1847181</a> group from
trunk:
+
+ * <a href="https://svn.apache.org/r1847181">r1847181</a>, <a
href="https://svn.apache.org/r1847182">r1847182</a>, <a
href="https://svn.apache.org/r1847188">r1847188</a>, <a
href="https://svn.apache.org/r1847264">r1847264</a>
+ Fix issue <a href="/issue-4792">SVN-4792</a>: Foreign repo copy of file
adding mergeinfo.
+ Justification:
+ We don't want bogus mergeinfo.
+ Votes:
+ +1: julianfoad, brane, rhuijben
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1849266">r1849266</a> | svn-role | 2018-12-19
04:00:55 +0000 (Wed, 19 Dec 2018) | 12 lines
+
+Merge the <a href="https://svn.apache.org/r1847572">r1847572</a> group from
trunk:
+
+ * <a href="https://svn.apache.org/r1847572">r1847572</a>, <a
href="https://svn.apache.org/r1847596">r1847596</a>
+ fsfs: Fix <a href="/issue-4791">SVN-4791</a>, an issue with the DAG
open_path() that was causing
+ unexpected SVN_ERR_FS_NOT_DIRECTORY errors when attempting to open a path
+ with `open_path_node_only | open_path_allow_null` flags.
+ Justification:
+ Some valid FSFS read operations errored out. This could break some
+ end-user operations like 'update'.
+ Votes:
+ +1: julianfoad, brane, stefan2
+
+------------------------------------------------------------------------
+<a href="https://svn.apache.org/r1850352">r1850352</a> | julianfoad |
2019-01-04 11:38:50 +0000 (Fri, 04 Jan 2019) | 2 lines
+
+Merge <a href="https://svn.apache.org/r1850348">r1850348</a> (bump the
copyright year) onto 1.11.x.
+------------------------------------------------------------------------
</pre>