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 | |
parent | Merge pull request #802 from svenstaro/fix-symlink-following (diff) | |
download | miniserve-ca2ea52670eca7c116dbcf9423364912a5cd9f3a.tar.gz miniserve-ca2ea52670eca7c116dbcf9423364912a5cd9f3a.zip |
(cargo-release) version 0.19.5v0.19.5
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | README.md | 2 |
4 files changed, 7 insertions, 4 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 @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "miniserve" -version = "0.19.4" +version = "0.19.5" dependencies = [ "actix-files", "actix-multipart", @@ -1,6 +1,6 @@ [package] name = "miniserve" -version = "0.19.4" +version = "0.19.5" description = "For when you really just want to serve some files over HTTP right now!" authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>", "Boastful Squirrel <boastful.squirrel@gmail.com>"] repository = "https://github.com/svenstaro/miniserve" @@ -94,7 +94,7 @@ Some mobile browsers like Firefox on Android will offer to open the camera app w ## Usage - miniserve 0.19.4 + miniserve 0.19.5 Sven-Hendrik Haase <svenstaro@gmail.com>, Boastful Squirrel <boastful.squirrel@gmail.com> |