diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 19:24:17 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 19:28:52 -0400 |
commit | a5d825f28632655b608564893428ef9142dddb04 (patch) | |
tree | f629c2b1220c9ae25314f67ff11e1dc62c7918d6 /debian/changelog | |
parent | 7a8b492bcce45123cef45ebe6f97cd70b38b9db7 (diff) |
linkmap: does need presence deps
Otherwise, removal of a page with no links will not be noticed,
since no links will change.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a006d3177..dc6ee0a81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,8 +27,8 @@ ikiwiki (3.14159266) UNRELEASED; urgency=low 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. + This makes the map be regenerated much less frequently in many cases, + 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. |