URI: 
       trelease versioning - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit d88fd5c9cba41f0e52ab960677c81ff409043a70
   DIR parent c436b76a85150f260d13e17782f3a98636e6b8ac
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Sun, 21 Dec 2014 22:08:32 +0100
       
       release versioning
       
       Diffstat:
         M ChangeLog.md                        |       7 +++++++
         M INSTALL.md                          |       4 ++--
         M tomb                                |       8 ++++----
       
       3 files changed, 13 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/ChangeLog.md b/ChangeLog.md
       t@@ -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
        
   DIR diff --git a/INSTALL.md b/INSTALL.md
       t@@ -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:
   DIR diff --git a/tomb b/tomb
       t@@ -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>
        #
       t@@ -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
       t@@ -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"