diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-10 01:18:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-10 01:18:03 +0000 |
commit | 06b955b84a0abec6d6baae9eb295793574cb76d7 (patch) | |
tree | 5ea1ca13d4c77df89e1f6e4004d1b23b0a6c3b93 /debian/changelog | |
parent | 7afb843a007a3a5f15cf64a36364ceffd8440047 (diff) |
* Add a new %destsources hash, which maps between a destination file and
the source page used to create it, ie it's the reverse of %renderedfiles.
* Use %destsources in htmllink and urlto for 20-50% speedup.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1910dfc4e..570c15d28 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,8 +10,11 @@ ikiwiki (1.50) UNRELEASED; urgency=low [ Joey Hess ] * Add support for PROFILE=1 to the Makefile, this turns on profiling of the wiki build using Devel::Profiler (Dprof can't handle ikiwiki). + * Add a new %destsources hash, which maps between a destination file and + the source page used to create it, ie it's the reverse of %renderedfiles. + * Use %destsources in htmllink and urlto for 20-50% speedup. - -- Joey Hess <joeyh@debian.org> Mon, 09 Apr 2007 20:22:44 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 09 Apr 2007 21:09:32 -0400 ikiwiki (1.49) unstable; urgency=low |