From 8cc3df60f0f4c21fc900eb89af41e35554d04720 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Sat, 23 Apr 2022 22:45:39 +0200 Subject: [PATCH] v1.19.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c34e3d0..9750ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 _**Note:** See changelog for v2 under the [master](https://github.com/joseluisq/static-web-server/blob/master/CHANGELOG.md) branch._ +## v1.19.2 - 2022-04-23 + +__Updates__ + +- [fb015db](https://github.com/joseluisq/static-web-server/commit/fb015db) Security/bug-fixes updates for httparse, log, libc, native-tls, flate2, nix, ctrlc and other dependencies (also [0ac2a94](https://github.com/joseluisq/static-web-server/commit/0ac2a94)). + +__Refactorings__ + +- [ce920bd](https://github.com/joseluisq/static-web-server/commit/ce920bd) Move to maintained jemallocator (`tikv-jemallocator`) on Linux (musl libc). + ## v1.19.1 - 2022-03-19 __Updates__ diff --git a/Cargo.lock b/Cargo.lock index 600f458..d76466f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,7 +803,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "static-web-server" -version = "1.19.1" +version = "1.19.2" dependencies = [ "chrono", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 8539eb7..3b03e76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-web-server" -version = "1.19.1" +version = "1.19.2" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" description = "A blazing fast static files-serving web server powered by Rust Iron." -- libgit2 1.7.2