From 80fb38d53437b2c4d735d9b48d0db23c44f5afcb Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 3 May 2020 11:13:55 +0200 Subject: [PATCH] Release 2.3.2 --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df191f1..d69aab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -* Display help message if mandatory arguments are missing. -* Don't recreate jail on sync if it already exists -* Don't sync the whole firewall file, just remake rules for the current jail -* On sync, if local jail is running, reload remote jail if already running, start if not - ### Deprecated ### Removed @@ -23,6 +18,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [2.3.2] - 2020-05-03 + +### Changed + +* Display help message if mandatory arguments are missing. +* Don't recreate jail on sync if it already exists +* Don't sync the whole firewall file, just remake rules for the current jail +* On sync, if local jail is running, reload remote jail if already running, start if not + ## [2.3.1] - 2020-04-22 ### Added