diff options
author | schmonz <schmonz> | 2016-01-21 18:36:38 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2016-01-21 18:36:38 +0000 |
commit | ace14738a4a39ec66df7296dd371ad9bb12ec247 (patch) | |
tree | 99204d7d1f9dc8f7b6d435d9f4693ede25997c31 /www/ikiwiki/PLIST | |
parent | a87f48295b7921fef264272f233943be72223527 (diff) | |
download | pkgsrc-ace14738a4a39ec66df7296dd371ad9bb12ec247.tar.gz |
Update to 3.20160121. From the changelog:
[ Amitai Schlair ]
* meta: Fix [[!meta name=foo]] by closing the open quote.
* Avoid unescaped "{" in regular expressions
* meta test: Add tests for many behaviors of the directive.
* img test: Bail gracefully when ImageMagick is not present.
[ Joey Hess ]
* emailauth: Added emailauth_sender config.
* Modified page.tmpl to to set html lang= and dir= when
values have been specified for them, which the po plugin does.
* Specifically license the javascript underlay under the permissive
basewiki license.
[ Simon McVittie ]
* git: if no committer identity is known, set it to
"IkiWiki <ikiwiki.info>" in .git/config. This resolves commit errors
in versions of git that require a non-trivial committer identity.
* inline, trail: rename show, feedshow parameters to limit, feedlimit
(with backwards compatibility)
* pagestats: add "show" option to show meta fields. Thanks, Louis
* inline: force RSS <comments> to be a fully absolute URL as required
by the W3C validator. Please use Atom feeds if relative URLs are
desirable on your site.
* inline: add <atom:link rel="self"> to RSS feeds as recommended by
the W3C validator
* inline: do not produce links containing /./ or /../
* syslog: accept and encode UTF-8 messages
* syslog: don't fail to log if the wiki name contains %s
* Change dependencies from transitional package perlmagick
to libimage-magick-perl (Closes: #789221)
* debian/copyright: update for the rename of openid-selector to
login-selector
* d/control: remove leading article from Description
(lintian: description-synopsis-starts-with-article)
* d/control: Standards-Version: 3.9.6, no changes required
* Wrap and sort control files (wrap-and-sort -abst)
* Silence "used only once: possible typo" warnings for variables
that are part of modules' APIs
* Run autopkgtest tests using autodep8 and the pkg-perl team's
infrastructure
* Add enough build-dependencies to run all tests, except for
non-git VCSs
* tests: consistently use done_testing instead of no_plan
* t/img.t: do not spuriously skip
* img test: skip testing PDFs if unsupported
* img test: use the right filenames when testing that deletion occurs
-- Simon McVittie <smcv@debian.org> Thu, 21 Jan 2016 09:53:07 +0000
Diffstat (limited to 'www/ikiwiki/PLIST')
-rw-r--r-- | www/ikiwiki/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ikiwiki/PLIST b/www/ikiwiki/PLIST index d047d5c1236..ce39508300e 100644 --- a/www/ikiwiki/PLIST +++ b/www/ikiwiki/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.44 2015/06/11 14:15:33 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.45 2016/01/21 18:36:38 schmonz Exp $ bin/ikiwiki bin/ikiwiki-calendar bin/ikiwiki-comment @@ -129,6 +129,7 @@ share/ikiwiki/examples/blog/comments.mdwn share/ikiwiki/examples/blog/index.mdwn share/ikiwiki/examples/blog/posts.mdwn share/ikiwiki/examples/blog/posts/first_post.mdwn +share/ikiwiki/examples/blog/posts/second_post.mdwn share/ikiwiki/examples/blog/sidebar.mdwn share/ikiwiki/examples/blog/tags.mdwn share/ikiwiki/examples/softwaresite.mdwn |