]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/news/version_3.20160121.mdwn
Announce version 3.20160121
[git.ikiwiki.info.git] / doc / news / version_3.20160121.mdwn
1 ikiwiki 3.20160121 released with [[!toggle text="these changes"]]
2 [[!toggleable text="""
3  * [ [[Amitai Schlair|schmonz]] ]
4    * [[plugins/meta]]: Fix `\[[!meta name=foo]]` by closing the open quote.
5    * Avoid unescaped `{` in regular expressions
6    * meta test: Add tests for many behaviors of the directive.
7    * img test: Bail gracefully when [[!cpan ImageMagick]] is not present.
8  * [ [[Joey Hess|joey]] ]
9    * [[plugins/emailauth]]: Added `emailauth_sender` config.
10    * Modified `page.tmpl` to to set html `lang=` and `dir=` when
11      values have been specified for them, which the [[plugins/po|po plugin]] does.
12    * Specifically license the javascript underlay under the permissive
13      basewiki license.
14  * [ [[Simon McVittie|smcv]] ]
15    * [[plugins/git]]: if no committer identity is known, set it to
16      `IkiWiki <ikiwiki.info>` in `.git/config`. This resolves commit errors
17      in versions of git that require a non-trivial committer identity.
18    * [[plugins/inline]], [[plugins/trail]]: rename `show`, `feedshow` parameters to `limit`, `feedlimit`
19      (with backwards compatibility)
20    * [[plugins/pagestats]]: add `show` option to show [[plugins/meta]] fields. Thanks, [[Louis|spalax]]
21    * [[plugins/inline]]: force RSS `<comments>` to be a fully absolute URL as required
22      by the W3C validator. Please use Atom feeds if relative URLs are
23      desirable on your site.
24    * [[plugins/inline]]: add `<atom:link rel="self">` to RSS feeds as recommended by
25      the W3C validator
26    * [[plugins/inline]]: do not produce links containing `/./` or `/../`
27    * syslog: accept and encode UTF-8 messages
28    * syslog: don't fail to log if the wiki name contains `%s`
29    * Change dependencies from transitional package [[!debpkg perlmagick]]
30      to [[!debpkg libimage-magick-perl]] (Closes: #[789221](http://bugs.debian.org/789221))
31    * debian/copyright: update for the rename of `openid-selector` to
32      `login-selector`
33    * d/control: remove leading article from Description
34      (lintian: description-synopsis-starts-with-article)
35    * d/control: Standards-Version: 3.9.6, no changes required
36    * Wrap and sort control files (`wrap-and-sort -abst`)
37    * Silence "used only once: possible typo" warnings for variables
38      that are part of modules' APIs
39    * Run [[!debpkg autopkgtest]] tests using [[!debpkg autodep8]] and the pkg-perl team's
40      infrastructure
41    * Add enough build-dependencies to run all tests, except for
42      non-git VCSs
43    * tests: consistently use `done_testing` instead of `no_plan`
44    * `t/img.t`: do not spuriously skip
45    * img test: skip testing PDFs if unsupported
46    * img test: use the right filenames when testing that deletion occurs"""]]