1 ikiwiki 3.20141016 released with [[!toggle text="these changes"]]
5 * Fix crash that can occur when only_committed_changes is set and a
6 file is deleted from the underlay.
10 * core: avoid dangerous use of CGI->param in list context, which led
11 to a security flaw in Bugzilla; as far as we can tell, ikiwiki
12 is not vulnerable to a similar attack, but it's best to be safe
13 * core: new reverse_proxy option prevents ikiwiki from trying to detect
14 how to make self-referential URLs by using the CGI environment variables,
15 for instance when it's deployed behind a HTTP reverse proxy
16 (Closes: [[!debbug 745759]])
17 * core: the default User-Agent is now "ikiwiki/$version" to work around
18 ModSecurity rules assuming that only malware uses libwww-perl
19 * core: use protocol-relative URLs (e.g. //www.example.com/wiki) so that
20 https stays on https and http stays on http, particularly if the
21 html5 option is enabled
22 * core: avoid mixed content when a https cgiurl links to http static pages
23 on the same server (the static pages are assumed to be accessible via
25 * core: force the correct top URL in w3mmode
26 * google plugin: Use search form
27 * docwiki: replace Paypal and Flattr buttons with text links
28 * comments: don't record the IP address in the wiki if the user is
29 logged in via passwordauth or httpauth
30 * templates: add ARIA roles to some page elements, if html5 is enabled.
32 * debian: build-depend on libmagickcore-6.q16-2-extra | libmagickcore-extra
33 so we can thumbnail SVGs in the docwiki
34 * debian: explicitly depend and build-depend on libcgi-pm-perl
35 * debian: drop unused python-support dependency
36 * debian: rename debian/link to debian/links so the intended symlinks appear
37 * debian: fix some wrong paths in the copyright file
39 [[!meta date="2014-10-17 01:01:53 +0100"]]