List:Commits« Previous MessageNext Message »
From:paul Date:February 2 2007 9:48pm
Subject:svn commit - mysqldoc@docsrva: r4773 - in trunk: . refman-5.0
View as plain text  
Author: paul
Date: 2007-02-02 21:48:01 +0100 (Fri, 02 Feb 2007)
New Revision: 4773

Log:
 r19331@polar:  paul | 2007-02-02 14:29:58 -0600
 Document Uptime_since_flush_status (Jeremy Cole, Bug#24822)


Modified:
   trunk/refman-5.0/releasenotes-cs-5.0.xml
   trunk/refman-5.0/releasenotes-cs.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:19330
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15733
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:19331
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15733
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520


Modified: trunk/refman-5.0/releasenotes-cs-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-cs-5.0.xml	2007-02-02 20:47:48 UTC (rev 4772)
+++ trunk/refman-5.0/releasenotes-cs-5.0.xml	2007-02-02 20:48:01 UTC (rev 4773)
Changed blocks: 1, Lines Added: 59, Lines Deleted: 4; 2285 bytes

@@ -13,19 +13,74 @@
 ]>
 <section id="releasenotes-cs-5-0">
 
-  <title>MySQL Community Server 5.0 Release Notes</title>
+  <title>MySQL Community Server 5.0 Enhancements and Release Notes</title>
 
   <indexterm>
+    <primary>Enhancements</primary>
+    <secondary>MySQL Community Server</secondary>
+  </indexterm>
+
+  <indexterm>
     <primary>Release Notes</primary>
     <secondary>MySQL Community Server</secondary>
   </indexterm>
 
   <para>
-    This section documents all changes and bug fixes made to MySQL
-    Community Server from 5.0.27 on. For changes and bug fixes to
-    earlier versions, see <xref linkend="news"/>.
+    This section documents all enhancements, changes, and bug fixes made
+    to MySQL Community Server from 5.0.27 on. For changes and bug fixes
+    to earlier versions, see <xref linkend="news"/>.
   </para>
 
+  <section id="releasenotes-cs-5-0-35">
+
+    <title>Release Notes for MySQL Community Server 5.0.35 (Not yet
released)</title>
+
+    <para role="release-level">
+      This is a bugfix release for the current production release
+      family. It replaces MySQL 5.0.33.
+    </para>
+
+    <note>
+      <para>
+        This version of MySQL Community Server has been released as a
+        source tarball only; there are no binaries built by MySQL.
+      </para>
+    </note>
+
+    <para>
+      Functionality added or changed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+          Added the <literal>Uptime_since_flush_status</literal> status
+          variable, which indicates the number of seconds since the most
+          recent <literal>FLUSH STATUS</literal> statement. (From
+          Jeremry Cole) (Bug #24822)
+        </para>
+      </listitem>
+
+    </itemizedlist>
+
+<!--
+    <para>
+      Bugs fixed:
+    </para>
+
+    <itemizedlist>
+
+      <listitem>
+        <para>
+        </para>
+      </listitem>
+
+    </itemizedlist>
+-->
+
+  </section>
+
   <section id="releasenotes-cs-5-0-33">
 
     <title>Release Notes for MySQL Community Server 5.0.33 (09 January
2007)</title>


Modified: trunk/refman-5.0/releasenotes-cs.xml
===================================================================
--- trunk/refman-5.0/releasenotes-cs.xml	2007-02-02 20:47:48 UTC (rev 4772)
+++ trunk/refman-5.0/releasenotes-cs.xml	2007-02-02 20:48:01 UTC (rev 4773)
Changed blocks: 2, Lines Added: 20, Lines Deleted: 8; 1835 bytes

@@ -13,18 +13,33 @@
 ]>
 <appendix id="releasenotes-cs">
 
-  <title>MySQL Community Server Release Notes</title>
+  <title>MySQL Community Server Enhancements and Release Notes</title>
 
   <indexterm>
     <primary>release notes</primary>
   </indexterm>
 
   <indexterm>
+    <primary>enhancements</primary>
+    <secondary>MySQL Community Server</secondary>
+  </indexterm>
+
+  <indexterm>
+    <primary>MySQL Community Server</primary>
+    <secondary>enhancements</secondary>
+  </indexterm>
+
+  <indexterm>
     <primary>release notes</primary>
     <secondary>MySQL Community Server</secondary>
   </indexterm>
 
   <indexterm>
+    <primary>MySQL Community Server</primary>
+    <secondary>release notes</secondary>
+  </indexterm>
+
+  <indexterm>
     <primary>changes</primary>
     <secondary>MySQL Community Server</secondary>
   </indexterm>

@@ -35,16 +50,13 @@
   </indexterm>
 
   <para>
-    This appendix lists the changes from version to version in MySQL
-    Community Server.
+    This appendix lists the enhancements and changes from version to
+    version in MySQL Community Server. This information is updated as
+    bugs are fixed and features are incorporated, so that everybody can
+    follow the development process.
   </para>
 
   <para>
-    The Release Notes are updated as bugs are fixed and features are
-    incorporated, so that everybody can follow the development process.
-  </para>
-
-  <para>
     Note that we tend to update the manual at the same time we make
     changes to MySQL. If you find a recent version of MySQL listed here
     that you can't find on our download page


Thread
svn commit - mysqldoc@docsrva: r4773 - in trunk: . refman-5.0paul2 Feb