From 1879fe63be1073fa0d55764e7d78af53afa4b265 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 9 Feb 2011 14:18:48 -0400 Subject: transient merged; bookkeeping --- debian/changelog | 12 ++++++++++++ debian/copyright | 4 ++++ 2 files changed, 16 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 87a280ed0..ec345f720 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,18 @@ ikiwiki (3.20110125) UNRELEASED; urgency=low * 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) -- Joey Hess Tue, 01 Feb 2011 21:00:57 -0400 diff --git a/debian/copyright b/debian/copyright index 799a354c4..7dfeff13d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -135,6 +135,10 @@ Files: 404.pm Copyright: © 2009 Simon McVittie License: GPL-2+ +Files: transient.pm +Copyright: © 2011 Simon McVittie +License: GPL-2+ + Files: wmd.pm getsource.pm Copyright: © 2009 William Uther License: GPL-2+ -- cgit v1.2.3