diff options
author | wen <wen@pkgsrc.org> | 2014-07-18 13:34:17 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2014-07-18 13:34:17 +0000 |
commit | b45f5f1c1b9315c4edbbbda33d9df07f449669af (patch) | |
tree | a69d8f8a12b95f5fafc0a50178c987030ac0157c /www/moodle | |
parent | 6273d577db9d1604ada2b87e1cd62c7a990ec719 (diff) | |
download | pkgsrc-b45f5f1c1b9315c4edbbbda33d9df07f449669af.tar.gz |
Update to 2.7.1
Upstream changes:
2.7.1
Highlights
MDL-41383 - File picker works when zooming in and out of browser
MDL-45580 - PDF Annotations working with multiple attempts
Functional changes
MDL-43274 - Course logs can no longer be deleted when course is reset
API changes
MDL-44871 - Behat tests written for Atto functionalities
MDL-43669 - Configuration option added so that mail can be sent from noreply address exclusively
UI changes
MDL-45599 - The term 'add-on' is changed to 'plugin'
Security issues
A number of security related issues were resolved. Details of these issues will be released after a period of approximately one week to allow system administrators to safely update to the latest version.
Fixes and improvements
MDL-44124 - iCal import recurrence rules working consistently
MDL-45579 - Duplicate group enrolment keys for the same course are no longer allowed
MDL-45682 - Can now insert images using Chrome
Diffstat (limited to 'www/moodle')
-rw-r--r-- | www/moodle/Makefile | 4 | ||||
-rw-r--r-- | www/moodle/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/moodle/Makefile b/www/moodle/Makefile index 691e2d3fdca..137c5fc0923 100644 --- a/www/moodle/Makefile +++ b/www/moodle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2014/06/02 14:15:37 wen Exp $ +# $NetBSD: Makefile,v 1.30 2014/07/18 13:34:17 wen Exp $ -DISTNAME= moodle-2.7 +DISTNAME= moodle-2.7.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=moodle/} EXTRACT_SUFX= .tgz diff --git a/www/moodle/distinfo b/www/moodle/distinfo index f07326a805d..aecc520587e 100644 --- a/www/moodle/distinfo +++ b/www/moodle/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.20 2014/06/02 14:15:37 wen Exp $ +$NetBSD: distinfo,v 1.21 2014/07/18 13:34:17 wen Exp $ -SHA1 (moodle-2.7.tgz) = 2661c183214c40da7122c01018d9dd13f15dc091 -RMD160 (moodle-2.7.tgz) = e0396e9766afd06dd8b2d688ac0bfb6fa7db5cd8 -Size (moodle-2.7.tgz) = 34676653 bytes +SHA1 (moodle-2.7.1.tgz) = b0474b2cac4d05897b181f1db7d921586a771903 +RMD160 (moodle-2.7.1.tgz) = deed447a568a71a5b137ee97356900f8a3707eb9 +Size (moodle-2.7.1.tgz) = 34818166 bytes |