aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-07-17 11:59:40 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-07-17 11:59:40 +0300
commit4a3451e1dacf6eda140074e087276eeac1fb96cf (patch)
treebb10fe426339b48d0a5075b30de63213626b960c
parent6cb0e3c6b9c7b148081a707e905635d4cfd963a5 (diff)
downloadacmeman-4a3451e1dacf6eda140074e087276eeac1fb96cf.tar.gz
acmeman-4a3451e1dacf6eda140074e087276eeac1fb96cf.tar.bz2
Version 1.07v1.07
-rw-r--r--Changes7
-rwxr-xr-xacmeman2
2 files changed, 6 insertions, 3 deletions
diff --git a/Changes b/Changes
index 4089093..441ce3b 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,14 @@
-1.06 2018-07-17
+1.07 2018-07-17
+
+* Improve detection of Apache default settings
+
+1.06 2018-05-07
* New source: "file"
* Simplify DNS code
-* Improve detection of Apache default settings
1.05 2018-04-17
* null source
* dns checking (core.check-dns statement)
* core.restart renamed to core.postrenew
diff --git a/acmeman b/acmeman
index 5a8cf37..83519f7 100755
--- a/acmeman
+++ b/acmeman
@@ -37,13 +37,13 @@ use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_version);
use POSIX qw(strftime time floor);
use App::Acmeman::Config;
use App::Acmeman::Domain qw(:files);
use Data::Dumper;
use Text::ParseWords;
-our $VERSION = '1.06';
+our $VERSION = '1.07';
=head1 NAME
App::Acmeman - manages ACME certificates
=head1 SYNOPSIS

Return to:

Send suggestions and report system problems to the System administrator.