diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-06 01:58:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-06 01:58:04 -0400 |
commit | adc2eb3d8c900a011000431b01ff4b89d5f4f689 (patch) | |
tree | 1a1888f6fd43a7065a9a15abcdf15d7cddaef3db /debian/changelog | |
parent | 6fb6d515247b53641c18c286312eb26b58bb9df3 (diff) |
Options set in the setup file are now immediatly loaded by ikiwiki -setup. This allows later switches to override them. Previously, setup file options overrode most command line options.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b4bdfeefe..e901354eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,9 @@ ikiwiki (2.60) UNRELEASED; urgency=low account. Also, avoid making index pages for directories that contain no files. * external: Fix support for hooks called in an array context. + * Options set in the setup file are now immediatly loaded by ikiwiki -setup. + This allows later switches to override them. Previously, setup file + options overrode most command line options. -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2008 11:35:46 -0400 |