diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-09 22:39:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-09 22:39:26 -0400 |
commit | 4e02dead1488930b3e5e7afffbd045f03b12c9ad (patch) | |
tree | 66fbef641b4312dfa4e8ab5108c63dd456bf70a9 /debian/changelog | |
parent | 6ebb411e8bf57f433b357ca4666eb367b9ecc569 (diff) |
Make it possible to load setup files w/o running them. Code needing to do so can call IkiWiki::Setup::load, and the values will be loaded into %IkiWiki::Setup::setup.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index adfa2c2f0..667869064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ikiwiki (2.54) UNRELEASED; urgency=low + + * Make it possible to load setup files w/o running them. Code + needing to do so can call IkiWiki::Setup::load, and the values will + be loaded into %IkiWiki::Setup::setup. + + -- Joey Hess <joeyh@debian.org> Wed, 09 Jul 2008 22:27:19 -0400 + ikiwiki (2.53) unstable; urgency=low * search: generate configuration files once only when rebuilding |