From f9ca440ce80c8fc65a8815ae0ffd417014a6f4a0 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 20 Feb 2016 12:20:41 -0500 Subject: [PATCH] v0.17 --- 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 301f7c22..6f8bdc9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -In Development --------------- +v0.17 (February 25, 2016) +------------------------- Mail: @@ -24,7 +24,7 @@ System: * On low-usage systems, don't hold backups for quite so long by taking a full backup more often. * Nightly status checks might fail on systems not configured with a default Unicode locale. * If domains need a TLS certificate and the user hasn't installed one yet using Let's Encrypt, the administrator would get a nightly email with weird interactive text asking them to agree to Let's Encrypt's ToS. Now just say that the provisioning can't be done automatically. -* Reduce the number of background processes used by the management daemon to lower memory consumption +* Reduce the number of background processes used by the management daemon to lower memory consumption. Setup: diff --git a/README.md b/README.md index 6a4f884c..c39ed347 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.16 + $ git verify-tag v0.17 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.16 + $ git checkout v0.17 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index b5a55d32..9b980072 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.16 + TAG=v0.17 fi # Are we running as root?