Mercurial > moin > 1.9
changeset 5886:5dfb9a831d8d
move security hint / update CHANGES
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Mon, 17 Sep 2012 14:03:37 +0200 |
parents | 4541d744d740 |
children | b397401dda7f |
files | docs/CHANGES |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/CHANGES Mon Sep 17 08:52:42 2012 +0200 +++ b/docs/CHANGES Mon Sep 17 14:03:37 2012 +0200 @@ -18,6 +18,10 @@ Version 1.9.5: + SECURITY HINT: make sure you have allow_xslt = False (or just do not use + allow_xslt at all in your wiki configs, False is the internal default). + Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page. + HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details. Fixes: @@ -41,6 +45,7 @@ output of send_page call with the groups formatter, it must not be written to the output stream * rst parser: fix include and macro directives + * wikisync: fix unicode pagename sending for python 2.7 httplib New features: * rss_rc: several new options added: lines parameter gives ability to set @@ -76,10 +81,6 @@ Version 1.9.4: - SECURITY HINT: make sure you have allow_xslt = False (or just do not use - allow_xslt at all in your wiki configs, False is the internal default). - Allowing XSLT/4suite is very dangerous, see HelpOnConfiguration wiki page. - HINT: Python >= 2.5 is maybe required! See docs/REQUIREMENTS for details. Fixes: