tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit d88fd5c9cba41f0e52ab960677c81ff409043a70
parent c436b76a85150f260d13e17782f3a98636e6b8ac
Author: Jaromil <jaromil@dyne.org>
Date:   Sun, 21 Dec 2014 22:08:32 +0100

release versioning

Diffstat:
MChangeLog.md | 7+++++++
MINSTALL.md | 4++--
Mtomb | 8++++----
3 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/ChangeLog.md b/ChangeLog.md @@ -1,5 +1,12 @@ # Tomb ChangeLog +## 2.1 +### December 2014 + +Fix for usage with GnuPG 1.4.11, a problem affecting long term +GNU/Linux distribution releases like Ubuntu 12.04 and Mint 13. +Minor messaging fixes. + ## 2.0 ### November 2014 diff --git a/INSTALL.md b/INSTALL.md @@ -20,12 +20,12 @@ To install Tomb simply download the source distribution (the tar.gz file) from https://files.dyne.org/tomb and decompress it. From a terminal: cd Downloads - tar xvfz Tomb-2.0.tar.gz (correct with actual file name) + tar xvfz Tomb-2.1.tar.gz (correct with actual file name) Then enter its directory and run 'make install' as root, this will install Tomb into /usr/local: - cd Tomb-1.5.3 (correct with actual directory name) + cd Tomb-2.1 (correct with actual directory name) sudo make install After installation one can read the commandline help or read the manual: diff --git a/tomb b/tomb @@ -7,7 +7,7 @@ # {{{ License -# Copyright (C) 2007-2014 Dyne.org Foundation +# Copyright (C) 2007-2015 Dyne.org Foundation # # Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org> # @@ -44,8 +44,8 @@ # {{{ Global variables -typeset VERSION="2.0" -typeset DATE="Nov/2014" +typeset VERSION="2.1" +typeset DATE="Dec/2014" typeset TOMBEXEC=$0 typeset TMPPREFIX=${TMPPREFIX:-/tmp} # TODO: configure which tmp dir to use from a cli flag @@ -2668,7 +2668,7 @@ main() { __default) _print "Tomb ::1 version:: - a strong and gentle undertaker for your secrets" $VERSION _print "\000" - _print " Copyright (C) 2007-2014 Dyne.org Foundation, License GNU GPL v3+" + _print " Copyright (C) 2007-2015 Dyne.org Foundation, License GNU GPL v3+" _print " This is free software: you are free to change and redistribute it" _print " For the latest sourcecode go to <http://dyne.org/software/tomb>" _print "\000"