diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 16:34:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-27 16:35:56 -0400 |
commit | 61426a71868a6863115b0a4e0467756e97953092 (patch) | |
tree | e17a4fdef2d2391440ba58d31bc7f45ef9fe4ddb /debian | |
parent | 8d04a1de61fb7498085c2ff59418aa4d2a0189d2 (diff) |
Reorganize index file, add a format version field.
Upgrades to the new index format should be transparent.
The version field is 3, because 1 was the old textual index, 2 was the
pre-versioned format.
This also includes some efficiency improvements to index loading, by
not copying a hash and using a reference.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1483bec64..2ea92c4c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,10 @@ ikiwiki (2.66) UNRELEASED; urgency=low untidied content if tidy crashes. In either case, it seems best to tidy the content to nothing. * htmltidy: Avoid spewing tidy errors to stderr. + * Add %wikistate, which is like %pagestate except not specific to a given + page, and is preserved across rebuilds. + * Reorganize index file, add a format version field. Upgrades to the new + index format should be transparent. -- Joey Hess <joeyh@debian.org> Thu, 25 Sep 2008 13:45:55 -0400 |