updated for release

version bump
This commit is contained in:
Jaromil 2024-07-12 12:35:57 +02:00
parent bae8af351b
commit 2b75962e54
3 changed files with 19 additions and 5 deletions

View File

@ -1,5 +1,19 @@
# Tomb ChangeLog
## 2.11
### July 2024
Search engine is upgraded to use recoll, based on xapian backend:
offers a GUI and is more up to date, replaces swish-e. Various fixes
include a better default of 3 rounds for Argon2 KDF, improved support
for cloakify which is now shipped in tomb/extras, new support for
pinentry-tty useful for some headless systems and terminals over
serial port, improved usage on machines without sudo and support
bind-hooks on folders containing spaces in their names. Also the
translations to some other languages were improved. All documentation
was revisited and reorganized, manpage corrected in some parts and a
new homepage is up at https://dyne.org/tomb
## 2.10
### Sep 2023

View File

@ -26,9 +26,9 @@ Or, if you are in a hurry, kill all processes with open files inside your tomb a
```
$ tomb slam
```
## [Get started on dyne.org/software/tomb](https://dyne.org/software/tomb)
## [Get started on dyne.org/tomb](https://dyne.org/tomb)
<a href="https://dyne.org/software/tomb"><img src="https://files.dyne.org/software_by_dyne.png" width="30%"></a>
<a href="https://dyne.org/tomb"><img src="https://files.dyne.org/software_by_dyne.png" width="30%"></a>
All information is found on our website.
@ -54,5 +54,5 @@ There is also a [space for discussion](https://github.com/dyne/Tomb/discussions)
Tomb is Copyright (C) 2007-2024 by the Dyne.org Foundation and maintained by [Jaromil](https://github.com/jaromil). The [AUTHORS](AUTHORS.md) file contains more information on all the developers involved. The license is GNU Public License v3.
## [More info on dyne.org/software/tomb](https://dyne.org/software/tomb)
## [More info on dyne.org/tomb](https://dyne.org/tomb)

4
tomb
View File

@ -30,8 +30,8 @@
# {{{ Global variables
typeset VERSION="2.10.0"
typeset DATE="Sep/2023"
typeset VERSION="2.11.0"
typeset DATE="Jul/2024"
typeset TOMBEXEC=$0
typeset TMPDIR=${${TMPPREFIX%/*}:-/tmp}
# TODO: configure which tmp dir to use from a cli flag