index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-12-28 17:27:13.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-12-28 17:27:13.0 +00:00:00
commit
f99e8669b0b1ce9158be613b7ea101409c080a55 [patch]
tree
1ff9fc585f81fc4721c28154bfb054712a702ebc
parent
16f4afdea08045d17af4f806c5987a2a135f75c5
download
v2.24.2.tar.gz

v2.24.2



Diff

 CHANGELOG.md | 16 ++++++++++++++++
 Cargo.lock   |  2 +-
 Cargo.toml   |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50a2567..1afb444 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_**Note:** See changelog for v1 under the [1.x]https://github.com/static-web-server/static-web-server/blob/1.x/CHANGELOG.md branch._

## v2.24.2 - 2023-12-28

This new `v2.24.2` release brings general dependency security updates, bug fixes and improvements.

__Fixes__

- [5554522]https://github.com/static-web-server/static-web-server/commit/5554522 Bugfix/security dependency updates including hyper, tokio, rustls/ring, h2, tracing, regex, toml, futures, serde and other crates.
  - Other commit updates: [16f4afd]https://github.com/static-web-server/static-web-server/commit/16f4afd, [76dc853]https://github.com/static-web-server/static-web-server/commit/76dc853, [12dfb56]https://github.com/static-web-server/static-web-server/commit/12dfb56
- [8cdb305]https://github.com/static-web-server/static-web-server/commit/8cdb305 Docker: Debian 12.4 update.
- [af203ca]https://github.com/static-web-server/static-web-server/commit/af203ca Docker: Alpine 3.17.6 update.

__Refactorings__

- [96ec477]https://github.com/static-web-server/static-web-server/commit/96ec477 Consistency when importing several types.
- [ab67bd7]https://github.com/static-web-server/static-web-server/commit/ab67bd7 Misc: GitHub issue and pull request template improvements. PR [#294]https://github.com/static-web-server/static-web-server/pull/294. Also [a9d509e]https://github.com/static-web-server/static-web-server/commit/a9d509e.

## v2.24.1 - 2023-11-15

This new `v2.24.1` release brings dependency security updates and bug fixes. In particular, it fixes an issue when executing the previous Windows ARM64 build and other improvements.
diff --git a/Cargo.lock b/Cargo.lock
index 283d1bb..29a9886 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1177,7 +1177,7 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"

[[package]]
name = "static-web-server"
version = "2.24.1"
version = "2.24.2"
dependencies = [
 "aho-corasick",
 "anyhow",
diff --git a/Cargo.toml b/Cargo.toml
index 1b7d89a..a7f33dd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "static-web-server"
version = "2.24.1"
version = "2.24.2"
edition = "2021"
rust-version = "1.70.0"
authors = ["Jose Quintana <https://joseluisq.net>"]