List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 25 2006 2:32pm
Subject:svn commit - mysqldoc@docsrva: r3737 - trunk/refman-5.0
View as plain text  
Author: mcbrown
Date: 2006-10-25 16:32:02 +0200 (Wed, 25 Oct 2006)
New Revision: 3737

Log:
Added RN to main manual
Updated releasenotes to section (not appendix)
Fixed RN appendix



Modified:
   trunk/refman-5.0/manual.xml
   trunk/refman-5.0/releasenotes-es-5.0.xml
   trunk/refman-5.0/releasenotes-es.xml


Modified: trunk/refman-5.0/manual.xml
===================================================================
--- trunk/refman-5.0/manual.xml	2006-10-25 14:19:17 UTC (rev 3736)
+++ trunk/refman-5.0/manual.xml	2006-10-25 14:32:02 UTC (rev 3737)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 0; 593 bytes

@@ -111,6 +111,8 @@
 
   <xi:include href="../refman-common/credits.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+  <xi:include href="releasenotes-es.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
   <xi:include href="news.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
   <xi:include href="porting.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>


Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml	2006-10-25 14:19:17 UTC (rev 3736)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml	2006-10-25 14:32:02 UTC (rev 3737)
Changed blocks: 2, Lines Added: 5, Lines Deleted: 3; 1054 bytes

@@ -1,15 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
 [
   <!ENTITY % fixedchars.entities  SYSTEM "../refman-common/fixedchars.ent">
   %fixedchars.entities;
   <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
   %urls.entities;
+  <!ENTITY % phrases.entities       SYSTEM "../refman-common/phrases.ent">
+  %phrases.entities;
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
 ]>
-<appendix id="releasenotes-es">
+<section id="releasenotes-es-5-0">
 
   <title>MySQL Enterprise Release Notes</title>
 

@@ -159,4 +161,4 @@
 
   </section>
 
-</appendix>
+</section>


Modified: trunk/refman-5.0/releasenotes-es.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es.xml	2006-10-25 14:19:17 UTC (rev 3736)
+++ trunk/refman-5.0/releasenotes-es.xml	2006-10-25 14:32:02 UTC (rev 3737)
Changed blocks: 4, Lines Added: 14, Lines Deleted: 13; 2406 bytes

@@ -11,12 +11,11 @@
   <!ENTITY % versions.entities    SYSTEM "versions.ent">
   %versions.entities;
 ]>
+
 <appendix id="releasenotes-es">
 
   <title>MySQL Enterprise 5.0 Release Notes</title>
-  
-  &es-only;
-  
+
   <indexterm>
     <primary>release notes</primary>
   </indexterm>

@@ -36,6 +35,8 @@
     <secondary>changes</secondary>
   </indexterm>
 
+  &es-only;
+  
   <para>
     This appendix lists the changes from version to version in MySQL
     Enterprise, including MySQL Enterprise Server. Releases in MySQL

@@ -46,10 +47,10 @@
 
     <listitem>
       <para>
-        <emphasis>Service Packs</emphasis> incorporate all the bug fixes and
-        security updates introduced since the previous MySQL Enterprise
-        Server release. A single Service Pack can be used to update
-        MySQL Enterprise Server; it is not necessary to install
+        <emphasis>Service Packs</emphasis> incorporate all the bug fixes
+        and security updates introduced since the previous MySQL
+        Enterprise Server release. A single Service Pack can be used to
+        update MySQL Enterprise Server; it is not necessary to install
         intervening service packs to bring your system up to date.
       </para>
     </listitem>

@@ -79,13 +80,13 @@
 
   <para>
     The date mentioned with a release version is the date of the last
-    change done internally at MySQL AB (the BitKeeper ChangeSet) on 
-    which the release was based, not the date
-    when the packages were made available. The binaries are usually made
-    available a few days after the date of the tagged ChangeSet, because
-    building and testing all packages takes some time.
+    change done internally at MySQL AB (the BitKeeper ChangeSet) on
+    which the release was based, not the date when the packages were
+    made available. The binaries are usually made available a few days
+    after the date of the tagged ChangeSet, because building and testing
+    all packages takes some time.
   </para>
 
-  <xi:include href="enterprise-es-5.0.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  <xi:include href="releasenotes-es-5.0.xml"  xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
 </appendix>


Thread
svn commit - mysqldoc@docsrva: r3737 - trunk/refman-5.0mcbrown25 Oct