You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ko...@apache.org on 2018/04/13 14:17:58 UTC

svn commit: r1829074 - /subversion/site/publish/docs/release-notes/1.10.html

Author: kotkov
Date: Fri Apr 13 14:17:58 2018
New Revision: 1829074

URL: http://svn.apache.org/viewvc?rev=1829074&view=rev
Log:
* publish/docs/release-notes/1.10.html
  (Compatibility Concerns, LZ4 compression): Remove pre-release compatibility
   warnings, given that Subversion 1.10 is now GA.

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

Modified: subversion/site/publish/docs/release-notes/1.10.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.10.html?rev=1829074&r1=1829073&r2=1829074&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Fri Apr 13 14:17:58 2018
@@ -79,14 +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>
 
-<p>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, <b>no upgrade path is
-promised</b> for repositories with this new filesystem format.  Please 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>
-
 <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
@@ -540,10 +532,6 @@ with filesystem format 8.  Also, Subvers
 negotiation and use of LZ4 compression over the wire for http:// and svn://
 connections when it is supported by both endpoints.</p>
 
-<p><b>Note:</b> this does not apply to the pre-release
-<a href="https://lists.apache.org/thread.html/dd78432b301f3f95567930c242c46b308c8a017fd754c0f388245915@%3Cannounce.subversion.apache.org%3E">Subversion 1.10.0-alpha3</a>
-version, which still uses zlib compression by default.
-
 <div class="h4" id="fsfs-format8">
 <h4>Filesystem format bump
   <a class="sectionlink" href="#fsfs-format8"
@@ -561,15 +549,6 @@ format number of a repository.)</p>
 <p>Existing repositories can be upgraded to the new format with the
 <tt>svnadmin upgrade</tt> command.
 
-<div class="notice">
-  <p><span style="color: red"><b>WARNING:</b></span> Until Subversion 1.10
-  is generally available, no upgrade path is promised for repositories with
-  the filesystem format 8.  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>
-
 </div>  <!-- fsfs-format8 -->
 
 <div class="h4" id="fsfs-lz4-configuration">