diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-05-18 05:09:59 +0000 |
---|---|---|
committer | Sven-Hendrik Haase <svenstaro@gmail.com> | 2022-05-18 05:09:59 +0000 |
commit | ca2ea52670eca7c116dbcf9423364912a5cd9f3a (patch) | |
tree | 782be8f2ab2b5b6465c30b06ff869c913516445a /CHANGELOG.md | |
parent | Merge pull request #802 from svenstaro/fix-symlink-following (diff) | |
download | miniserve-0.19.5.tar.gz miniserve-0.19.5.zip |
(cargo-release) version 0.19.5v0.19.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7658b3b..698f8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). <!-- next-header --> ## [Unreleased] - ReleaseDate + +## [0.19.5] - 2022-05-18 - Fix security issue where `--no-symlinks` would only hide symlinks from listing but it would still be possible to follow them if the path was known @@ -140,7 +142,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Some theme related bug fixes (thanks @boastful-squirrel) <!-- next-url --> -[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.4...HEAD +[Unreleased]: https://github.com/svenstaro/miniserve/compare/v0.19.5...HEAD +[0.19.5]: https://github.com/svenstaro/miniserve/compare/v0.19.4...v0.19.5 [0.19.4]: https://github.com/svenstaro/miniserve/compare/v0.19.3...v0.19.4 [0.19.3]: https://github.com/svenstaro/miniserve/compare/v0.19.2...v0.19.3 [0.19.2]: https://github.com/svenstaro/miniserve/compare/v0.19.1...v0.19.2 |