Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jjakob committed Jun 4, 2023
1 parent 0575169 commit 8a80871
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion certbot_zimbra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

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 <[email protected]>, Jernej Jakob <[email protected]>"
# paths
Expand Down
4 changes: 2 additions & 2 deletions certbot_zimbra.sh.1
Original file line number Diff line number Diff line change
@@ -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]...
Expand Down

0 comments on commit 8a80871

Please sign in to comment.