List:Commits« Previous MessageNext Message »
From:mcbrown Date:October 17 2007 4:03pm
Subject:svn commit - mysqldoc@docsrva: r8140 - trunk/dynamic-docs/changelog
View as plain text  
Author: mcbrown
Date: 2007-10-17 18:03:07 +0200 (Wed, 17 Oct 2007)
New Revision: 8140

Log:
Update to the changelog DTD



Modified:
   trunk/dynamic-docs/changelog/changelog.dtd


Modified: trunk/dynamic-docs/changelog/changelog.dtd
===================================================================
--- trunk/dynamic-docs/changelog/changelog.dtd	2007-10-17 16:02:34 UTC (rev 8139)
+++ trunk/dynamic-docs/changelog/changelog.dtd	2007-10-17 16:03:07 UTC (rev 8140)
Changed blocks: 2, Lines Added: 2, Lines Deleted: 3; 1166 bytes

@@ -14,7 +14,7 @@
 <!ELEMENT highlight EMPTY>
 <!ATTLIST highlight type (incompatiblechange | securityfix | performance
 |clusterreplication | api | clusterapi | diskdata | replication | importantchange |
-importantnote | packaging | partitioning |pluginapi | securityenhancement ) #REQUIRED>
+importantnote | packaging | partitioning |pluginapi | securityenhancement | cluster ) #REQUIRED>
 <!ELEMENT bugsauto EMPTY>
 <!ATTLIST bugsauto type CDATA #REQUIRED>
 <!ELEMENT manual EMPTY>

@@ -30,8 +30,7 @@
 <!ATTLIST regressionof bugid CDATA #REQUIRED>
 <!ELEMENT seealsobug (#PCDATA)>
 <!ATTLIST seealsobug bugid CDATA #REQUIRED>
-<!ELEMENT changelog (versionentry|logentry)*>
-<!ATTLIST changelog baseversion CDATA #IMPLIED>
+<!ELEMENT changelog (logentry)*>
 <!ELEMENT bugs (#PCDATA | fixes | introducedby | regressionof | seealsobug )*>
 <!ELEMENT version EMPTY>
 <!ATTLIST version ver CDATA #REQUIRED>


Thread
svn commit - mysqldoc@docsrva: r8140 - trunk/dynamic-docs/changelogmcbrown17 Oct