diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-26 17:14:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-26 17:14:03 -0400 |
commit | 97b0c6e455f9edb99d9bd5145a8e82549ed54694 (patch) | |
tree | 19a12204cdf1c6604f9cbab64f98af6a60be2849 /debian/changelog | |
parent | a6bd053638c67e5410c4a0a3742ba3825320b344 (diff) |
Fix removal of rendered files in rebuild mode.
Needed to handle the move of the .js files into ikiwiki/, but also this is
a longstanding bug.
Old pagemtime is not remembered in rebuild mode, and changing that would
need a lot of changes. So instead, loop on pagectime, which is remembered.
Change to remembering old pagesources info in rebuild mode. This seems safe
enough.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 53febb433..1229b1198 100644 --- a/debian/changelog +++ b/debian/changelog @@ -74,6 +74,7 @@ ikiwiki (3.20100424) UNRELEASED; urgency=low * Moved javascript files under the ikiwiki/ directory, to avoid cluttering the top of the web root. This is another things that requires a wiki rebuild on upgrade to this version. + * Fix removal of rendered files in rebuild mode. -- Joey Hess <joeyh@debian.org> Sun, 04 Apr 2010 12:17:11 -0400 |