File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Tomb ChangeLog
2
2
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
+
3
14
## 2.8
4
15
### Nov 2020
5
16
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
This bug affects systems with a running X11 DISPLAY, but where only
5
5
pinentry-ncurses is installed. It wrongly reads the input password: no
Original file line number Diff line number Diff line change 30
30
31
31
# {{{ Global variables
32
32
33
- typeset VERSION=" 2.8"
33
+ typeset VERSION=" 2.8.1 "
34
34
typeset DATE=" Nov/2020"
35
35
typeset TOMBEXEC=$0
36
36
typeset TMPPREFIX=${TMPPREFIX:-/ tmp}
You can’t perform that action at this time.
0 commit comments