~ubuntu-branches/ubuntu/trusty/moodle/trusty

« back to all changes in this revision

Viewing changes to version.php

  • Committer: Package Import Robot
  • Author(s): Thijs Kinkhorst
  • Date: 2014-01-21 13:40:52 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20140121134052-ym2qvsp2cd9vq0p6
Tags: 2.5.4-1
* New upstream release, fixing security issues:
  - MSA-14-0001 Config passwords visibility issue [CVE-2014-0008]
  - MSA-14-0002 Group constraints lacking in "login as" [CVE-2014-0009]
  - MSA-14-0003 CSRF vulnerability in profile fields [CVE-2014-0010]
* Move /var/lib/moodle directory into package.
* Revert back to bundled yui3. Unfortunately, version in Debian and
  of upstream are not compatible (closes: #735312).

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
defined('MOODLE_INTERNAL') || die();
31
31
 
32
 
$version  = 2013051403.00;              // 20130514      = branching date YYYYMMDD - do not modify!
 
32
$version  = 2013051404.00;              // 20130514      = branching date YYYYMMDD - do not modify!
33
33
                                        //         RR    = release increments - 00 in DEV branches
34
34
                                        //           .XX = incremental changes
35
35
 
36
 
$release  = '2.5.3 (Build: 20131111)';  // Human-friendly version name
 
36
$release  = '2.5.4 (Build: 20140113)';  // Human-friendly version name
37
37
 
38
38
$branch   = '25';                       // this version's branch
39
39
$maturity = MATURITY_STABLE;            // this version's maturity level