mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 07:30:56 +00:00
release versioning
This commit is contained in:
parent
c436b76a85
commit
d88fd5c9cb
@ -1,5 +1,12 @@
|
|||||||
# Tomb ChangeLog
|
# 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
|
## 2.0
|
||||||
### November 2014
|
### 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:
|
from https://files.dyne.org/tomb and decompress it. From a terminal:
|
||||||
|
|
||||||
cd Downloads
|
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
|
Then enter its directory and run 'make install' as root, this will install
|
||||||
Tomb into /usr/local:
|
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
|
sudo make install
|
||||||
|
|
||||||
After installation one can read the commandline help or read the manual:
|
After installation one can read the commandline help or read the manual:
|
||||||
|
8
tomb
8
tomb
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
# {{{ License
|
# {{{ 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>
|
# Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org>
|
||||||
#
|
#
|
||||||
@ -44,8 +44,8 @@
|
|||||||
|
|
||||||
# {{{ Global variables
|
# {{{ Global variables
|
||||||
|
|
||||||
typeset VERSION="2.0"
|
typeset VERSION="2.1"
|
||||||
typeset DATE="Nov/2014"
|
typeset DATE="Dec/2014"
|
||||||
typeset TOMBEXEC=$0
|
typeset TOMBEXEC=$0
|
||||||
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
|
typeset TMPPREFIX=${TMPPREFIX:-/tmp}
|
||||||
# TODO: configure which tmp dir to use from a cli flag
|
# TODO: configure which tmp dir to use from a cli flag
|
||||||
@ -2668,7 +2668,7 @@ main() {
|
|||||||
__default)
|
__default)
|
||||||
_print "Tomb ::1 version:: - a strong and gentle undertaker for your secrets" $VERSION
|
_print "Tomb ::1 version:: - a strong and gentle undertaker for your secrets" $VERSION
|
||||||
_print "\000"
|
_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 " 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 " For the latest sourcecode go to <http://dyne.org/software/tomb>"
|
||||||
_print "\000"
|
_print "\000"
|
||||||
|
Loading…
Reference in New Issue
Block a user