This commit is contained in:
Joshua Tauberer 2016-02-20 12:20:41 -05:00
parent d880f088be
commit f9ca440ce8
3 changed files with 6 additions and 6 deletions

View File

@ -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:

View File

@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" 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 <jt@occams.info>"
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.

View File

@ -7,7 +7,7 @@
#########################################################
if [ -z "$TAG" ]; then
TAG=v0.16
TAG=v0.17
fi
# Are we running as root?