diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-08 06:06:47 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-08 06:06:47 +0000 |
commit | 949c66c3ebec6769f475f7bbe29f05aa3ce31f0d (patch) | |
tree | a53cf244d1aec1fd22f7a6974b25f8b0433d7dda /doc/news/version_1.25.mdwn | |
parent | 19bb1c521172b7d0442bd6d636154ec5d020672a (diff) | |
download | ikiwiki-949c66c3ebec6769f475f7bbe29f05aa3ce31f0d.tar ikiwiki-949c66c3ebec6769f475f7bbe29f05aa3ce31f0d.tar.gz |
add news item for ikiwiki 1.25
Diffstat (limited to 'doc/news/version_1.25.mdwn')
-rw-r--r-- | doc/news/version_1.25.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/news/version_1.25.mdwn b/doc/news/version_1.25.mdwn new file mode 100644 index 000000000..67a1d1d0e --- /dev/null +++ b/doc/news/version_1.25.mdwn @@ -0,0 +1,11 @@ +ikiwiki 1.25 released with these changes: + + * Add proper waitpid calls for open2ed processes throughout to avoid + zombies; this hit htmltidy especially badly. + * Drop real uid/gid in the suid wrapper, thus allowing commits to remote + subversion repos and fixing some other issues. + * Add support for tla, contributed by Clint Adams. Closes: #[385936](http://bugs.debian.org/385936) + * Add support for mercurial, contributed by Emanuele Aina. + * Include <link rel> tag for RSS feeds, used by some aggregators and + firefox to find the feed. + * Add a linkmap plugin (requires graphviz).
\ No newline at end of file |