aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-09 22:39:26 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-09 22:39:26 -0400
commit4e02dead1488930b3e5e7afffbd045f03b12c9ad (patch)
tree66fbef641b4312dfa4e8ab5108c63dd456bf70a9 /debian
parent6ebb411e8bf57f433b357ca4666eb367b9ecc569 (diff)
downloadikiwiki-4e02dead1488930b3e5e7afffbd045f03b12c9ad.tar
ikiwiki-4e02dead1488930b3e5e7afffbd045f03b12c9ad.tar.gz
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')
-rw-r--r--debian/changelog8
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