]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add news item for ikiwiki 1.28
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 26 Sep 2006 06:09:43 +0000 (06:09 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 26 Sep 2006 06:09:43 +0000 (06:09 +0000)
doc/news/version_1.25.mdwn [deleted file]
doc/news/version_1.28.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_1.25.mdwn b/doc/news/version_1.25.mdwn
deleted file mode 100644 (file)
index 67a1d1d..0000000
+++ /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 &lt;link rel&gt; 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 (file)
index 0000000..61b50b0
--- /dev/null
@@ -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