Skip to content

Commit 5199bef

Browse files
committed
documentation for release
1 parent 45b144d commit 5199bef

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Tomb ChangeLog
22

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

KNOWN_BUGS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Password bug in X11 when using pinentry-curses
2-
## Issue with Tomb version 2.0 to 2.7
2+
## Issue with Tomb version 2.6 and 2.7
33

44
This bug affects systems with a running X11 DISPLAY, but where only
55
pinentry-ncurses is installed. It wrongly reads the input password: no

tomb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# {{{ Global variables
3232

33-
typeset VERSION="2.8"
33+
typeset VERSION="2.8.1"
3434
typeset DATE="Nov/2020"
3535
typeset TOMBEXEC=$0
3636
typeset TMPPREFIX=${TMPPREFIX:-/tmp}

0 commit comments

Comments
 (0)