summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-09 14:18:48 -0400
committerJoey Hess <joey@kitenet.net>2011-02-09 14:18:48 -0400
commit1879fe63be1073fa0d55764e7d78af53afa4b265 (patch)
treed52a6b67936f2b216bec470dfed51c17feaf062d /debian
parent9d548239a92cb01429334b68c3967bc4dbcf0c50 (diff)
transient merged; bookkeeping
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog12
-rw-r--r--debian/copyright4
2 files changed, 16 insertions, 0 deletions
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 <joeyh@debian.org> 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 <http://smcv.pseudorandom.co.uk/>
License: GPL-2+
+Files: transient.pm
+Copyright: © 2011 Simon McVittie <http://smcv.pseudorandom.co.uk/>
+License: GPL-2+
+
Files: wmd.pm getsource.pm
Copyright: © 2009 William Uther
License: GPL-2+