Client - Release 24.07
All checks were successful
gitea/evobackup/pipeline/head This commit looks good
gitea/evobackup/pipeline/tag This commit looks good

This commit is contained in:
Jérémy Lecour 2024-07-16 15:10:36 +02:00 committed by Jérémy Lecour
parent 93567b913f
commit 5557f42870
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY
2 changed files with 8 additions and 4 deletions

View file

@ -15,9 +15,6 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Changed
* Allow everybody to "x" on LOCAL_BACKUP_DIR
* dump/mysql.sh : give write permissions to mysql on tabs directories
### Deprecated
### Removed
@ -26,6 +23,13 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Security
## [24.07] - 2022-07-16
### Changed
* Allow everybody to "x" on LOCAL_BACKUP_DIR
* dump/mysql.sh : give write permissions to mysql on tabs directories
## [24.05.1] - 2022-05-14
### Fixed

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
# shellcheck disable=SC2034,SC2317
readonly VERSION="24.05.1"
readonly VERSION="24.07"
# set all programs to C language (english)
export LC_ALL=C