Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
192ad8d
b71e734
)
Merge branch 'MDL-65746' of git://github.com/Chocolate-lightning/moodle
author
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 11 Jun 2019 01:49:18 +0000
(09:49 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 11 Jun 2019 01:49:18 +0000
(09:49 +0800)
1
2
lib/upgrade.txt
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
lib/upgrade.txt
index
e326b88
,
6395902
..
1f59d6f
---
1
/
lib/upgrade.txt
---
2
/
lib/upgrade.txt
+++ b/
lib/upgrade.txt
@@@
-3,7
-3,7
+3,8
@@@
information provided here is intended e
=== 3.8 ===
* The yui checknet module is removed. Call \core\session\manager::keepalive instead.
+* The generate_uuid() function has been deprecated. Please use \core\uuid::generate() instead.
+ * Remove lib/pear/auth/RADIUS.php (MDL-65746)
=== 3.7 ===
* Nodes in the navigation api can have labels for each group. See set/get_collectionlabel().