diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-09 14:18:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-09 14:18:48 -0400 |
commit | 1879fe63be1073fa0d55764e7d78af53afa4b265 (patch) | |
tree | d52a6b67936f2b216bec470dfed51c17feaf062d /debian/changelog | |
parent | 9d548239a92cb01429334b68c3967bc4dbcf0c50 (diff) |
transient merged; bookkeeping
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 12 |
1 files changed, 12 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 |