From 914869cd888c3547381a469857d2e7879a529e79 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 6 Oct 2018 12:21:06 +0300 Subject: Version 1.08 --- Changes | 37 +++++++++++++++++++++---------------- acmeman | 2 +- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/Changes b/Changes index 441ce3b..1a2e176 100644 --- a/Changes +++ b/Changes @@ -1,31 +1,36 @@ +1.08 2018-10-06 + + - New option --server-root for the source = apache configuration + statement + 1.07 2018-07-17 -* Improve detection of Apache default settings + - Improve detection of Apache default settings 1.06 2018-05-07 -* New source: "file" -* Simplify DNS code + - New source: "file" + - Simplify DNS code 1.05 2018-04-17 -* null source -* dns checking (core.check-dns statement) -* core.restart renamed to core.postrenew -* per-domain postrenew script (domain.*.postrenew) -* Improve Makefile.PL (--no-autoinstall option). + - null source + - dns checking (core.check-dns statement) + - core.restart renamed to core.postrenew + - per-domain postrenew script (domain.*.postrenew) + - Improve Makefile.PL (--no-autoinstall option). 1.04 2017-09-13 -This version introduces acmeman configuration file, which can be used to -direct its action if a server other than Apache is used. It also can -be instructed to store certificate, certificate chain, and certificate -key in a single file, instead of three different ones. This can be used -with such servers as pound(8). + - This version introduces acmeman configuration file, which can be + used to direct its action if a server other than Apache is used. It + also can be instructed to store certificate, certificate chain, and + certificate key in a single file, instead of three different ones. + This can be used with such servers as pound(8). -In the absense of a configuration file, the program operates as in -previous versions. + In the absense of a configuration file, the program operates as in + previous versions. 1.00 2017-02-09 -* Initial version (Git) + - Initial version (Git) diff --git a/acmeman b/acmeman index ea9198a..85ab491 100755 --- a/acmeman +++ b/acmeman @@ -40,7 +40,7 @@ use App::Acmeman::Domain qw(:files); use Data::Dumper; use Text::ParseWords; -our $VERSION = '1.07'; +our $VERSION = '1.08'; =head1 NAME -- cgit v1.2.1