You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2018/06/22 11:15:23 UTC

svn commit: r1834110 - /subversion/site/staging/docs/release-notes/1.10.html

Author: julianfoad
Date: Fri Jun 22 11:15:23 2018
New Revision: 1834110

URL: http://svn.apache.org/viewvc?rev=1834110&view=rev
Log:
Remove a pre-release warning that seems to have been missed in the sync merge
at r1829318.

* staging/docs/release-notes/1.10.html
  (compatibility): Remove a pre-release warning.

Modified:
    subversion/site/staging/docs/release-notes/1.10.html

Modified: subversion/site/staging/docs/release-notes/1.10.html
URL: http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.10.html?rev=1834110&r1=1834109&r2=1834110&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.10.html (original)
+++ subversion/site/staging/docs/release-notes/1.10.html Fri Jun 22 11:15:23 2018
@@ -79,18 +79,6 @@ Subversion 1.10 servers can read and wri
 earlier versions.  To upgrade an existing server installation, just install the
 newest libraries and binaries on top of the older ones.</p>
 
-<div class="notice">
-  <p><span style="color: red"><b>WARNING:</b></span>
-  Please note that <tt>svnadmin create</tt> will by default create
-  repositories using the new <a href="#fsfs-format8">filesystem format 8</a>.
-  Until Subversion 1.10 is generally available, no upgrade path is
-  promised for repositories with this new filesystem format.  Please do not
-  upgrade your existing repositories used in production, and do not use newly
-  created repositories for any data meant for long-term safe-keeping.  See our
-  <a href="/prerelease-caveats">policy for pre-releases</a> for additional
-  information.</p>
-</div>
-
 <p>Subversion 1.10 maintains API/ABI compatibility with earlier
 releases, by only adding new functions, never removing old ones.  A
 program written to any previous 1.x API can both compile