diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-04 16:33:58 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-04 16:33:58 -0400 |
commit | 9403045b7e48c4bae109bf7c2d1855c8769e2071 (patch) | |
tree | 63aabcd99be2d0101659772a7a61a4b081dde878 /debian/changelog | |
parent | 66a7b49acb06e0e9b3d0b31d087202d3c81d85e9 (diff) | |
parent | d5357374c9def3cee23d46595f61795e08f4cc0b (diff) |
Merge branch 'dependency-types' into transitive-dependencies
Conflicts:
IkiWiki/Render.pm
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ca5409af7..0e9bf512b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,15 @@ ikiwiki (3.14159266) UNRELEASED; urgency=low * mirrorlist: Display nothing if list is empty. * Fix a bug that could lead to duplicate links being recorded for tags. + * Added support framework for multiple types of dependencies. + * Allow declaring that a dependency does not encompass the content of a + page. (By passing content => 0 to add_depends.) + * pagecount, calendar, postsparkline, progress: Use a contentless dependency, + which makes these directives much less expensive to use, since page + edits will no longer trigger an unnecessary update. + * map: Use a contentless dependency unless show= is specified. + This makes simple maps efficient enough that they can be used on sidebars! + * inline: Use a contentless dependency in quick mode. -- Joey Hess <joeyh@debian.org> Sun, 27 Sep 2009 17:40:03 -0400 |