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 2012/09/18 13:35:19 UTC

svn commit: r1387095 - /subversion/site/publish/docs/release-notes/1.8.html

Author: stsp
Date: Tue Sep 18 11:35:18 2012
New Revision: 1387095

URL: http://svn.apache.org/viewvc?rev=1387095&view=rev
Log:
* publish/docs/release-notes/1.8.html: Use more user-friendly wording in
   section about neon removal. Users shouldn't care what "ra_neon" stands for.

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

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1387095&r1=1387094&r2=1387095&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Tue Sep 18 11:35:18 2012
@@ -115,7 +115,7 @@ and what impact these changes may have.<
     <td>any</td>
     <td></td></tr>
   <tr>
-    <td><a href="#neon-deleted">ra_neon removed</a></td>
+    <td><a href="#neon-deleted">neon support removed</a></td>
     <td>1.8</td>
     <td>any</td>
     <td>any</td>
@@ -168,17 +168,20 @@ example illustrates these changes.</p>
 </div>  <!-- output-changes -->
 
 <div class="h3" id="neon-deleted">
-<h3><code>libsvn_ra_neon</code> No Longer Shipped
+<h3>HTTP client support based on neon has been removed
   <a class="sectionlink" href="#neon-deleted"
     title="Link to this section">&para;</a>
 </h3>
 
-<p>The <code>libsvn_ra_neon</code> library has been removed in favor of
-<code>libsvn_ra_serf</code>.  <a href="http://code.google.com/p/serf/">Serf</a>
-is a high-performance HTTP client library which has formed the basis of
-the ra_serf repository access method for many years.  In an effort to decrease
-the development burden of maintaining multiple HTTP client interfaces (and sets
-of bugs!) ra_serf is now the only HTTP client provider for Subversion.</p>
+<p>HTTP client support based on <a href="http://webdav.org/neon">neon</a>
+has been removed in favor of HTTP client support based on
+<a href="http://code.google.com/p/serf/">Serf</a>.</p>
+
+<p>Serf is a high-performance HTTP client library which has formed the basis
+of an alternative HTTP repository access method for many years.
+In an effort to decrease the development burden of maintaining multiple
+HTTP client interfaces (and sets of bugs!) Serf is now the only HTTP
+client provider for Subversion.</p>
 
 <div class="notice">
 <p>Note that