client: Release 22.12
gitea/evobackup/pipeline/head This commit looks good Details

This commit is contained in:
Jérémy Lecour 2022-12-27 13:37:48 +01:00 committed by Jérémy Lecour
parent 8babc64e0d
commit 05a62e17b5
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -18,7 +18,7 @@
##### Configuration ###################################################
VERSION="22.05"
VERSION="22.12"
# email adress for notifications
MAIL=jdoe@example.com