~ubuntu-branches/debian/sid/mediawiki/sid

« back to all changes in this revision

Viewing changes to .pc/mimetypes.patch/includes/DefaultSettings.php

  • Committer: Package Import Robot
  • Author(s): Thorsten Glaser
  • Date: 2014-06-26 09:57:03 UTC
  • mfrom: (1.3.17)
  • Revision ID: package-import@ubuntu.com-20140626095703-5f7lfn12xbpzkeh1
Tags: 1:1.19.17+dfsg-1
* New upstream security and maintenance release:
  - (bug 65839) SECURITY: Prevent external resources in SVG files.
  - (bug 66428) MimeMagic: Don't seek before BOF. This has weird
    side effects like only extracting the tail of the file partially
    or not at all.
* Update lintian overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
/** @endcond */
34
34
 
35
35
/** MediaWiki version number */
36
 
$wgVersion = '1.19.16';
 
36
$wgVersion = '1.19.17';
37
37
 
38
38
/** Name of the site. It must be changed in LocalSettings.php */
39
39
$wgSitename = 'MediaWiki';