tdocumentation updates for release - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 017aee00b29eca80062729c49ff43c5f28e6ec4f
 (DIR) parent 00e0ac323b4122ee5dd2b70d957a261544dd5446
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Wed, 30 Dec 2015 17:50:36 +0100
       
       documentation updates for release
       
       Diffstat:
         M AUTHORS.md                          |       4 ++--
         M ChangeLog.md                        |      12 ++++++++++++
         M INSTALL.md                          |       9 +++++++++
         M README.md                           |       2 +-
       
       4 files changed, 24 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/AUTHORS.md b/AUTHORS.md
       t@@ -1,9 +1,9 @@
       -
        Cryptsetup is written by Christophe Saout and Clemens Fruhwirth.
        
        Tomb is written and directed by Denis Roio <jaromil@dyne.org>
        
       -Tomb includes code and advices by Anathema, Boyska, Hellekin O. Wolf and GDrooid.
       +Tomb includes code and advices by Anathema, Boyska, Hellekin O. Wolf,
       +GDrooid, Parazyd.
        
        The minimal Zenity GUI is being written by Parazyd
        
 (DIR) diff --git a/ChangeLog.md b/ChangeLog.md
       t@@ -1,5 +1,17 @@
        # Tomb ChangeLog
        
       +## 2.2
       +### December 2015
       +
       +New Qt5 desktop tray in extras/qt-tray.
       +New Zenity based Gtk interface in extras/gtomb (experimental).
       +Better resizing procedure recovers from failure without starting over
       +with a new dig.  Fixes for correct handling of bind-hooks mountpoints
       +containing whitespaces, implying a refactoring of how the mtab is
       +parsed, along with workaround for Debian bugs. Updated all strings to
       +report MiB sizes. Fix to correctly show last time opened. Fix to EUID
       +detection and to installed manpage permissions.
       +
        ## 2.1.1
        ### August 2015
        
 (DIR) diff --git a/INSTALL.md b/INSTALL.md
       t@@ -174,6 +174,15 @@ and run 'make install' as root:
            cd extras/translations
            sudo make install
        
       +### extras/gtomb/
       +
       +This is a minimalistic graphical user interface scripted in ZSh
       +depending from Zenity to display dialog boxes. It covers all basic
       +operations in Tomb and facilitates the setup of hooks.
       +
       +    cd extras/gtomb
       +    ./gtomb
       +
        # Tomb support in other applications
        
        Can Tomb be used by other applications?
 (DIR) diff --git a/README.md b/README.md
       t@@ -212,7 +212,7 @@ IRC on https://irc.dyne.org channel **#dyne** (or direct port 9999 SSL)
        
        # Licensing
        
       -Tomb is Copyright (C) 2007-2015 by the Dyne.org Foundation
       +Tomb is Copyright (C) 2007-2016 by the Dyne.org Foundation
        
        More information on all the developers involved is found in the
        [AUTHORS](AUTHORS.md) file.