Author: danielsh
Date: Wed Sep 12 16:07:18 2018
New Revision: 1840718
URL: http://svn.apache.org/viewvc?rev=1840718&view=rev
Log:
* CHANGES (1.11.0): Two minor tweaks.
There was room before the 80 columns mark.
Modified:
subversion/trunk/CHANGES
Modified: subversion/trunk/CHANGES
URL:
http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1840718&r1=1840717&r2=1840718&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Sep 12 16:07:18 2018
@@ -4,7 +4,7 @@ http://svn.apache.org/repos/asf/subversi
User-visible changes:
- Major new features:
- * Shelving no longer based on patch files (experimental) (issue #3625)
+ * Shelving is no longer based on patch files (experimental) (issue #3625)
* Checkpointing (experimental) (issue #3626)
* Viewspec output command (experimental) (r1826864)
@@ -27,7 +27,7 @@ http://svn.apache.org/repos/asf/subversi
- Client-side and server-side bugfixes:
* Fix pattern-matching of top level path in listing with search (r1830599)
- * Allow cmds like 'svn ci --file X' to work when X is a FIFO (r1836306)
+ * Allow commands like 'svn ci --file X' to work when X is a FIFO (r1836306)
- Other tool improvements and bugfixes:
* tools/client-side/bash_completion: Add '--password-from-stdin' (r1820045)