From: joey Date: Tue, 26 Sep 2006 06:09:43 +0000 (+0000) Subject: add news item for ikiwiki 1.28 X-Git-Tag: 1.29~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f84d836e35e16993410e402098b399b79f498b9a;p=ikiwiki.git add news item for ikiwiki 1.28 --- diff --git a/doc/news/version_1.25.mdwn b/doc/news/version_1.25.mdwn deleted file mode 100644 index 67a1d1d0e..000000000 --- a/doc/news/version_1.25.mdwn +++ /dev/null @@ -1,11 +0,0 @@ -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 diff --git a/doc/news/version_1.28.mdwn b/doc/news/version_1.28.mdwn new file mode 100644 index 000000000..61b50b060 --- /dev/null +++ b/doc/news/version_1.28.mdwn @@ -0,0 +1,10 @@ +ikiwiki 1.28 released with these changes: + + * inline: Add ability to sort by page name, based on a patch from + Benjamin A'Lee. + * Fix a forkbomb in various calls to IPC::Open2, which has a highly + braindead interface. Closes: #[389383](http://bugs.debian.org/389383) + * Don't rm -rf ikiwiki on distclean, since a) there's no such file + and b) those poor Mac OSX users and their case insensative files! + * Don't fail syntax check if Text::Typography isn't installed. + Closes: #[389406](http://bugs.debian.org/389406) \ No newline at end of file