URI:
       tdocumentation updated for release - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e2f0b0378cc2b17c90f801a58f91b97c296fd845
   DIR parent 850b76d0347bb5e6742a757a4e414ad9bf566cbe
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Thu, 23 Jul 2015 18:39:10 +0200
       
       documentation updated for release
       
       Diffstat:
         M AUTHORS.md                          |       6 +++---
         M ChangeLog.md                        |      20 ++++++++++++++++++++
         M README.md                           |       4 ++--
       
       3 files changed, 25 insertions(+), 5 deletions(-)
       ---
   DIR diff --git a/AUTHORS.md b/AUTHORS.md
       t@@ -13,8 +13,8 @@ German translation by x3nu.
        
        Testing, reviews and documentation contributed by Dreamer, Vlax,
        Shining the Translucent, Mancausoft, Asbesto Molesto, Nignux, TheJH,
       -The Grugq, Reiven, GDrooid, Alphazo, Brian May, fsLeg, JoelMon, Jim
       -Turner, Maxime Arthaud and the Linux Action Show!
       +The Grugq, Reiven, GDrooid, Alphazo, Brian May, fsLeg, JoelMon,
       +Narrat, x3nu, Jim Turner, Maxime Arthaud and the Linux Action Show!
        
        Cryptsetup was developed by Christophe Saout and Clemens Fruhwirth.
        
       t@@ -23,4 +23,4 @@ Function v2" based on GCrypt and written by Anthony Thyssen.
        
        Tomb's developers can be contacted via GitHub issues on
        https://www.github.com/dyne/Tomb or over IRC https://irc.dyne.org
       -channel **#dyne**.
       +channel **#dyne** (or directly over port 9999 with SSL)
   DIR diff --git a/ChangeLog.md b/ChangeLog.md
       t@@ -1,5 +1,25 @@
        # Tomb ChangeLog
        
       +## 2.1
       +### July 2015
       +
       +All users updating should close their tombs first, then update and
       +reopen them with this new version. However, lacking to do so will not
       +cause any data loss, just an unclean umount of tombs.
       +
       +This new stable release including several bugfixes to smooth the user
       +experience in various situations. Documentation is reviewed and
       +extended and translations are updated.
       +
       +More in detail, fixes to: mountpoint removal, language localization,
       +gtk-2 pinentry themeing, udisk2 compatibility (/run/media/$USER
       +mountpoint support), handling of key failures, kdf documentation,
       +swish-e file contents search and encrypted swap detection.
       +
       +Deniability is improved by allowing any filename to be used for tombs
       +(also without .tomb extension). Code has been overall cleaned up.
       +
       +
        ## 2.0.1
        ### December 2014
        
   DIR diff --git a/README.md b/README.md
       t@@ -206,11 +206,11 @@ minimalist tool and its code should be readable. Guidelines on the
        coding style are illustrated in [doc/HACKING.txt](doc/HACKING.txt).
        
        Tomb's developers can be contacted using the issues on GitHub or over
       -IRC on https://irc.dyne.org channel **#dyne**
       +IRC on https://irc.dyne.org channel **#dyne** (or direct port 9999 SSL)
        
        # Licensing
        
       -Tomb is Copyright (C) 2007-2014 by the Dyne.org Foundation
       +Tomb is Copyright (C) 2007-2015 by the Dyne.org Foundation
        
        Tomb is designed, written and maintained by Denis Roio <jaromil@dyne.org>