mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-04-09 11:11:50 +00:00
documentation update for new release
This commit is contained in:
parent
2d8a72ed95
commit
bec53aeb72
@ -1,5 +1,12 @@
|
|||||||
# Tomb ChangeLog
|
# Tomb ChangeLog
|
||||||
|
|
||||||
|
## 2.7
|
||||||
|
### Oct 2019
|
||||||
|
|
||||||
|
Fixed getent parsing of passwd and notation of conditionals
|
||||||
|
normalised. A few other minor fixes and documentation improvements.
|
||||||
|
|
||||||
|
|
||||||
## 2.6
|
## 2.6
|
||||||
### May 2019
|
### May 2019
|
||||||
|
|
||||||
|
4
tomb
4
tomb
@ -44,8 +44,8 @@
|
|||||||
|
|
||||||
# {{{ Global variables
|
# {{{ Global variables
|
||||||
|
|
||||||
typeset VERSION="2.6"
|
typeset VERSION="2.7"
|
||||||
typeset DATE="May/2019"
|
typeset DATE="Oct/2019"
|
||||||
typeset TOMBEXEC=$0
|
typeset TOMBEXEC=$0
|
||||||
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
|
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
|
||||||
# TODO: configure which tmp dir to use from a cli flag
|
# TODO: configure which tmp dir to use from a cli flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user