dump-server-state/CHANGELOG
Jérémy Dubois 108e081464 Better management of disks tools
* 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
2023-03-16 17:14:01 +01:00

32 lines
798 B
Plaintext

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
This project does not follow semantic versioning.
The **major** part of the version is the year
The **minor** part changes is the month
The **patch** part changes is incremented if multiple releases happen the same month
## [Unreleased]
### Added
* debug() accepts stdin
### 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
### Removed
### Security
## [22.03] 2022-03-31
Create an OpenBSD version of dump-server-state from the master debian version