From 3ac5bd7d3d51971b60c9fedba1d1074c3b2846e0 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 6 Jan 2023 10:00:48 -0500 Subject: [PATCH] v1.19.4 End of Life (2023-01-06) Version 1.x is no longer supported. Please migrate to latest stable v2 which has similar and added features as well as performance/security improvements. More details at https://sws.joseluisq.net/migration --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9750ab8..adb7425 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 v2 under the [master](https://github.com/joseluisq/static-web-server/blob/master/CHANGELOG.md) branch._ +## v1.19.4 - 2023-01-06 + +__Fixes__ + +- [ed1a023](https://github.com/joseluisq/static-web-server/commit/ed1a023) Security/bug-fixes updates for openssl, libc, flate2, chrono, once_cell, nix and other dependencies. +- [a7f7cc5](https://github.com/joseluisq/static-web-server/commit/a7f7cc5) Needless borrow on staticfile module for Rust 1.66.0. + +_**End of Life (2023-01-06):** Version **1.x** is no longer supported. Please follow the instructions to migrate to latest stable version. The v2 has similar/added features as well as performance/security improvements. See [`Migrating from v1 to v2`](https://sws.joseluisq.net/migration/)._ + +## v1.19.3 - 2022-06-26 + +__Updates__ + +- [32541ec](https://github.com/joseluisq/static-web-server/commit/32541ec) Security/bug-fixes updates for openssl, jemallocator, flate2, log, httparse, libc and other dependencies. +- [d3ebbf3](https://github.com/joseluisq/static-web-server/commit/d3ebbf3) Update Alpine Docker image to `3.15`. + ## v1.19.2 - 2022-04-23 __Updates__ diff --git a/Cargo.lock b/Cargo.lock index c0e4527..1573e77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -933,7 +933,7 @@ checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac" [[package]] name = "static-web-server" -version = "1.19.2" +version = "1.19.4" dependencies = [ "chrono", "ctrlc", diff --git a/Cargo.toml b/Cargo.toml index 903918a..256dcfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static-web-server" -version = "1.19.2" +version = "1.19.4" authors = ["Jose Quintana "] license = "MIT OR Apache-2.0" description = "A blazing fast static files-serving web server powered by Rust Iron." diff --git a/README.md b/README.md index 9ac9bfe..47633ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Static Web Server [![CI](https://github.com/joseluisq/static-web-server/workflows/CI/badge.svg?branch=1.x)](https://github.com/joseluisq/static-web-server/actions?query=workflow%3ACI) [![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/joseluisq/static-web-server/1)](https://hub.docker.com/r/joseluisq/static-web-server/) [![Docker Image Size (tag)](https://img.shields.io/docker/image-size/joseluisq/static-web-server/1)](https://hub.docker.com/r/joseluisq/static-web-server/tags) [![Docker Image](https://img.shields.io/docker/pulls/joseluisq/static-web-server.svg)](https://hub.docker.com/r/joseluisq/static-web-server/) -_**Note:** To migrate to latest `v2` please take a look at [Migrating from `v1` to `v2`](https://sws.joseluisq.net/migration/)._ +_**End of Life (2023-01-06):** Version **1.x** is no longer supported. Please follow the instructions to migrate to latest stable version. The v2 has similar/added features as well as performance/security improvements. See [`Migrating from v1 to v2`](https://sws.joseluisq.net/migration/)._ > A blazing fast static files-serving web server powered by [Rust Iron](https://github.com/iron/iron). ⚡ -- libgit2 1.7.2