diff options
author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-11-12 23:29:04 +0000 |
---|---|---|
committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-11-12 23:29:04 +0000 |
commit | 22cefe1ba6bbbf0c2ce26fac89fd52ae42dbfcdd (patch) | |
tree | 969a53e69b338f4ab645edb5d43f9b5f5670e835 | |
parent | 51119afa2c14cabf6204bedb197dbd8bd8f49972 (diff) | |
download | docutils-22cefe1ba6bbbf0c2ce26fac89fd52ae42dbfcdd.tar.gz |
added Version Applicability section
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4808 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r-- | docs/howto/security.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/howto/security.txt b/docs/howto/security.txt index 08697f0cf..a967dffb4 100644 --- a/docs/howto/security.txt +++ b/docs/howto/security.txt @@ -144,6 +144,16 @@ should contain the following lines:: .. _Docutils Configuration: ../user/config.html +Version Applicability +===================== + +The ``file_insertion_enabled`` & ``raw_enabled`` settings were added +to Docutils 0.3.9; previous versions will ignore these settings. A +bug existed in the configuration file handling of these settings in +Docutils 0.4 and earlier. The bug was fixed with the 0.4.1 release on +2006-11-12. + + Related Documents ================= |