diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-04-22 13:33:20 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-04-22 13:33:20 -0400 |
commit | 55377e7336070c4d2a3da1473666accf13d64325 (patch) | |
tree | bf3cb45ee40e41123c947f9dd277bb6cd0f0feb2 /debian | |
parent | 4fbe1c3d447d875562b6c6a43ac702101eae3953 (diff) | |
download | ikiwiki-55377e7336070c4d2a3da1473666accf13d64325.tar ikiwiki-55377e7336070c4d2a3da1473666accf13d64325.tar.gz |
blogspam: Load RPC::XML library in checkconfig, so that an error can be printed at that point if it's not available, allowing the admin to see it during wiki setup. Closes: #520015
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 533a2a16f..011f4b669 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ ikiwiki (3.11) UNRELEASED; urgency=low * Add python:Depends to control file. Closes: #525086 * websetup: Display stderr in browser if ikiwiki setup fails. + * blogspam: Load RPC::XML library in checkconfig, so that an + error can be printed at that point if it's not available, + allowing the admin to see it during wiki setup. + Closes: #520015 -- Joey Hess <joeyh@debian.org> Tue, 21 Apr 2009 21:41:38 -0400 |