Release 23.03

This commit is contained in:
Jérémy Dubois 2023-03-16 17:17:42 +01:00
parent 108e081464
commit 53e41977c8
2 changed files with 12 additions and 7 deletions

View file

@ -12,20 +12,25 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Added ### Added
* debug() accepts stdin
### Changed ### Changed
* redirect disklabel errors to /dev/null
* redirect disklabel, bioctl and atactl errors to stdin to be captured by $last_result
* ignore one of the errors in bioctl and atactl due to incompatible disk types
### Fixed ### Fixed
### Removed ### Removed
### Security ### Security
## [23.03] 2023-03-16
### Added
* debug() accepts stdin
### Changed
* redirect disklabel, bioctl and atactl errors to stdin to be captured by $last_result
* ignore one of the errors in bioctl and atactl due to incompatible disk types
## [22.03] 2022-03-31 ## [22.03] 2022-03-31
Create an OpenBSD version of dump-server-state from the master debian version Create an OpenBSD version of dump-server-state from the master debian version

View file

@ -3,7 +3,7 @@
PROGNAME="dump-server-state" PROGNAME="dump-server-state"
REPOSITORY="https://gitea.evolix.org/evolix/dump-server-state" REPOSITORY="https://gitea.evolix.org/evolix/dump-server-state"
VERSION="22.03" VERSION="23.03"
readonly VERSION readonly VERSION
dump_dir= dump_dir=