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 2017/06/01 08:09:22 UTC

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

Author: julianfoad
Date: Thu Jun  1 08:09:22 2017
New Revision: 1797156

URL: http://svn.apache.org/viewvc?rev=1797156&view=rev
Log:
* docs/release-notes/1.10.html
  (this-release-is-1.10): New, repeated from 1.9 release notes, about the
    numeric comparison of '1.9' and '1.10'.
  (next-release-is-1.11): Remove, as not noteworthy.

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=1797156&r1=1797155&r2=1797156&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.10.html (original)
+++ subversion/site/publish/docs/release-notes/1.10.html Thu Jun  1 08:09:22 2017
@@ -166,15 +166,27 @@ to the upgrade.</p>
 release might necessitate further adjustment by administrators or
 users.  We'll cover those in this section.</p>
 
-<div class="h4" id="next-release-is-1.11">
-<h4>Next release will be numbered 1.11
-  <a class="sectionlink" href="#next-release-is-1.11"
+<div class="h4" id="this-release-is-1.10">
+<h4>This release is numbered 1.10
+  <a class="sectionlink" href="#this-release-is-1.10"
     title="Link to this section">&para;</a>
 </h4>
 
-<p>The next minor release after 1.10.0 will be numbered 1.11.0.</p>
+<p>Since "1.10.0" is smaller than "1.9.0" when considered as ASCII strings,
+scripts that compare Subversion versions as strings may fail to correctly
+determine which of "1.10.0" and "1.9.0" is the more recent one.  Such
+scripts should be changed to compare Subversion version numbers correctly:
+as tuples of integers, with an optional suffix for development or pre-release
+versions.  See
+<a href="/docs/community-guide/releasing#release-numbering"
+>the Subversion release numbering documentation</a>
+for details.  (Programs written against the C API or the various bindings
+should refer to the 
+<!-- TODO: link is broken (doxygen not yet generated) -->
+<a href="https://subversion.apache.org/docs/api/1.9/svn__version_8h.html"
+><tt>svn_version_*</tt> interfaces</a>.)</p>
 
-</div>  <!-- next-release-is-1.11 -->
+</div>  <!-- this-release-is-1.10 -->
 
 <div class="h4" id="svnadmin-LOCK_PATH-canonical">
 <h4><tt>svnadmin</tt> subcommands print locked paths differently