diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4a6583..d26c2711 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -In Development --------------- +v0.14 (November 4, 2015) +------------------------ Mail: diff --git a/README.md b/README.md index c217e11e..726c6b58 100644 --- a/README.md +++ b/README.md @@ -54,23 +54,25 @@ Clone this repository: $ cd mailinabox _Optional:_ Download my PGP key and then verify that the sources were signed -by me. You'll get a lot of warnings, but the fingerprint should match the -fingerprint in the key details at [https://keybase.io/joshdata](https://keybase.io/joshdata) -and on my [personal homepage](https://razor.occams.info/). (Of course, if this repository has been compromised you can't trust these instructions anyway.) +by me: $ curl -s https://keybase.io/joshdata/key.asc | gpg --import gpg: key C10BDD81: public key "Joshua Tauberer " imported - $ git verify-tag v0.13b + $ git verify-tag v0.14 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! gpg: There is no indication that the signature belongs to the owner. Primary key fingerprint: 5F4C 0E73 13CC D744 693B 2AEA B920 41F4 C10B DD81 +You'll get a lot of warnings, but that's OK. Check that the primary key fingerprint matchs the +fingerprint in the key details at [https://keybase.io/joshdata](https://keybase.io/joshdata) +and on my [personal homepage](https://razor.occams.info/). (Of course, if this repository has been compromised you can't trust these instructions.) + Checkout the tag corresponding to the most recent release: - $ git checkout v0.13b + $ git checkout v0.14 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index f4ae30f2..11cf6482 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.13b + TAG=v0.14 fi # Are we running as root?