This is an automated email from the ASF dual-hosted git repository.

kkolinko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f3150f  Followup for bug 64931 - Declare additional elements used in 
other versions of Tomcat.
3f3150f is described below

commit 3f3150f1a3f949a19f51e857c69e90ba2d362b82
Author: Konstantin Kolinko <kkoli...@apache.org>
AuthorDate: Wed Nov 18 23:02:16 2020 +0300

    Followup for bug 64931 - Declare additional elements used in other versions 
of Tomcat.
---
 webapps/docs/changelog.xml | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 5c064fc..80a6e85 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -43,7 +43,9 @@
   <!ATTLIST item href CDATA #REQUIRED>
 
   <!-- Elements of this document -->
-  <!ELEMENT properties (title, no-comments) >
+  <!ELEMENT properties (author*, title, no-comments) >
+  <!ELEMENT author (#PCDATA)>
+  <!ATTLIST author email CDATA #IMPLIED>
   <!ELEMENT no-comments EMPTY>
 
   <!ELEMENT section (subsection)*>
@@ -53,19 +55,27 @@
   <!ELEMENT subsection (changelog+)>
   <!ATTLIST subsection name CDATA #REQUIRED>
 
-  <!ELEMENT changelog (add|update|fix|scode)*>
+  <!ELEMENT changelog (add|update|fix|scode|docs|design)*>
   <!ELEMENT add ANY>
+  <!ELEMENT update ANY>
   <!ELEMENT fix ANY>
   <!ELEMENT scode ANY>
-  <!ELEMENT update ANY>
+  <!ELEMENT docs ANY>
+  <!ELEMENT design ANY>
 
   <!ELEMENT bug (#PCDATA)>
+  <!ELEMENT rev (#PCDATA)>
 
   <!-- Random HTML markup tags. Add more here as needed. -->
   <!ELEMENT a (#PCDATA)>
   <!ATTLIST a href CDATA #REQUIRED>
+  <!ATTLIST a rel CDATA #IMPLIED>
 
+  <!ELEMENT b (#PCDATA)>
   <!ELEMENT code (#PCDATA)>
+  <!ELEMENT em (#PCDATA)>
+  <!ELEMENT strong (#PCDATA)>
+  <!ELEMENT tt (#PCDATA)>
 ]>
 <?xml-stylesheet type="text/xsl" href="tomcat-docs.xsl"?>
 <document url="changelog.html">
@@ -87,7 +97,7 @@
 
   Fixes having an issue number are sorted by their number, ascending.
 
-  There is no ordering by add/update/fix/scode.
+  There is no ordering by add/update/fix/scode/docs/design.
 
   Other fixed issues are added to the end of the list, chronologically.
   They eventually become mixed with the numbered issues (i.e., numbered


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to