From 4c36d6e6c99da0a6040ff7f027aa19146f56b678 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 31 May 2017 07:42:18 -0400 Subject: [PATCH] release v0.23a --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- setup/bootstrap.sh | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf050b..e2adbaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +v0.23a (May 31, 2017) +--------------------- + +Corrects a problem in the new way third-party assets are downloaded during setup for the control panel, since v0.23. + v0.23 (May 30, 2017) -------------------- diff --git a/README.md b/README.md index d3a1527..78c0394 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.23 + $ git verify-tag v0.23a 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! @@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r Checkout the tag corresponding to the most recent release: - $ git checkout v0.23 + $ git checkout v0.23a Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index ba526c7..d63b8bd 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.23 + TAG=v0.23a fi # Are we running as root?