Include changelog.md in Debian packages

main
Jan Dittberner 2 years ago
parent 692f95ac1a
commit 60430c9720

@ -68,6 +68,8 @@ nfpms:
contents:
- src: 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
dst: /usr/share/doc/cacert-goocsp/examples/config-example-crl.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/),
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
### Fixed
- lock access to certificate maps to avoid crash due to concurrent map access

Loading…
Cancel
Save