Skip to content

Commit 9be2dce

Browse files
committed
0.8.2 (20230414)
1 parent 963e2ac commit 9be2dce

File tree

12 files changed

+22
-18
lines changed

12 files changed

+22
-18
lines changed

CHANGELOG

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

4+
0.8.2 (20230414)
5+
6+
- Fix support for Unicode email addresses in S/MIME certificates
7+
48
0.8.1 (20230412)
59

610
- README.md - Add danectl-zonefile and danectl-nsupdate to the list of things installed
@@ -149,7 +153,7 @@ CHANGELOG
149153
URL: https://raf.org/danectl
150154
GIT: https://github.com/raforg/danectl
151155
GIT: https://codeberg.org/raforg/danectl
152-
Date: 20230412
156+
Date: 20230414
153157
Author: raf <raf@raf.org>
154158

155159

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ Copyright (C) 2021-2023 raf <raf@raf.org>
2323
URL: http://raf.org/danectl
2424
GIT: https://github.com/raforg/danectl
2525
GIT: https://codeberg.org/raforg/danectl
26-
Date: 20230412
26+
Date: 20230414
2727
Author: raf <raf@raf.org>
2828

Makefile

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

20-
# 20230412 raf <raf@raf.org>
20+
# 20230414 raf <raf@raf.org>
2121

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

3232
DANECTL_NAME=danectl
33-
DANECTL_VERSION=0.8.1
34-
DANECTL_DATE=20230412
33+
DANECTL_VERSION=0.8.2
34+
DANECTL_DATE=20230414
3535
DANECTL_ID=$(DANECTL_NAME)-$(DANECTL_VERSION)
3636
DANECTL_DIST=$(DANECTL_ID).tar.gz
3737
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.8.1.tar.gz
107-
cd danectl-0.8.1
106+
tar xzf danectl-0.8.2.tar.gz
107+
cd danectl-0.8.2
108108
make install
109109

110110
This will install:
@@ -158,6 +158,6 @@ For reloading affected services on key rollover, any system with
158158
URL: https://raf.org/danectl
159159
GIT: https://github.com/raforg/danectl
160160
GIT: https://codeberg.org/raforg/danectl
161-
Date: 20230412
161+
Date: 20230414
162162
Author: raf <raf@raf.org>
163163

danectl

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

2424
name=danectl
25-
version=0.8.1
26-
date=20230412
25+
version=0.8.2
26+
date=20230414
2727
author="raf <raf@raf.org>"
2828
url=https://raf.org/danectl
2929
git=https://github.com/raforg/danectl

danectl-nsupdate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use strict;
2424
# You should have received a copy of the GNU General Public License
2525
# along with this program; if not, see <https://www.gnu.org/licenses/>.
2626
#
27-
# 20230412 raf <raf@raf.org>
27+
# 20230414 raf <raf@raf.org>
2828

2929
# danectl-nsupdate - Adapt danectl DNS RR output for BIND9 nsupdate
3030
# usage: danectl rollover <cert-name> | danectl-nsupdate ttl | nsupdate

danectl-nsupdate.1.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program; if not, see <https://www.gnu.org/licenses/>.
2020
#
21-
# 20230412 raf <raf@raf.org>
21+
# 20230414 raf <raf@raf.org>
2222

2323
=head1 NAME
2424

danectl-zonefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use strict;
2424
# You should have received a copy of the GNU General Public License
2525
# along with this program; if not, see <https://www.gnu.org/licenses/>.
2626
#
27-
# 20230412 raf <raf@raf.org>
27+
# 20230414 raf <raf@raf.org>
2828

2929
# danectl-zonefile - Adapt danectl DNS RR output to modify a BIND9 zonefile
3030
# usage: danectl rollover <cert-name> | danectl-zonectl <zonefile>

danectl-zonefile.1.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# You should have received a copy of the GNU General Public License
1919
# along with this program; if not, see <https://www.gnu.org/licenses/>.
2020
#
21-
# 20230412 raf <raf@raf.org>
21+
# 20230414 raf <raf@raf.org>
2222

2323
=head1 NAME
2424

runtests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with this program; if not, see <https://www.gnu.org/licenses/>.
2121
#
22-
# 20230412 raf <raf@raf.org>
22+
# 20230414 raf <raf@raf.org>
2323

2424
status=0
2525

0 commit comments

Comments
 (0)