documentation update for new release

This commit is contained in:
Jaromil 2019-10-11 22:06:55 +02:00
parent 2d8a72ed95
commit bec53aeb72
2 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# 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
### May 2019

4
tomb
View File

@ -44,8 +44,8 @@
# {{{ Global variables
typeset VERSION="2.6"
typeset DATE="May/2019"
typeset VERSION="2.7"
typeset DATE="Oct/2019"
typeset TOMBEXEC=$0
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
# TODO: configure which tmp dir to use from a cli flag