documentation for release

This commit is contained in:
Jaromil 2020-11-27 18:40:17 +01:00
parent 45b144d213
commit 5199bef4a6
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,16 @@
# Tomb ChangeLog
## 2.8.1
### Nov 2020
This is a minor bugfix release. It fixes two bugs introduced by the
previous release: the release of loopback devices and a typo affecting
password insertion in text-only mode. It also provides a cosmetic fix
for the output of 'tomb list' that now displays correct sizes. At
last, the docker wrapper has been included in extras/ to be shipped in
Tomb. The span of CVE-2020-28638 has been assessed with more precision
and KNOWN_BUGS updated accordingly.
## 2.8
### Nov 2020

View File

@ -1,5 +1,5 @@
# Password bug in X11 when using pinentry-curses
## Issue with Tomb version 2.0 to 2.7
## Issue with Tomb version 2.6 and 2.7
This bug affects systems with a running X11 DISPLAY, but where only
pinentry-ncurses is installed. It wrongly reads the input password: no

2
tomb
View File

@ -30,7 +30,7 @@
# {{{ Global variables
typeset VERSION="2.8"
typeset VERSION="2.8.1"
typeset DATE="Nov/2020"
typeset TOMBEXEC=$0
typeset TMPPREFIX=${TMPPREFIX:-/tmp}