summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 19:55:23 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 19:55:23 +0100
commitc995c5b447cd32f4eb9f3cd9fc1865fd93962f24 (patch)
tree99390128e13da58b9f3059a4961fa4b2fb7c6cea /CHANGELOG.md
parentfae882f834409e18174e05d19deea39a3bf01e7b (diff)
If a feed failed to update more than 10 times, show a hint in the web interface
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 87f85e5e0..228cbf97d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+owncloud-news (6.2.0)
+* **Backwards incompatible change**: Search indices need to be generated with **./occ news:create-search-indices**
+* **Enhancement**: If a feed failed to update more than 10 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)