summaryrefslogtreecommitdiffhomepage
path: root/docs/dtd/changes.dtd
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2012-09-24 18:30:26 +0000
committerMaxim Dounin <mdounin@mdounin.ru>2012-09-24 18:30:26 +0000
commit649cd3b401d37662d541aaf030fb0d90d1b43203 (patch)
tree1f28fe1201020a36e24b9980b44877eedeff32f1 /docs/dtd/changes.dtd
parentbd0a1916ddd0e8969594097c125aeef97bf9a18e (diff)
downloadnginx-649cd3b401d37662d541aaf030fb0d90d1b43203.tar.gz
nginx-649cd3b401d37662d541aaf030fb0d90d1b43203.tar.bz2
Merge of r4777, r4780, r4831, r4832: release process changes.
*) Simplified makefile that builds CHANGES. *) Removed the need in Perl to generate ZIP archive of nginx/Windows. *) Converted DOS-style newlines in dump.xslt. *) Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.
Diffstat (limited to 'docs/dtd/changes.dtd')
-rw-r--r--docs/dtd/changes.dtd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dtd/changes.dtd b/docs/dtd/changes.dtd
index 4dea2c7af..e14518af7 100644
--- a/docs/dtd/changes.dtd
+++ b/docs/dtd/changes.dtd
@@ -12,10 +12,10 @@
>
<!ELEMENT change (para)* >
-<!ATTLIST change type (bugfix | feature | change | workaround) #IMPLIED >
+<!ATTLIST change type (bugfix | feature | change | security | workaround) #IMPLIED >
<!ELEMENT para (#PCDATA | at | br | nobr)* >
-<!ATTLIST para lang (ru | en) #IMPLIED >
+<!ATTLIST para lang (ru | en) #REQUIRED >
<!ELEMENT at EMPTY >
<!ELEMENT br EMPTY >