Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5271263BBDD for ; Fri, 7 Jan 2011 03:36:10 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 232B219CEB6; Fri, 7 Jan 2011 03:36:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6570119CE93 for ; Fri, 7 Jan 2011 03:36:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Cue9Z4cNjxV3 for ; Fri, 7 Jan 2011 03:36:07 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id CC06119CE64 for ; Fri, 7 Jan 2011 03:36:07 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BA611175DD; Fri, 7 Jan 2011 03:36:07 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 7 Jan 2011 03:36:07 +0000 From: "Amitai Schlair" Subject: CVS commit: pkgsrc/www/ikiwiki To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20110107033607.BA611175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: schmonz Date: Fri Jan 7 03:36:07 UTC 2011 Modified Files: pkgsrc/www/ikiwiki: Makefile distinfo Log Message: Update to 3.20110105. From the changelog: * tag: Do not include tagbase in rss/atom category tags. (Giuseppe Bilotta) * tag: Improve display of tags with a slash in their names. (Giuseppe Bilotta) * Fix redirect to use a full url. Was broken (in theory) by baseurl changes in last release. * Fix `<base>` output by cgi to have a full url again, broken by last release. * Fix permalinks to recentchanges items and comments, broken by last release. * Export three cgi env vars needed for CGI->url to work. Fixed openid breakage from last release. * Removed `IkiWiki::misctemplate()` function. Any plugins using it should use `IkiWiki::cgitemplate()` instead. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/www/ikiwiki/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/www/ikiwiki/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.