Author: hwright
Date: Tue Jun 28 02:34:20 2011
New Revision: 1140405
URL: http://svn.apache.org/viewvc?rev=1140405&view=rev
Log:
Release docs: in an effort to break up a monolithic section, split out the
Deprecation notes into their own section.
* publish/docs/community-guide/releasing.part.html
(release-numbering): Change title.
(deprecation): Move out of release-number into it's own h3.
Modified:
subversion/site/publish/docs/community-guide/releasing.part.html
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1140405&r1=1140404&r2=1140405&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Tue Jun 28
02:34:20 2011
@@ -34,7 +34,7 @@ information.</p>
<div class="h3" id="release-numbering">
-<h3>Release numbering, compatibility, and deprecation
+<h3>Release numbering and compatibility
<a class="sectionlink" href="<!--#echo var="GUIDE_RELEASING_PAGE"
-->#release-numbering"
title="Link to this section">¶</a>
</h3>
@@ -250,11 +250,13 @@ old name must be tossed and the next nam
</div> <!-- name-reuse -->
-<div class="h4" id="deprecation">
-<h4>Deprecation
+</div> <!-- release-numbering -->
+
+<div class="h3" id="deprecation">
+<h3>Deprecation
<a class="sectionlink" href="<!--#echo var="GUIDE_RELEASING_PAGE"
-->#deprecation"
title="Link to this section">¶</a>
-</h4>
+</h3>
<p>When a new, improved version of an API is introduced, the old one
remains for compatibility, at least until the next major release.
@@ -305,8 +307,6 @@ because its new name is fine.</p>
</div> <!-- deprecation -->
-</div> <!-- release-numbering -->
-
</div> <!-- release-process -->