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