diff --git a/README.md b/README.md index 6ba44e3..ce6ef08 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,14 @@ The code is available at [https://github.com/martignoni/make-moodlebox](https:// An [prepared disk image](https://moodlebox.net/downloading/) of the latest released version is [available for downloading](https://moodlebox.net/downloading/), cloning on your microSD card and using out of the box on your Raspberry Pi 3. -SHA1 fingerprint of the current compressed disk image: 6dd9a81e6a70711f6e9557b7b921898c5a710c5a - ### Release notes +#### Version 1.3.5, 2016-12-01 + +* Based on Raspbian Jessie Lite version of 2016-11-25 +* Update of documentation +* Minor fixes + #### Version 1.3.4, 2016-11-04 * Download Moodle with a shallow git clone, reducing dramatically the image size diff --git a/make_moodlebox.sh b/make_moodlebox.sh index 8125198..142f3b6 100644 --- a/make_moodlebox.sh +++ b/make_moodlebox.sh @@ -9,7 +9,7 @@ # e.g. it could be launched from the root account like this # curl -L https://raw.githubusercontent.com/martignoni/make-moodlebox/master/make_moodlebox.sh | sudo bash -VERSION="1.3.4" +VERSION="1.3.5" GENERICPASSWORD="Moodlebox4$" export DEBIAN_FRONTEND="noninteractive" export APT_LISTCHANGES_FRONTEND="none" diff --git a/util/summary-slice.html b/util/summary-slice.html index 2997887..8f5f507 100644 --- a/util/summary-slice.html +++ b/util/summary-slice.html @@ -1 +1 @@ -

MoodleBox, une plateforme Moodle sur Raspberry Pi 3.

Réalisée par Nicolas Martignoni (nicolas at martignoni dot net).

Version 1.3.4 du 4 novembre 2016.

\ No newline at end of file +

MoodleBox, une plateforme Moodle sur Raspberry Pi 3.

Réalisée par Nicolas Martignoni (nicolas at martignoni dot net).

Version 1.3.5 du 1 décembre 2016.

\ No newline at end of file