diff options
| author | 2019-01-17 21:15:37 +0100 | |
|---|---|---|
| committer | 2019-01-17 21:15:37 +0100 | |
| commit | 2084e5fb7ed1b447c6e12a26b8eb49c281c23ee2 (patch) | |
| tree | 7f107dd751ada05e6f1c303ec61b73c180f5d019 | |
| parent | 743c1b740bd8ec0b70f7058d4b52101b346a5e9c (diff) | |
Changelog 2153 2196
https://github.com/FreshRSS/FreshRSS/issues/2153
https://github.com/FreshRSS/FreshRSS/pull/2218
https://github.com/FreshRSS/FreshRSS/issues/2196
https://github.com/FreshRSS/FreshRSS/pull/2217
| -rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9ce145f..2d48db4ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,13 @@ ## 2019-01-XX FreshRSS 1.13.1-dev +* Features + * Include articles with custom labels during export [#2196](https://github.com/FreshRSS/FreshRSS/issues/2196) * Bug fixing * Fix missing HTTP `X-Forwarded-Prefix` in cookie path behind a reverse-proxy [#2201](https://github.com/FreshRSS/FreshRSS/pull/2201) * Deployment * Docker improvements [#2202](https://github.com/FreshRSS/FreshRSS/pull/2202) + * Add `TZ` timezone parameter [#2153](https://github.com/FreshRSS/FreshRSS/issues/2153) * Performance: Hard-include Apache .htaccess to avoid having to scan for changes in those files * Performance: Disable unused Apache security check of symlinks * Performance: Disable unused Apache modules @@ -16,7 +19,7 @@ * Accept HTTP header `X-WebAuth-User` for delegated HTTP Authentication [#2204](https://github.com/FreshRSS/FreshRSS/pull/2204) * API * Automatic test of API configuration [#2207](https://github.com/FreshRSS/FreshRSS/pull/2207) - * Use Apache SetEnvIf module if available and fall-back to RewriteRule [#2202](https://github.com/FreshRSS/FreshRSS/pull/2202) + * Performance + compatibility: Use Apache `SetEnvIf` module if available and fall-back to `RewriteRule` [#2202](https://github.com/FreshRSS/FreshRSS/pull/2202) * Security * Fixes when HTTP user does not exist in FreshRSS [#2204](https://github.com/FreshRSS/FreshRSS/pull/2204) |
