diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-16 18:45:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-16 18:45:34 -0400 |
commit | e91b128338ee51790b141390338bea421963aa3f (patch) | |
tree | fbf90ee7876c2649c5284c3dfbb1c6cb94aa52a1 /doc/news | |
parent | 18cb252e747f9347f9962606a44f7782410ed3a7 (diff) |
add news item for ikiwiki 2.43
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_2.31.2.mdwn | 4 | ||||
-rw-r--r-- | doc/news/version_2.43.mdwn | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/doc/news/version_2.31.2.mdwn b/doc/news/version_2.31.2.mdwn deleted file mode 100644 index f2c2855e9..000000000 --- a/doc/news/version_2.31.2.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -ikiwiki 2.31.2 released with [[toggle text="these changes"]] -[[toggleable text=""" - * The security fix in the last release had buggy handling of data:image, - now fixed."""]]
\ No newline at end of file diff --git a/doc/news/version_2.43.mdwn b/doc/news/version_2.43.mdwn new file mode 100644 index 000000000..ce75b4c49 --- /dev/null +++ b/doc/news/version_2.43.mdwn @@ -0,0 +1,8 @@ +ikiwiki 2.43 released with [[toggle text="these changes"]] +[[toggleable text=""" + * Fix missing import of escapeHTML in userlink. (Scott Bronson) + * Fix broken rcs\_update for bzr. (Scott Bronson) + * Use bzr --quiet to avoid it outputting stuff and messing up http headers. + (Scott Bronson) + * Give the full path to the hyperestraier helpfile in estseek.conf. + * Recommend a recent git-core for git init. Closes: [475609](http://bugs.debian.org/475609)"""]]
\ No newline at end of file |