List:Commits« Previous MessageNext Message »
From:stefan Date:March 3 2006 11:43pm
Subject:svn commit - mysqldoc@docsrva: r1504 - trunk/refman-5.1
View as plain text  
Author: shinz
Date: 2006-03-03 23:43:58 +0100 (Fri, 03 Mar 2006)
New Revision: 1504

Log:
Move maturity level specification to versions.ent, and replace literal 'beta' with
&maturity-level; entity

Modified:
   trunk/refman-5.1/introduction.xml
   trunk/refman-5.1/versions.ent

Modified: trunk/refman-5.1/introduction.xml
===================================================================
--- trunk/refman-5.1/introduction.xml	2006-03-03 12:59:12 UTC (rev 1503)
+++ trunk/refman-5.1/introduction.xml	2006-03-03 22:43:58 UTC (rev 1504)
@@ -281,7 +281,7 @@
 
     <para>
       The maturity level of the release series covered in this manual
-      (&current-series;) can be found here: <xref linkend="preface"/>.
+      (&current-series;) is &current-maturity;.
       Information about maturity levels can be found in
       <xref linkend="choosing-version"/>.
     </para>

Modified: trunk/refman-5.1/versions.ent
===================================================================
--- trunk/refman-5.1/versions.ent	2006-03-03 12:59:12 UTC (rev 1503)
+++ trunk/refman-5.1/versions.ent	2006-03-03 22:43:58 UTC (rev 1504)
@@ -12,4 +12,4 @@
 <!ENTITY previous-series "5.0"><!-- Previous MySQL release series  -->
 <!ENTITY next-series "5.2"><!-- Next MySQL release series  -->
 <!ENTITY current-version "5.1.7-beta"><!-- Current MySQL Version - update with
new releases -->
-
+<!ENTITY current-maturity "beta"><!-- Current maturity level: alpha, beta,
release candidate, production  -->

Thread
svn commit - mysqldoc@docsrva: r1504 - trunk/refman-5.1stefan3 Mar