From 05a62e17b5e6ee3348f33177d2720f08305b61ba Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 27 Dec 2022 13:37:48 +0100 Subject: [PATCH] client: Release 22.12 --- client/CHANGELOG.md | 15 +++++++++++---- client/zzz_evobackup | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index e823ec6..06b5faa 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +### Deprecated + +### Removed + +### Fixed + +### Security + +## [22.12] +### Changed + * Use --dump-dir instead of --backup-dir to suppress dump-server-state warning * Do not use rsync compression * Replace rsync option --verbose by --itemize-changes @@ -23,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * use sub shells instead of moving around * Separate Rsync for the canary file if the main Rsync has finished without errors -### Deprecated - ### Removed * No more fallback if dump-server-state is missing @@ -33,8 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Make start_time and stop_time compatible with OpenBSD -### Security - ## [22.03] Split client and server parts of the project diff --git a/client/zzz_evobackup b/client/zzz_evobackup index 372c92f..99d87b7 100755 --- a/client/zzz_evobackup +++ b/client/zzz_evobackup @@ -18,7 +18,7 @@ ##### Configuration ################################################### -VERSION="22.05" +VERSION="22.12" # email adress for notifications MAIL=jdoe@example.com