From a13fd90347eb383849f1bf0e0fd01d3c1050664d Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Tue, 30 May 2017 06:49:40 -0400 Subject: [PATCH] v0.23 --- CHANGELOG.md | 6 +++--- README.md | 4 ++-- setup/bootstrap.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 519d712c..2bf050b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -In Development --------------- +v0.23 (May 30, 2017) +-------------------- Mail: @@ -19,7 +19,7 @@ Control Panel/Management: * Fix an error in the control panel showing rsync backup status. * Fix an error in the control panel related to IPv6 addresses. * TLS certificates for internationalized domain names can now be provisioned from Let's Encrypt automatically. -* Download management web assets (jQuery/Bootstrap) to the static web root directory. +* Third-party assets used in the control panel (jQuery/Bootstrap) are now downloaded during setup and served from the box rather than from a CDN. DNS: diff --git a/README.md b/README.md index 3dbfc32b..d3a1527b 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.22 + $ git verify-tag v0.23 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.22 + $ git checkout v0.23 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index a2701545..ba526c7c 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.22 + TAG=v0.23 fi # Are we running as root?