diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 17:47:10 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 17:47:10 -0400 |
commit | af85f62d6fd7c3b437fa527bff3392616d3513dc (patch) | |
tree | daab5eee17d66343c7dad496f1d767333a80f9da /debian/changelog | |
parent | 2494a23fdd911eb7e85f2ea66607b4e08d87e927 (diff) | |
download | ikiwiki-af85f62d6fd7c3b437fa527bff3392616d3513dc.tar ikiwiki-af85f62d6fd7c3b437fa527bff3392616d3513dc.tar.gz |
linkmap: Use a combination of presence and link dependencies.
This makes the map be regenerated much less frequently, so larger maps are
more practical to use now.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 89d377769..a006d3177 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,9 @@ ikiwiki (3.14159266) UNRELEASED; urgency=low This makes them more efficient. It also fixes a longstanding bug, where if only a small set of pages were considered by orphans/pagestats, changes to links on other pages failed to cause an update. + * linkmap: Use a combination of presence and link dependencies. + This makes the map be regenerated much less frequently, so larger + maps are more practical to use now. * Transitive dependencies are now correctly supported. * Rebuild wikis on upgrade to this version to get improved dependency info. |