Client - Release 24.07
This commit is contained in:
parent
93567b913f
commit
5557f42870
2 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue