aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-05-18 05:09:59 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-05-18 05:09:59 +0000
commitca2ea52670eca7c116dbcf9423364912a5cd9f3a (patch)
tree782be8f2ab2b5b6465c30b06ff869c913516445a
parentMerge pull request #802 from svenstaro/fix-symlink-following (diff)
downloadminiserve-ca2ea52670eca7c116dbcf9423364912a5cd9f3a.tar.gz
miniserve-ca2ea52670eca7c116dbcf9423364912a5cd9f3a.zip
(cargo-release) version 0.19.5v0.19.5
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
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
diff --git a/Cargo.lock b/Cargo.lock
index d275f01..c4b5cda 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1593,7 +1593,7 @@ dependencies = [
[[package]]
name = "miniserve"
-version = "0.19.4"
+version = "0.19.5"
dependencies = [
"actix-files",
"actix-multipart",
diff --git a/Cargo.toml b/Cargo.toml
index 77343d4..0894e75 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"
diff --git a/README.md b/README.md
index ca836b0..59f5047 100644
--- a/README.md
+++ b/README.md
@@ -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>