diff options
author | Joey Hess <joey@kitenet.net> | 2012-05-16 19:54:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-05-16 19:54:41 -0400 |
commit | fbfcea89f8e06426c73ab8ea369ca4cdc566db6f (patch) | |
tree | 74d5ea5f91937dad82e265170392ab832724632f /debian | |
parent | 95a8b8868f1bbf73a9b8a4f36c5e21c2fcd0141b (diff) | |
download | ikiwiki-fbfcea89f8e06426c73ab8ea369ca4cdc566db6f.tar ikiwiki-fbfcea89f8e06426c73ab8ea369ca4cdc566db6f.tar.gz |
meta: Security fix; add missing sanitization of author and authorurl. Thanks, Raúl Benencia
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cefbb99ed..c7e4b1d11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20120516) unstable; urgency=high + + * meta: Security fix; add missing sanitization of author and authorurl. + Thanks, Raúl Benencia + + -- Joey Hess <joeyh@debian.org> Wed, 16 May 2012 19:51:27 -0400 + ikiwiki (3.20120419) unstable; urgency=low * Remove dead link from plugins/teximg. Closes: #664885 |