summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-12-27 23:14:19 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-12-27 23:14:19 +0100
commit92de09bac41d320decb31e6caf2e9b78fab484f7 (patch)
tree25e43d9fa8f9565bf8474bbf3dfe8a8c2900e442
parente9d50f48eb376766ebdb4a7d7e10d15bf863d5a7 (diff)
Changelog 2201
https://github.com/FreshRSS/FreshRSS/pull/2201 https://github.com/FreshRSS/FreshRSS/pull/2191
-rw-r--r--CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e550e5c7..a77c7b703 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# FreshRSS changelog
-## 2019-0X-XX FreshRSS 1.13.1-dev
+## 2019-01-XX FreshRSS 1.13.1-dev
+
+* Bug fixing
+ * Fix missing HTTP `X-Forwarded-Prefix` in cookie path behind a reverse-proxy [#2201](https://github.com/FreshRSS/FreshRSS/pull/2201)
## 2018-12-22 FreshRSS 1.13.0
@@ -27,7 +30,7 @@
[#1620](https://github.com/FreshRSS/FreshRSS/issues/1620), [#2089](https://github.com/FreshRSS/FreshRSS/pull/2089),
[#2122](https://github.com/FreshRSS/FreshRSS/pull/2122), [#2161](https://github.com/FreshRSS/FreshRSS/pull/2161)
* Deployment
- * Support for `HTTP_X_FORWARDED_PREFIX` to ease the use of reverse proxies [#2191](https://github.com/FreshRSS/FreshRSS/pull/2191)
+ * Support for HTTP `X-Forwarded-Prefix` to ease the use of reverse proxies [#2191](https://github.com/FreshRSS/FreshRSS/pull/2191)
* Updated Docker + Træfik + Let’s Encrypt deployment guide [#2189](https://github.com/FreshRSS/FreshRSS/pull/2189)
* Docker image updated to Alpine 3.8.2 with PHP 7.2.13 and Apache 2.4.35
* Fix `.dockerignore` [#2195](https://github.com/FreshRSS/FreshRSS/pull/2195)