aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-11-08 12:06:00 +0100
committerGitHub <noreply@github.com>2016-11-08 12:06:00 +0100
commit8185e864a2c4dbf1a23c27e71100b377b2b9230d (patch)
tree6cb0f2a0c2fb7db2142525012dbcf996abc7c5fe /CHANGELOG.md
parentf5f6a4b7e21f39c916fda11eebb1c8df17e1ad4a (diff)
parent68579ad5c4d1978366c5d2be2ef34da6a3618ef0 (diff)
downloadShaarli-8185e864a2c4dbf1a23c27e71100b377b2b9230d.tar.gz
Shaarli-8185e864a2c4dbf1a23c27e71100b377b2b9230d.tar.zst
Shaarli-8185e864a2c4dbf1a23c27e71100b377b2b9230d.zip
Merge pull request #684 from virtualtam/fix/docker/nginx
Docker: fix & improve nginx+php-fpm configuration
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d42d6a75..5eeb521a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
20 - archives contain a `Shaarli` directory, itself containing sources + dependencies 20 - archives contain a `Shaarli` directory, itself containing sources + dependencies
21 - the tarball is now gzipped 21 - the tarball is now gzipped
22- Minor code cleanup: PHPDoc, spelling, unused variables, etc. 22- Minor code cleanup: PHPDoc, spelling, unused variables, etc.
23- Docker: explicitly set the maximum file upload size to 10 MiB
23 24
24### Fixed 25### Fixed
25- Fix the server `<self>` value in Atom/RSS feeds 26- Fix the server `<self>` value in Atom/RSS feeds
@@ -27,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27 - Tools: only display parameter description when it exists 28 - Tools: only display parameter description when it exists
28 - archive.org: do not propose archival of private notes 29 - archive.org: do not propose archival of private notes
29- Use absolute URL for hashtags in RSS and ATOM feeds 30- Use absolute URL for hashtags in RSS and ATOM feeds
31- Docker: specify the location of the favicon
30 32
31### Security 33### Security
32- Allow whitelisting trusted IPs, else continue banning clients upon login failure 34- Allow whitelisting trusted IPs, else continue banning clients upon login failure