1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
dkim-rotate (0.4) unstable; urgency=medium
Functional changes:
* Adjust default/example crontab.
* Reload the MTA properly after key generaion in more cases.
Documentation:
* Greatly expand and reorganise documentation.
Packaging and build system:
* Dependency management somewhat automated and improved.
(Dependency on perl is now on perl:any.)
* Machinery for publishing docs to website.
* Removed spurious fourth number from Standards-Version.
[Report from Sean Whitton.]
Tests:
* Introduced run1 wrapper to get code out of Makefile.
* Check that we don't have unexpected rotation stalls.
* New `cparams` test for running twice daily with many selectors.
* Add autopkgtests.
-- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 07 Aug 2022 20:10:17 +0100
dkim-rotate (0.3) unstable; urgency=medium
* Bump version for actual initial upload to Debian.
-- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 06 Aug 2022 17:16:56 +0100
dkim-rotate (0.2) unstable; urgency=medium
* WIP, tidying up for initial upload to Debian.
-- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 06 Aug 2022 16:57:11 +0100
dkim-rotate (0.1) unstable; urgency=medium
* WIP, initial version for testing on chiark.
-- Ian Jackson <ijackson@chiark.greenend.org.uk> Mon, 01 Aug 2022 12:15:50 +0100
# Copyright 2022 Ian Jackson and contributors to dkim-rotate
# SPDX-License-Identifier: GPL-3.0-or-later
# There is NO WARRANTY.
|