Include changelog.md in Debian packages

This commit is contained in:
Jan Dittberner 2022-10-11 18:06:13 +02:00
parent 692f95ac1a
commit 60430c9720
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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