v0.21 released
This commit is contained in:
parent
59913a5e4c
commit
df93d82d0f
3 changed files with 15 additions and 13 deletions
22
CHANGELOG.md
22
CHANGELOG.md
|
@ -4,27 +4,29 @@ CHANGELOG
|
|||
In Development
|
||||
--------------
|
||||
|
||||
This version updates ownCloud, which may include security fixes, and makes some other smaller improvements.
|
||||
|
||||
Mail:
|
||||
|
||||
* Header privacy filters were improperly running on the contents of forwarded email --- that's fixed.
|
||||
* We have another go at fixing a long-standing issue with training the spam filter (because of a file permissions issue).
|
||||
* Exchange/ActiveSync will now use your display name set in Roundcube in the From: line of outgoing email.
|
||||
|
||||
ownCloud:
|
||||
|
||||
* Update ownCloud to version 9.1.1
|
||||
* Updated ownCloud to version 9.1.1.
|
||||
|
||||
Control panel:
|
||||
|
||||
* Backups can now be made using rsync-over-ssh!
|
||||
* Remove recommendations for Certificate Providers
|
||||
* Status checks failed if the system doesn't support iptables or doesn't have ufw installed.
|
||||
* Add support for SSHFP records when sshd listens on non-standard ports
|
||||
* Added support for SSHFP records when sshd listens on non-standard ports.
|
||||
* Recommendations for TLS certificate providers were removed now that everyone mostly uses Let's Encrypt.
|
||||
|
||||
System:
|
||||
|
||||
* Ubuntu's "Upgrade to 16.04" notice is suppressed since you should not do that.
|
||||
* Lower memory requirements to 512MB, display a warning if system memory is below 768MB.
|
||||
|
||||
Mail:
|
||||
|
||||
* Turn off header filters for forwarded email.
|
||||
* Another go at fixing a long-standing issue with training the spam filter not working (because of a file permissions issue).
|
||||
* Exchange/ActiveSync will now use your display name set in Roundcube in the From: line of outgoing email.
|
||||
* Lowered memory requirements to 512MB, display a warning if system memory is below 768MB.
|
||||
|
||||
v0.20 (September 23, 2016)
|
||||
--------------------------
|
||||
|
|
|
@ -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.20
|
||||
$ git verify-tag v0.21
|
||||
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.20
|
||||
$ git checkout v0.21
|
||||
|
||||
Begin the installation.
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#########################################################
|
||||
|
||||
if [ -z "$TAG" ]; then
|
||||
TAG=v0.20
|
||||
TAG=v0.21
|
||||
fi
|
||||
|
||||
# Are we running as root?
|
||||
|
|
Loading…
Reference in a new issue