summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-25 19:58:11 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-25 19:58:11 +0100
commit3fe7ad9417dfb26b69c5bdca4301749b6b327d43 (patch)
tree2536fedf1786e58a437c8abd3f63ccd8c2cc09ab
parent79736eb1cf6abacb2b79c8b8f8ca52d1cfcc6715 (diff)
update changelog
-rw-r--r--AUTHORS.md1
-rw-r--r--CHANGELOG.md6
2 files changed, 5 insertions, 2 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index bd69e7906..5514e3dcc 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -38,6 +38,7 @@
* [s17t.net](mailto:mail+github@s17t.net)
* [Alessandro](mailto:cosenal@gmail.com)
* [Andrea Boero](mailto:mail@tsumi.it)
+* [Bernhard Posselt](mailto:bernhard@posselt.at)
* [Florian Hülsmann](mailto:fh@cbix.de)
* [Frank Karlitschek](mailto:frank@owncloud.org)
* [Hendrik Leppelsack](mailto:hendrik@leppelsack.de)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 228cbf97d..484ac89bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,8 @@
-owncloud-news (6.2.0)
-* **Backwards incompatible change**: Search indices need to be generated with **./occ news:create-search-indices**
+owncloud-news (7.0.0)
+* **Backwards incompatible change**: Rename **./occ news:create-search-indices** to **./occ news:migrate**
+* **Backwards incompatible change**: News data needs to be migrated, otherwise an incorrect amount of articles will show up in the web interface **./occ news:migrate**
* **Enhancement**: If a feed failed to update more than 10 times, show a hint in the web interface
+* **Enhancement**: Add a button in the admin section to run the **news:migrate** command through 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)