Release 22.12

This commit is contained in:
Jérémy Dubois 2022-12-01 16:45:42 +01:00
parent bd5e02bb87
commit 7382947fc3
3 changed files with 15 additions and 6 deletions

View file

@ -8,20 +8,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
### Fixed
### Removed
### Security
## [22.12] 2022-12-01
### Added
* The key file can be read and written only by the owner
### Changed
* Use genpkey and pkey instead of genrsa and rsa
* Improved cert-expirations.sh for better readability of its ouput
### Fixed
* Create index.txt.attr file
### Removed
### Security
## [22.04] 2022-04-14
### Added

View file

@ -1,6 +1,6 @@
#!/bin/sh
VERSION="22.04"
VERSION="22.12"
show_version() {
cat <<END

View file

@ -5,7 +5,7 @@
set -u
VERSION="22.04"
VERSION="22.12"
show_version() {
cat <<END