summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-04-28 18:31:05 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-04-28 21:46:46 +0200
commit8e2bfaf9aa39b3c6745429dfb320352affae5f3a (patch)
treea1009345d4b0ed700db75246025ce2d8ac8f7a58
parent81d2407e6cc6a251a81751ef60fcecca0ef58119 (diff)
Release 14.1.614.1.6
Fixed - Fixed 'If-Modified-Since' causing BAD REQUEST (#684) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--AUTHORS.md1
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
3 files changed, 7 insertions, 1 deletions
diff --git a/AUTHORS.md b/AUTHORS.md
index a7fc7cf96..7d03e7ad8 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -66,6 +66,7 @@
* [Carlos Silva](mailto:r3pek@r3pek.org)
* [Cesar Enrique Garcia Dabo](mailto:enrique@engarda.org)
* [Chris Aumann](mailto:me@chr4.org)
+* [Chris Noxz](mailto:chris@noxz.tech)
* [Colin W](mailto:cwmke@users.noreply.github.com)
* [Daniel Aleksandersen](mailto:code@daniel.priv.no)
* [Daniel S](mailto:daniel@while-true-do.org)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6e07df00..c843431aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
## Unreleased
+## 14.1.6
+
+### Fixed
+- Fixed 'If-Modified-Since' causing BAD REQUEST (#684)
+
## 14.1.5
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0cfe07525..8fb5ed815 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,7 +8,7 @@
Before you update to a new version, [check the changelog](https://github.com/nextcloud/news/blob/master/CHANGELOG.md) to avoid surprises.
**Important**: To enable feed updates you will need to enable either [Nextcloud system cron](https://docs.nextcloud.org/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#cron) or use [an updater](https://github.com/nextcloud/news-updater) which uses the built in update API and disable cron updates. More information can be found [in the README](https://github.com/nextcloud/news).]]></description>
- <version>14.1.5</version>
+ <version>14.1.6</version>
<licence>agpl</licence>
<author>Benjamin Brahmer</author>
<author>Sean Molenaar</author>