pulling v0.13
This commit is contained in:
parent
3b6f7250ee
commit
6b35d8402c
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ CHANGELOG
|
||||||
v0.13 (August 19, 2015)
|
v0.13 (August 19, 2015)
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
THIS RELEASE WAS PULLED DUE TO A FATAL OWNCLOUD BUG.
|
||||||
|
|
||||||
Mail:
|
Mail:
|
||||||
|
|
||||||
* Outbound mail headers (the Recieved: header) are tweaked to possibly improve deliverability.
|
* Outbound mail headers (the Recieved: header) are tweaked to possibly improve deliverability.
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#########################################################
|
#########################################################
|
||||||
|
|
||||||
if [ -z "$TAG" ]; then
|
if [ -z "$TAG" ]; then
|
||||||
TAG=v0.13
|
TAG=v0.12c
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Are we running as root?
|
# Are we running as root?
|
||||||
|
|
Loading…
Reference in a new issue