From 7ce86b9d87d9dbc6a9b6a8edbb20a3c6a0178f68 Mon Sep 17 00:00:00 2001 From: Mauro D Date: Fri, 18 Aug 2023 20:04:23 +0200 Subject: [PATCH] v0.3.5 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- main | 2 +- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b01e4a..bc4a0af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.3.5] - 2023-08-18 + +## Added +- TCP listener option `nodelay`. + +### Changed + +### Fixed + ## [0.3.4] - 2023-08-09 ## Added diff --git a/Cargo.lock b/Cargo.lock index 62a4a11..fd23148 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2158,7 +2158,7 @@ dependencies = [ [[package]] name = "imap" -version = "0.3.4" +version = "0.3.5" dependencies = [ "ahash 0.8.3", "dashmap", @@ -2323,7 +2323,7 @@ dependencies = [ [[package]] name = "jmap" -version = "0.3.4" +version = "0.3.5" dependencies = [ "aes", "aes-gcm", @@ -4491,7 +4491,7 @@ checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" [[package]] name = "smtp" -version = "0.3.4" +version = "0.3.5" dependencies = [ "ahash 0.8.3", "blake3", @@ -4814,7 +4814,7 @@ dependencies = [ [[package]] name = "stalwart-imap" -version = "0.3.4" +version = "0.3.5" dependencies = [ "directory", "imap", @@ -4831,7 +4831,7 @@ dependencies = [ [[package]] name = "stalwart-install" -version = "0.3.4" +version = "0.3.5" dependencies = [ "base64 0.21.2", "clap", @@ -5626,7 +5626,7 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utils" -version = "0.1.0" +version = "0.3.5" dependencies = [ "ahash 0.8.3", "dashmap", diff --git a/Cargo.toml b/Cargo.toml index 9cf455b..a212552 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://stalw.art/imap" keywords = ["imap", "email", "mail", "server"] categories = ["email"] license = "AGPL-3.0-only" -version = "0.3.4" +version = "0.3.5" edition = "2021" resolver = "2" diff --git a/main b/main index 32a50ec..016a5bd 160000 --- a/main +++ b/main @@ -1 +1 @@ -Subproject commit 32a50ec34c4e0a4b502e83997dbd0472561dbe3e +Subproject commit 016a5bde18d93b3335c04f49d1500a66507517d1