]> sipb.mit.edu Git - ikiwiki.git/commitdiff
add news item for ikiwiki 3.11
authorJoey Hess <joey@gnu.kitenet.net>
Mon, 4 May 2009 20:35:59 +0000 (16:35 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Mon, 4 May 2009 20:35:59 +0000 (16:35 -0400)
doc/news/version_3.10.mdwn [deleted file]
doc/news/version_3.11.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_3.10.mdwn b/doc/news/version_3.10.mdwn
deleted file mode 100644 (file)
index 9d9c33c..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-ikiwiki 3.10 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
-   * darcs: Finally added support for this VCS, thanks to many
-     contributors:
-     - Thomas Schwinge wrote the original file, implementing only rcs\_commit.
-     - Benjamin A'Lee contributed an alternative implementation.
-     - Tuomo Valkonen contributed rcs\_getctime and stub rcs\_recentchanges.
-     - Simon Michael contributed multiple changes.
-     - Petr Ročkai fixed rcs\_recentchanges.
-     - Sven M. Hallberg merged the above and added missing features.
-   * Add missing newline to Confirm Password prompt.
-   * Add missing permalink support to archivepage and titlepage templates.
-   * debian/control: Wrap fields.
-   * inline: Add author info to archive display.
-   * Add a microblog template that is useful for inlining microblogging posts."""]]
\ No newline at end of file
diff --git a/doc/news/version_3.11.mdwn b/doc/news/version_3.11.mdwn
new file mode 100644 (file)
index 0000000..9cef6f6
--- /dev/null
@@ -0,0 +1,23 @@
+ikiwiki 3.11 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+   * Avoid using python-support. Closes: #[525086](http://bugs.debian.org/525086)
+   * websetup: Display stderr in browser if ikiwiki setup fails.
+   * blogspam: Load RPC::XML library in checkconfig, so that an
+     error can be printed at that point if it's not available,
+     allowing the admin to see it during wiki setup.
+     Closes: #[520015](http://bugs.debian.org/520015)
+   * websetup: If setup fails, restore old setup file.
+   * relativedate: Deal with clock skew.
+   * Add IkiWiki::ErrorReason objects, and modify pagespecs to return
+     them in cases where they fail to match due to a configuration or syntax
+     error.
+   * pagespec\_match\_list: New API function, matches pages in a list
+     and throws an error if the pagespec is bad.
+   * inline, brokenlinks, calendar, linkmap, map, orphans, pagecount,
+     pagestate, postsparkline: Display a handy error message if the pagespec
+     is erronious.
+   * comments: Add link to comment post form to allow user to sign in
+     if they wish to, if the configuration makes signin optional
+     for commenting.
+   * Updated Danish translation from Jonas Smedegaard. Closes: #[525751](http://bugs.debian.org/525751)
+   * translation.mdwn: Typo fixes. Closes: #[525753](http://bugs.debian.org/525753)"""]]
\ No newline at end of file