diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-24 13:52:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-24 13:52:41 -0400 |
commit | 59c81f07fafb9aee6366f9b7f9aee3ebc1592e2f (patch) | |
tree | fe37e7f35ea399237ca65464c5dc34ed0bc8d1ca /doc/news | |
parent | 41ee809bf7735f5d9d7b21722fac6d5ef27765b8 (diff) | |
download | ikiwiki-59c81f07fafb9aee6366f9b7f9aee3ebc1592e2f.tar ikiwiki-59c81f07fafb9aee6366f9b7f9aee3ebc1592e2f.tar.gz |
add news item for ikiwiki 2.44
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_2.32.3.mdwn | 18 | ||||
-rw-r--r-- | doc/news/version_2.44.mdwn | 10 |
2 files changed, 10 insertions, 18 deletions
diff --git a/doc/news/version_2.32.3.mdwn b/doc/news/version_2.32.3.mdwn deleted file mode 100644 index 3d0177a52..000000000 --- a/doc/news/version_2.32.3.mdwn +++ /dev/null @@ -1,18 +0,0 @@ -ikiwiki 2.32.3 released with [[toggle text="these changes"]] -[[toggleable text=""" - * [ Josh Triplett ] - * Do not allow the about: URI scheme; some browsers interpret about: - URIs like a limited version of data: URIs. In particular, some - versions of Internet Explorer interpret arbitrary HTML content in - about: URIs. - * Also filter the attributes cite, longdesc, and usemap, which can contain - URIs. - * [ Joey Hess ] - * meta: Check that the urls provided for authorurl, permalink, and openid - are safe and can't contain javascript. - * [ Josh Triplett ] - * Match literal '.' in URI schemas containing '.', rather than matching any - character. - * Do not allow the steam: URI scheme. - * Allow the snews: URI scheme. - * Allow the smb: URI scheme."""]]
\ No newline at end of file diff --git a/doc/news/version_2.44.mdwn b/doc/news/version_2.44.mdwn new file mode 100644 index 000000000..4749ba257 --- /dev/null +++ b/doc/news/version_2.44.mdwn @@ -0,0 +1,10 @@ +ikiwiki 2.44 released with [[toggle text="these changes"]] +[[toggleable text=""" + * Bring back the svnrepo setup file option. This is needed for + recentchangediff to work with svn repos. + * Allow libtext-markdown-perl to satisfy dependencies, as a + an alternative to the markdown package. + * Correct a bug in pagespec matching, where a empty pagespec matched all + pages. This manifested as wikis with no locked pages treating them all as + locked. The bug was introduced in version 2.41. + * Medium urgency upload due to above fix."""]]
\ No newline at end of file |