Include changelog.md in Debian packages
This commit is contained in:
parent
692f95ac1a
commit
60430c9720
2 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,8 @@ nfpms:
|
||||||
contents:
|
contents:
|
||||||
- src: README.md
|
- src: README.md
|
||||||
dst: /usr/share/doc/cacert-goocsp/README.md
|
dst: /usr/share/doc/cacert-goocsp/README.md
|
||||||
|
- src: changelog.md
|
||||||
|
dst: /usr/share/doc/cacert-goocsp/changelog.md
|
||||||
- src: docs/config-example-crl.yaml
|
- src: docs/config-example-crl.yaml
|
||||||
dst: /usr/share/doc/cacert-goocsp/examples/config-example-crl.yaml
|
dst: /usr/share/doc/cacert-goocsp/examples/config-example-crl.yaml
|
||||||
- src: docs/config-example-openssl-index.yaml
|
- src: docs/config-example-openssl-index.yaml
|
||||||
|
|
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- add changelog to Debian packages
|
||||||
|
|
||||||
## [0.2.1] - 2022-10-11
|
## [0.2.1] - 2022-10-11
|
||||||
### Fixed
|
### Fixed
|
||||||
- lock access to certificate maps to avoid crash due to concurrent map access
|
- lock access to certificate maps to avoid crash due to concurrent map access
|
||||||
|
|
Loading…
Reference in a new issue