From: Joey Hess Date: Sun, 3 Jun 2012 17:16:31 +0000 (-0400) Subject: mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or other config differ... X-Git-Tag: 3.20120629~48 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/939d8c56754b1a5b5e75d719f6d1d05949f3d164 mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or other config differences by linking to the mirror's CGI. (intrigeri) --- diff --git a/debian/changelog b/debian/changelog index 9a73f1084..da2cc73bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20120517) UNRELEASED; 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 Sun, 03 Jun 2012 13:15:22 -0400 + ikiwiki (3.20120516) unstable; urgency=high * meta: Security fix; add missing sanitization of author and authorurl. diff --git a/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn b/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn index ca9cb532c..5701d8e2b 100644 --- a/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn +++ b/doc/todo/mirrorlist_with_per-mirror_usedirs_settings.mdwn @@ -99,3 +99,5 @@ and decided this time it was really needed to implement this feature. >>>>>> this should not block the merge of the branch I have been >>>>>> proposing. Support for the usecase you are suggesting can >>>>>> always be added later if needed. --[[intrigeri]] + +>>>>>>> Well, that came out nice and clean. [[done]] --[[Joey]]