Skip to content

Commit 5e6d4b7

Browse files
committed
0.7.1 (20211014)
1 parent 717a96a commit 5e6d4b7

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

CHANGELOG

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

4+
0.7.1 (20211014)
5+
6+
- doc: Fixed usage typo
7+
- adopt: Accept only a single cert-name (not multiple)
8+
- Improve error message when too many arguments supplied (Say 'Too many' rather than 'Missing')
9+
- Add helpful statements of expectations to usage error messages
10+
- Reorder --quiet and --verbose in usage and manual page
11+
- Rename certbot_options() function to certbot()
12+
- Minor documentation improvements
13+
414
0.7 (20211011)
515

616
- Replace original June 1991 GPLv2 with February 1999 (post-LGPLv2.1) GPLv2
@@ -104,7 +114,7 @@ CHANGELOG
104114

105115
URL: https://raf.org/danectl
106116
GIT: https://github.com/raforg/danectl
107-
Date: 20211011
117+
Date: 20211014
108118
Author: raf <raf@raf.org>
109119

110120

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: 20211011
25+
Date: 20211014
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-
# 20211011 raf <raf@raf.org>
21+
# 20211014 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
35-
DANECTL_DATE=20211011
34+
DANECTL_VERSION=0.7.1
35+
DANECTL_DATE=20211014
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.tar.gz
107-
cd danectl-0.7
106+
tar xzf danectl-0.7.1.tar.gz
107+
cd danectl-0.7.1
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: 20211011
140+
Date: 20211014
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-
# 20211011 raf <raf@raf.org>
20+
# 20211014 raf <raf@raf.org>
2121

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

0 commit comments

Comments
 (0)