diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-24 21:30:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-24 21:30:18 -0400 |
commit | 9df8971e5746a801449e85da38d54dea071b7303 (patch) | |
tree | 00e1082773b6e5a0e297d114abf71d7a6b905d1f /debian/changelog | |
parent | 7821965ef0c8c49b233d8abb621af33f1f7a31bd (diff) |
Yaml formatted setup files are now produced by default
This has been a while coming. It turns out that non-excutable setup files
have a number of benefits. Also, I find YAML setup files easier to edit
myself, and I suspect many users will prefer not needing to deal with
perl syntax.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b483c29cc..e0036af23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ ikiwiki (3.20110322) UNRELEASED; urgency=low + * Yaml formatted setup files are now produced by default. + (Perl formatted setup files can still be used.) * Add timezone setting in setup file. This alows time zone to be configured via the web. |