add news item for ikiwiki 3.20110430
authorJoey Hess <joey@kitenet.net>
Sat, 30 Apr 2011 21:31:34 +0000 (17:31 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 30 Apr 2011 21:31:34 +0000 (17:31 -0400)
doc/news/version_3.20110123.mdwn [deleted file]
doc/news/version_3.20110430.mdwn [new file with mode: 0644]

diff --git a/doc/news/version_3.20110123.mdwn b/doc/news/version_3.20110123.mdwn
deleted file mode 100644 (file)
index 0c4d202..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-ikiwiki 3.20110123 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
-   * Adapt autoindex test suite to work with old Test::More.
-   * Fix posting by blog form, broken by last release."""]]
\ No newline at end of file
diff --git a/doc/news/version_3.20110430.mdwn b/doc/news/version_3.20110430.mdwn
new file mode 100644 (file)
index 0000000..ac2c815
--- /dev/null
@@ -0,0 +1,19 @@
+ikiwiki 3.20110430 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+   * meta: Allow adding javascript to pages. Only when htmlscrubber is
+     disabled, naturally. (Thanks, Giuseppe Bilotta) Closes: #[623154](http://bugs.debian.org/623154)
+   * comments: Add avatar picture of comment author, using Libravatar::URL
+     when available. The avatar is looked up based on the user's openid,
+     or email address. (Thanks, Francois Marier)
+   * Recommend libgravatar-url-perl, which contains Libravatar::URL.
+   * monotone: Implement rcs\_getmtime, and work around a problem with monotone
+     0.48 that affects rcs\_getctime. (Thanks, Richard Levitte)
+   * meta: Fix bug in loading of HTML::Entities that can break inline
+     archive=yes (mostly masked by other plugins that load the module).
+   * Be quiet about updating wrappers, except in verbose mode. (jmtd)
+   * meta: Add FOAF support. Closes: #[623156](http://bugs.debian.org/623156) (Jonas Smedegaard)
+   * Promote Crypt::SSLeay to Recommends; needed for https openid auth.
+   * tag: Avoid autocreating multiple tag pages that vary only in
+     capitalization. The first capitalization seen of a tag will be used
+     for the tag page.
+   * Fix yaml build dep. Closes: #[624712](http://bugs.debian.org/624712)"""]]
\ No newline at end of file