1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2024-11-22 02:17:26 +00:00
This commit is contained in:
Joshua Tauberer 2018-06-14 07:48:56 -04:00
parent 42e86610ba
commit 0c0a079354
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
CHANGELOG CHANGELOG
========= =========
In Development v0.27 (June 14, 2018)
-------------- ---------------------
* A report of box activity, including sent/received mail totals and logins by user, is now emailed to the box's administrator user each week. * A report of box activity, including sent/received mail totals and logins by user, is now emailed to the box's administrator user each week.
* Update Roundcube to version 1.3.6 and Z-Push to version 2.3.9. * Update Roundcube to version 1.3.6 and Z-Push to version 2.3.9.

View File

@ -59,7 +59,7 @@ by me:
$ curl -s https://keybase.io/joshdata/key.asc | gpg --import $ curl -s https://keybase.io/joshdata/key.asc | gpg --import
gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported gpg: key C10BDD81: public key "Joshua Tauberer <jt@occams.info>" imported
$ git verify-tag v0.26c $ git verify-tag v0.27
gpg: Signature made ..... using RSA key ID C10BDD81 gpg: Signature made ..... using RSA key ID C10BDD81
gpg: Good signature from "Joshua Tauberer <jt@occams.info>" gpg: Good signature from "Joshua Tauberer <jt@occams.info>"
gpg: WARNING: This key is not certified with a trusted signature! 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: Checkout the tag corresponding to the most recent release:
$ git checkout v0.26c $ git checkout v0.27
Begin the installation. Begin the installation.

View File

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