summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-04-21 17:34:55 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2016-04-21 19:28:27 +0200
commit272eb91bc4d59a58b0670adcff5fcb4cff353b95 (patch)
tree34093874b49f81d439a423b207bb1b981876f494 /CHANGELOG.md
parent65770150b25eb3ff8f444397e01d3af8429468ad (diff)
fix sign command
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffd21b1ee..9ab61ef11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+owncloud-news (8.7.2)
+* **Security**: Sign application to make missing/outdated files more easily detectable and prevent attackers from potentially serving a malicious News app from the app store
+
owncloud-news (8.7.1)
* **Bugfix**: Send Chrome's user agent string instead of our own since mod_security, which is used on some servers, thinks that only browsers are allowed to send user agents. This will fix feed updates for some websites, e.g. joomla.org, (because we all know that Joomla is big on security ;) ), #978