add news item for ikiwiki 3.20100501
authorJoey Hess <joey@kitenet.net>
Sun, 2 May 2010 01:42:48 +0000 (21:42 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 2 May 2010 01:42:48 +0000 (21:42 -0400)
doc/news/version_3.20100212.mdwn [deleted file]
doc/news/version_3.20100302.mdwn [deleted file]
doc/news/version_3.20100501.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_3.20100212.mdwn b/doc/news/version_3.20100212.mdwn
deleted file mode 100644 (file)
index 3dcfe5f..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-ikiwiki 3.20100212 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
-   * template: Preprocess parameters before htmlizing.
-   * img: Fix a bug that could taint @links with undef values.
-   * setup automator: Configure Term::Readline to use bold for prompt, rather
-     than default underline. Closes: #[517656](http://bugs.debian.org/517656)
-   * Allow jumping directly into account registration process by going to
-     ikiwiki.cgi?do=register
-   * Improve display of openid in preferences page.
-   * Add link to userpage (or creation link) to top of preferences page.
-   * opendiscussion: This plugin will also now allow posting comments
-     to otherwise locked-down sites.
-   * auto-blog.setup: Lock all pages, so only admin can post to the blog
-     by default, and enable opendiscussion so others can comment.
-   * Fix color and format plugins to appear in the websetup interface.
-   * amazon\_s3: Fix to support the EU S3 datacenter, which is more picky
-     about attempts to create already existing buckets.
-   * httpauth: When cgiauthurl is configured, httpauth can now be used
-     alongside other authentication methods (like openid or anonok). Rather
-     than always redirect to the cgiauthurl for authentication, there is now
-     a button on the login form to use it.
-   * httpauth: Add httpauth\_pagespec setting that can be used to limit
-     pages to only being edited via users authed with httpauth.
-   * Allow globs to be used in user() pagespecs.
-   * Group related plugins into sections in the setup file, and drop
-     unused rcs plugins from the setup file."""]]
\ No newline at end of file
diff --git a/doc/news/version_3.20100302.mdwn b/doc/news/version_3.20100302.mdwn
deleted file mode 100644 (file)
index f439b1b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-ikiwiki 3.20100302 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
-   * comments: Display number of comments in comment action link.
-   * Rebuild wikis on upgrade to this version to get the comment counts
-     added to existing pages.
-   * Loosen regexp, to allow empty quoted parameters in directives.
-   * Add force\_overwrite setting to make setup automator overwrite existing
-     files/directories.
-   * Fix admin openid detection in setup automator, and avoid prompting
-     for a password.
-   * Add new --clean option; this makes ikiwiki remove all built
-     files in the destdir, as well as wrappers and the .ikiwiki directory."""]]
\ No newline at end of file
diff --git a/doc/news/version_3.20100501.mdwn b/doc/news/version_3.20100501.mdwn
new file mode 100644 (file)
index 0000000..0cf5e38
--- /dev/null
@@ -0,0 +1,21 @@
+ikiwiki 3.20100501 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+   * TMPL\_INCLUDE re-enabled for templates read from the templatedir.
+     (But not in-wiki templates.)
+   * Version dependency on liburi-perl to &gt;= 1.36; previous versions
+     did not support building urls from utf-8 strings. Closes: #[579713](http://bugs.debian.org/579713)
+   * Ikiwiki can be configured to generate html5 instead of the default xhtml
+     1.0. The html5 output mode is experimental, not yet fully standards
+     compliant, and will be subject to rapid change.
+   * htmlscrubber: Allow html5 semantic tags: section, nav, article, aside
+     hgroup, header, footer, figure, figcaption, time, mark
+   * htmlscrubber: Also allow some other html5 tags: canvas, progress, meter,
+     ruby, rt, rp, details, summary, datalist.
+   * htmlscrubber: Round out html5 video support with the preload
+     attribute and the source tag.
+   * htmlscrubber: Allow the html5 form attributes: placeholder, autofocus,
+     min, max, step, required, autocomplete, novalidate, pattern, list,
+     and form. (Also the form* override attributes for input and buttons.)
+   * htmlscrubber: Allow additional misc html5 attributes: reversed,
+     spellcheck, and hidden.
+   * template: Fix typo."""]]
\ No newline at end of file