X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/e09eeb24363a3e0033102c894cef347afd89b0c2..25ea99bc223346607d91b6aa09b1b49bce220518:/debian/changelog diff --git a/debian/changelog b/debian/changelog index cefbb99ed..a77c42e42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +ikiwiki (3.20120630) UNRELEASED; urgency=low + + * recentchangesdiff: When diffurl is not set, provide inline diffs + in the recentchanges page, with visibility toggleable via javascript. + Thanks, Antoine Beaupré + * Split CFLAGS into words when building wrapper. Closes: #682237 + + -- Joey Hess Thu, 19 Jul 2012 13:46:52 -0400 + +ikiwiki (3.20120629) unstable; urgency=low + + * mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or + other config differences by linking to the mirror's CGI. (intrigeri) + + -- Joey Hess Fri, 29 Jun 2012 10:16:08 -0400 + +ikiwiki (3.20120516) unstable; urgency=high + + * meta: Security fix; add missing sanitization of author and authorurl. + CVE-2012-0220 Thanks, Raúl Benencia + + -- Joey Hess Wed, 16 May 2012 19:51:27 -0400 + ikiwiki (3.20120419) unstable; urgency=low * Remove dead link from plugins/teximg. Closes: #664885