mirrorlist: Add mirrorlist_use_cgi setting that avoids usedirs or other config differences by linking to the mirror's CGI. (intrigeri)

master
Joey Hess 2012-06-03 13:16:31 -04:00
parent 32f3b4de00
commit 939d8c5675
2 changed files with 9 additions and 0 deletions

7
debian/changelog vendored
View File

@ -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 <joeyh@debian.org> Sun, 03 Jun 2012 13:15:22 -0400
ikiwiki (3.20120516) unstable; urgency=high
* meta: Security fix; add missing sanitization of author and authorurl.

View File

@ -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]]