diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-13 21:41:33 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-13 21:41:33 -0400 |
commit | 830c9e59b2c4d5c90e4316d8e81558e1aeb132f2 (patch) | |
tree | 8eb2789a6039095f7704656ab43addce4b0bb7d4 /debian/changelog | |
parent | fed73d8d922ec4d52457a99f652c1d0d26ba67c3 (diff) |
Add discussionpage configuration setting
By adding this setting, we get both more configurability, and a minor
optimisation too, since gettext does not need to be called continually
to get the Discussion value.
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 ed7854e8a..5e5149927 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ ikiwiki (3.141593) UNRELEASED; urgency=low the old version, but continue. Closes: #541205 * inline: Avoid use of my $_ as it fails with older perls. Closes: #541215 + * Add discussionpage configuration setting. + * Small optimisations. -- Joey Hess <joeyh@debian.org> Wed, 12 Aug 2009 12:25:30 -0400 |