mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
v0.18
This commit is contained in:
parent
ae8cd4efdf
commit
94b7c80792
@ -1,12 +1,12 @@
|
|||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
In Development
|
v0.18 (May 15, 2016)
|
||||||
--------------
|
--------------------
|
||||||
|
|
||||||
ownCloud:
|
ownCloud:
|
||||||
|
|
||||||
* Update ownCloud to 8.2.3
|
* Updated to ownCloud to 8.2.3
|
||||||
|
|
||||||
Mail:
|
Mail:
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ Mail:
|
|||||||
Control panel:
|
Control panel:
|
||||||
|
|
||||||
* Munin system monitoring graphs are now zoomable.
|
* Munin system monitoring graphs are now zoomable.
|
||||||
* When a reboot is required (due to Ubuntu security updates automatically installed), a Reboot Box button now appears.
|
* When a reboot is required (due to Ubuntu security updates automatically installed), a Reboot Box button now appears on the System Status Checks page of the control panel.
|
||||||
* It is now possible to add SRV and secondary MX records in the Custom DNS page.
|
* It is now possible to add SRV and secondary MX records in the Custom DNS page.
|
||||||
* Other minor fixes.
|
* Other minor fixes.
|
||||||
|
|
||||||
|
@ -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.17c
|
$ git verify-tag v0.18
|
||||||
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!
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
if [ -z "$TAG" ]; then
|
if [ -z "$TAG" ]; then
|
||||||
TAG=v0.17c
|
TAG=v0.18
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Are we running as root?
|
# Are we running as root?
|
||||||
|
Loading…
Reference in New Issue
Block a user