Kaydet (Commit) fcc9091c authored tarafından Gürer Özen's avatar Gürer Özen

type için security ve bug seçeneğimiz var sadece.

üst 08e260c7
...@@ -121,8 +121,7 @@ suck anyway --> ...@@ -121,8 +121,7 @@ suck anyway -->
<!ELEMENT Update (#PCDATA | Date | Version | Comment | Name | Email)*> <!ELEMENT Update (#PCDATA | Date | Version | Comment | Name | Email)*>
<!ATTLIST Update release CDATA #REQUIRED> <!ATTLIST Update release CDATA #REQUIRED>
<!-- FIXME: valid types must be used instead of CDATA --> <!ATTLIST Update type (security|bug) #IMPLIED>
<!ATTLIST Update type CDATA #IMPLIED>
<!ELEMENT Date (#PCDATA)> <!ELEMENT Date (#PCDATA)>
<!ELEMENT Version (#PCDATA)> <!ELEMENT Version (#PCDATA)>
......
...@@ -439,8 +439,6 @@ ...@@ -439,8 +439,6 @@
<choice> <choice>
<value>security</value> <value>security</value>
<value>bug</value> <value>bug</value>
<value>normal</value>
<value>enhancement</value>
</choice> </choice>
</attribute> </attribute>
</optional> </optional>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment