|
1 | 1 | CHANGELOG |
2 | 2 | ========= |
3 | 3 |
|
| 4 | +0.7 (20211011) |
| 5 | + |
| 6 | + - Replace original June 1991 GPLv2 with February 1999 (post-LGPLv2.1) GPLv2 |
| 7 | + - Replace contributor covenant v2.0 with v2.1 |
| 8 | + - adopt: Don't refuse existing cert created with --reuse-key (spotted by github/ran-deh) |
| 9 | + - new/dup: Handle incorrectly quoted domains (spotted by github/ran-deh) |
| 10 | + - Add support for overriding certbot command (spotted by github/ran-deh) |
| 11 | + - Smarter certbot plugin/command defaults |
| 12 | + - Detect incorrectly quoted certbot options |
| 13 | + - Replace "$@" with "$*" where it matters (for Ubuntu/NetBSD) (spotted by github/ran-deh) |
| 14 | + - Use /usr/xpg4/bin/sh if present (/bin/sh on Solaris11 is ksh93) |
| 15 | + - Remove non-standard 'local' keyword for variables in functions |
| 16 | + - make uninstall: Don't complain if files not installed |
| 17 | + - make install: Silence Solaris tweak and improve its error reporting |
| 18 | + - Rearrange copyright notice header |
| 19 | + - doc: Add "/etc/letsencrypt" to "replacing live with current" for clarity |
| 20 | + - doc: Replace "keypair" with "key" to avoid confusion with pairs of lineages |
| 21 | + - Minor documentation improvements |
| 22 | + - Remove superfluous echoes |
| 23 | + - Fix variable name clash |
| 24 | + - Support multiple base domains in a certificate lineage |
| 25 | + - smimea: Add a better check that the certificate can do S/MIME encryption |
| 26 | + - Add -1, --oneline option to output OPENPGPKEY/SMIMEA records on a single line |
| 27 | + - openpgpkey-check: Fix output (add terminating dot) when no key but record exists |
| 28 | + - Add command aliases: alias cb add tlsa del delete show |
| 29 | + - Add -s, --spaces option to include spaces in --oneline output |
| 30 | + |
4 | 31 | 0.6 (20210906) |
5 | 32 |
|
6 | 33 | - Make all reporting of extraneous records greppable zonefile comments |
@@ -77,7 +104,7 @@ CHANGELOG |
77 | 104 |
|
78 | 105 | URL: https://raf.org/danectl |
79 | 106 | GIT: https://github.com/raforg/danectl |
80 | | - Date: 20210906 |
| 107 | + Date: 20211011 |
81 | 108 | Author: raf <raf@raf.org> |
82 | 109 |
|
83 | 110 |
|
0 commit comments