Fix 43670, 44501 - Fix how HDGF deals with trailing data in the list of chunk headers
[poi.git] / src / documentation / content / xdocs / dtd / changes-v11.mod
blobf9cd5cd83520321cb0a93ba948fd4b9867b35d9b
1 <!--
2 Copyright 1999-2004 The Apache Software Foundation
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
8 http://www.apache.org/licenses/LICENSE-2.0
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15 -->
16 <!-- ===================================================================
18 Apache Changes Module (Version 1.1)
20 PURPOSE:
21 This DTD was developed to create a simple yet powerful document
22 type for software development changes for use with the Apache projects.
23 It is an XML-compliant DTD and it's maintained by the Apache XML
24 project.
26 TYPICAL INVOCATION:
28 <!ENTITY % changes PUBLIC
29 "-//APACHE//ENTITIES Changes Vxy//EN"
30 "changes-vxy.mod">
31 %changes;
33 where
35 x := major version
36 y := minor version
38 NOTES:
39 It is important, expecially in open developped software projects, to keep
40 track of software changes both to give users indications of bugs that might
41 have been resolved, as well, and not less important, to provide credits
42 for the support given to the project. It is considered vital to provide
43 adequate payback using recognition and credits to let users and developers
44 feel part of the community, thus increasing development power.
46 FIXME:
48 CHANGE HISTORY:
49 [Version 1.0]
50 19991129 Initial version. (SM)
51 20000316 Added bugfixing attribute. (SM)
52 [Version 1.1]
53 20011212 Used public identifiers for external entities (SM)
55 ==================================================================== -->
57 <!-- =============================================================== -->
58 <!-- Document Type Definition -->
59 <!-- =============================================================== -->
61 <!ELEMENT changes (title?, devs?, release+)>
62 <!ATTLIST changes %common.att;>
64 <!ELEMENT release (action+)>
65 <!ATTLIST release %common.att;
66 version CDATA #REQUIRED
67 date CDATA #REQUIRED>
69 <!-- =============================================================== -->
70 <!-- End of DTD -->
71 <!-- =============================================================== -->