Update to 3.20110225. From the changelog:
* editpage: Avoid inheriting internal page types. * htmltidy: Avoid breaking the sidebar when websetup is running. * transient: New utility plugin that allows transient pages to be stored in .ikiwiki/transient/ (smcv) * aggregate: Aggregated content is stored in the transient underlay. (Existing aggregated content is not moved, since it will eventually expire and be removed) (smcv) * autoindex, tag: Added autoindex_commit and tag_autocreate_commit that can be unset to make index files and tags respectively not be committed, and instead be stored in the transient underlay. Closes: #544322 (smcv) * autoindex: Adapted to use add_autofile. Slight behavior changes in edge cases that are probably really bug fixes. (smcv) * recentchanges: Use transient underlay (smcv) * map: Avoid unnecessary ul's in maps with nested directories. (Giuseppe Bilotta) * Fix broken baseurl in cgi mode when usedirs is disabled. Bug introduced in 3.20101231. * inline: Fix link to nested inlined pages's feeds. (Giuseppe Bilotta) * inline: Add 'id' parameter that can be used when styling individual feedlinks and postforms. (Giuseppe Bilotta)
This commit is contained in:
parent
be6a2be4b3
commit
eb3673af40
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.73 2011/01/25 11:59:48 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.74 2011/02/26 03:04:38 schmonz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ikiwiki_3.20110124
|
||||
DISTNAME= ikiwiki_3.20110225
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/i/ikiwiki/}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.58 2011/01/25 11:59:48 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.59 2011/02/26 03:04:38 schmonz Exp $
|
||||
|
||||
SHA1 (ikiwiki_3.20110124.tar.gz) = 0057ea2b08292ff5da71d8d227741bf260ee0a2c
|
||||
RMD160 (ikiwiki_3.20110124.tar.gz) = 148b2c7d3227034d19b834cd5a8fc96da745b77f
|
||||
Size (ikiwiki_3.20110124.tar.gz) = 2308029 bytes
|
||||
SHA1 (ikiwiki_3.20110225.tar.gz) = 863d61e87897f0cc1f4a1658b7d42d8df65b4234
|
||||
RMD160 (ikiwiki_3.20110225.tar.gz) = d7f8719e5cba5c455c1c72bd4f2e9ccf79e8cb1c
|
||||
Size (ikiwiki_3.20110225.tar.gz) = 2327000 bytes
|
||||
SHA1 (patch-aa) = 3f6c613520fdb979d68e0b4eda7698e62d4d8961
|
||||
SHA1 (patch-ab) = 9700097a9dbe8a2203169367c497ac8b89251903
|
||||
SHA1 (patch-ad) = 5720c313ea335a182417b2339ee2e8ef204fc11d
|
||||
|
|
Loading…
Reference in a new issue