aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-06-22 08:57:31 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-06-22 08:57:31 +0200
commited3d178bb8db30d7795888bf90f3e508a5711fb6 (patch)
treea50023b27ac89256e5c80db40092778a11c8d525 /CHANGELOG.md
parentf18666297208e3166a09a0ac380931009353fc0c (diff)
Add pkg-debian target to Makefile
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbcc19d..159d468 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A `backup` subcommand has been added. This backup system uses borg, which must
be installed, but should be generic enough to be usable by most people out of
the box.
+- The `Makefile` has been extended with targets for creating packages for
+ GNU+Linux distributions.
### Changed
@@ -36,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
is not set explicitly, a warning will be generated, but the original name
passed to the `pkg_*()` function will be used by the host's package manager.
- `datetime()` now always passes `-u` on to `date`.
+- All manpages now include a `NAME` section.
## [1.0.0] - 2022-05-06