mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-06-09 15:22:48 +02:00
prepare for next version
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
This file contains a log of major changes in dehydrated
|
This file contains a log of major changes in dehydrated
|
||||||
|
|
||||||
|
## [x.x.x] - xxxx-xx-xx
|
||||||
|
## Changed
|
||||||
|
- ??
|
||||||
|
|
||||||
|
## Added
|
||||||
|
- ??
|
||||||
|
|
||||||
## [0.6.2] - 2018-04-25
|
## [0.6.2] - 2018-04-25
|
||||||
## Added
|
## Added
|
||||||
- New deploy_ocsp hook
|
- New deploy_ocsp hook
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ umask 077 # paranoid umask, we're creating private keys
|
|||||||
exec 3>&-
|
exec 3>&-
|
||||||
exec 4>&-
|
exec 4>&-
|
||||||
|
|
||||||
VERSION="0.6.2"
|
VERSION="git-master-after-0.6.2"
|
||||||
|
|
||||||
# Find directory in which this script is stored by traversing all symbolic links
|
# Find directory in which this script is stored by traversing all symbolic links
|
||||||
SOURCE="${0}"
|
SOURCE="${0}"
|
||||||
|
|||||||
Reference in New Issue
Block a user