mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-22 14:38:25 +00:00
release versioning
This commit is contained in:
parent
c436b76a85
commit
d88fd5c9cb
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
8
tomb
8
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user