You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2019/01/23 14:38:09 UTC

svn commit: r1851927 - /subversion/trunk/CHANGES

Author: stsp
Date: Wed Jan 23 14:38:09 2019
New Revision: 1851927

URL: http://svn.apache.org/viewvc?rev=1851927&view=rev
Log:
* CHANGES: Not storing passwords on disk by default is a user-visible
   change, so move this item to a more appropriate section.

Modified:
    subversion/trunk/CHANGES

Modified: subversion/trunk/CHANGES
URL: http://svn.apache.org/viewvc/subversion/trunk/CHANGES?rev=1851927&r1=1851926&r2=1851927&view=diff
==============================================================================
--- subversion/trunk/CHANGES (original)
+++ subversion/trunk/CHANGES Wed Jan 23 14:38:09 2019
@@ -30,10 +30,10 @@ https://svn.apache.org/repos/asf/subvers
 
   - Other tool improvements and bugfixes:
     * svnauthz: warn about empty groups in authz files (#4803, r1851823)
+    * Storing passwords in plain text on disk is disabled by default (r1845377)
 
  Developer-visible changes:
   - General:
-    * Storing passwords in plain text on disk is disabled by default (r1845377)
     * Updated the required libtool version to 2.x (r1845716)
     * get-deps.sh: Remove references to Googlemock and Googletest (r1849200)
     * All C++ code is compiled in C++11 mode by default (r1849202)