summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-06 21:59:50 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-06 21:59:50 +0100
commit541dd1e5791a5e9fac57b05a963cc880d71f7d22 (patch)
tree02ac6eafc926fcdc1e9ef293f904de7d530534a4 /CHANGELOG.md
parent0f82604addfdbafdec26528aa4faa2590a72d8f9 (diff)
fix #903
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7971281d7..f8b18363c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
owncloud-news (7.0.0)
+* **Bugfix**: Fix bug that prevented non admin users from changing feed parameters
* **Backwards incompatible change**: Remove console commands and instead run them after specific updates
-* **Enhancement**: If a feed failed to update more than 10 times, show a hint in the web interface
+* **Enhancement**: If a feed failed to update more than 100 times, show a hint in the web interface
owncloud-news (6.1.1)
* **Security**: Update picoFeed to add an [XXE fix for php-fpm](http://framework.zend.com/security/advisory/ZF2015-06) on systems with PHP <5.5.22 or >5.6 and <5.6.6. This issue allows any user with access to the News app to read abitrary files from the server. For more information read up on the [Zend advisory](http://framework.zend.com/security/advisory/ZF2015-06) and the [OWASP page](https://www.owasp.org/index.php/XML_External_Entity_%28XXE%29_Processing). Affected supported distributions include [Ubuntu 14.04](https://bugs.launchpad.net/ubuntu/trusty/+source/php5/+bug/1509817)