From 94b7c807927f6a893a59b3bea2057176a8fa0e7a Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sun, 15 May 2016 20:41:31 -0400 Subject: [PATCH] v0.18 --- CHANGELOG.md | 8 ++++---- README.md | 2 +- setup/bootstrap.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 031801ef..aca3c3fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ CHANGELOG ========= -In Development --------------- +v0.18 (May 15, 2016) +-------------------- ownCloud: -* Update ownCloud to 8.2.3 +* Updated to ownCloud to 8.2.3 Mail: @@ -16,7 +16,7 @@ Mail: Control panel: * Munin system monitoring graphs are now zoomable. -* When a reboot is required (due to Ubuntu security updates automatically installed), a Reboot Box button now appears. +* When a reboot is required (due to Ubuntu security updates automatically installed), a Reboot Box button now appears on the System Status Checks page of the control panel. * It is now possible to add SRV and secondary MX records in the Custom DNS page. * Other minor fixes. diff --git a/README.md b/README.md index a12e48bb..a3f70ca9 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ by me: $ curl -s https://keybase.io/joshdata/key.asc | gpg --import gpg: key C10BDD81: public key "Joshua Tauberer " imported - $ git verify-tag v0.17c + $ git verify-tag v0.18 gpg: Signature made ..... using RSA key ID C10BDD81 gpg: Good signature from "Joshua Tauberer " gpg: WARNING: This key is not certified with a trusted signature! diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index 3e793576..3a8e0a9b 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.17c + TAG=v0.18 fi # Are we running as root?