Skip to content

Commit aebc814

Browse files
committed
0.7.2 (20211202)
1 parent 00f0f82 commit aebc814

File tree

5 files changed

+17
-11
lines changed

5 files changed

+17
-11
lines changed

CHANGELOG

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
0.7.2 (20211202)
5+
6+
- Fixed certbot invocation bug introduced in 0.7.1
7+
- status/tlsa-check: Add check for reuse_key (and fix if necessary)
8+
- status: Remove redundant use of $@
9+
410
0.7.1 (20211014)
511

612
- doc: Fixed usage typo
@@ -114,7 +120,7 @@ CHANGELOG
114120

115121
URL: https://raf.org/danectl
116122
GIT: https://github.com/raforg/danectl
117-
Date: 20211014
123+
Date: 20211202
118124
Author: raf <raf@raf.org>
119125

120126

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Copyright (C) 2021 raf <raf@raf.org>
2222

2323
URL: http://raf.org/danectl
2424
GIT: https://github.com/raforg/danectl
25-
Date: 20211014
25+
Date: 20211202
2626
Author: raf <raf@raf.org>
2727

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
#
2020

21-
# 20211014 raf <raf@raf.org>
21+
# 20211202 raf <raf@raf.org>
2222

2323
DESTDIR :=
2424
PREFIX := $(DESTDIR)/usr/local
@@ -31,8 +31,8 @@ APP_MANDIR := $(MAN_INSDIR)/man$(APP_MANSECT)
3131
APP_MANSECTNAME := User Commands
3232

3333
DANECTL_NAME=danectl
34-
DANECTL_VERSION=0.7.1
35-
DANECTL_DATE=20211014
34+
DANECTL_VERSION=0.7.2
35+
DANECTL_DATE=20211202
3636
DANECTL_ID=$(DANECTL_NAME)-$(DANECTL_VERSION)
3737
DANECTL_DIST=$(DANECTL_ID).tar.gz
3838
DANECTL_MANFILE=$(DANECTL_NAME).$(APP_MANSECT)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ SMIMEA records, and check that they are published in the DNS.
103103

104104
To install danectl:
105105

106-
tar xzf danectl-0.7.1.tar.gz
107-
cd danectl-0.7.1
106+
tar xzf danectl-0.7.2.tar.gz
107+
cd danectl-0.7.2
108108
make install
109109

110110
This will install:
@@ -137,6 +137,6 @@ On systems like Solaris, /usr/xpg4/bin/sh is used instead of /bin/sh.
137137

138138
URL: https://raf.org/danectl
139139
GIT: https://github.com/raforg/danectl
140-
Date: 20211014
140+
Date: 20211202
141141
Author: raf <raf@raf.org>
142142

danectl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919
#
20-
# 20211014 raf <raf@raf.org>
20+
# 20211202 raf <raf@raf.org>
2121

2222
name=danectl
23-
version=0.7.1
24-
date=20211014
23+
version=0.7.2
24+
date=20211202
2525
author="raf <raf@raf.org>"
2626
url=https://raf.org/danectl
2727
git=https://github.com/raforg/danectl

0 commit comments

Comments
 (0)