aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-05-16 19:54:41 -0400
committerJoey Hess <joey@kitenet.net>2012-05-16 19:54:41 -0400
commitfbfcea89f8e06426c73ab8ea369ca4cdc566db6f (patch)
tree74d5ea5f91937dad82e265170392ab832724632f /debian
parent95a8b8868f1bbf73a9b8a4f36c5e21c2fcd0141b (diff)
downloadikiwiki-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/changelog7
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