From 8a80871379a4b367c6ec5b923b5647994e42a69c Mon Sep 17 00:00:00 2001 From: Jernej Jakob Date: Sun, 4 Jun 2023 12:47:11 +0200 Subject: [PATCH] Release 1.0.1 --- CHANGELOG.md | 10 +++++++++- README.md | 6 +++--- certbot_zimbra.sh | 2 +- certbot_zimbra.sh.1 | 4 ++-- 4 files changed, 15 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13e59e0..7906266 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -## v1.0.0 (unreleased) +## v1.0.1 + +* Bugfix: zmcertmgr breaks if it cannot chdir into PWD +* Replace $zmpath with $HOME when executing commands as user zimbra +* Add simple posix sh compliant install script +* install: check if bash version is compatible +* README.md: add note to use install_posix if using old bash < 4.3 + +## v1.0.0 * Add install script * Add manpage using help2man, helper script for generating manpage diff --git a/README.md b/README.md index a98ccfe..5809e0f 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ The preferred way is to install it is by using the wizard [at Certbot's home](ht Download the latest release and install it (copy the latest URL from the Releases tab): ``` -wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/1.0.0.tar.gz -tar xf certbot-zimbra-1.0.0.tar.gz -cd certbot-zimbra-1.0.0 +wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/1.0.1.tar.gz +tar xf certbot-zimbra-1.0.1.tar.gz +cd certbot-zimbra-1.0.1 ./install all ``` If you have bash older than 4.3 (RHEL/CentOS 7), use `./install_posix` instead. diff --git a/certbot_zimbra.sh b/certbot_zimbra.sh index 9a9532e..b9d0043 100755 --- a/certbot_zimbra.sh +++ b/certbot_zimbra.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . readonly progname="certbot_zimbra.sh" -readonly version="1.0.0" +readonly version="1.0.1" readonly github_url="https://github.com/YetOpen/certbot-zimbra" readonly copyright="Copyright (c) 2023 Lorenzo Milesi , Jernej Jakob " # paths diff --git a/certbot_zimbra.sh.1 b/certbot_zimbra.sh.1 index c9faa74..71e4ae5 100644 --- a/certbot_zimbra.sh.1 +++ b/certbot_zimbra.sh.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH CERTBOT_ZIMBRA.SH "1" "May 2023" "certbot_zimbra.sh 1.0.0" "User Commands" +.TH CERTBOT_ZIMBRA.SH "1" "June 2023" "certbot_zimbra.sh 1.0.1" "User Commands" .SH NAME -certbot_zimbra.sh \- manual page for certbot_zimbra.sh 1.0.0 +certbot_zimbra.sh \- manual page for certbot_zimbra.sh 1.0.1 .SH SYNOPSIS .B certbot_zimbra.sh [ \fI\,-d | -n | -p \/\fR] [\fI\,options\/\fR]...