tadded notice to recommend using stable releases in production environments - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 3bed43bf214d0948ee1b861c2317ff34a56f9c86 DIR parent 9d718d0ebb37d7ad3b24165a988f3bec0a12803b HTML Author: Jaromil <jaromil@dyne.org> Date: Sat, 16 Aug 2014 17:51:38 +0200 added notice to recommend using stable releases in production environments Diffstat: M README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) --- DIR diff --git a/README.md b/README.md t@@ -29,15 +29,21 @@ standard filesystem tools (GNU) and the cryptographic API of the Linux kernel (cryptsetup and LUKS). Tomb can also produce machine parsable output to facilitate its use inside graphical applications. -# Plea for support - -If you like to support the development of this project, please rate it -and endorse it on the CHEST funding platform: - -http://ideas.chest-project.eu/?q=node/3433 - -We are seeking funding to continue this free and open source development. -It does not require much, just a registration and rating. Thanks. +# Use stable releases in production + +Anyone planning to use Tomb to store and access secrets should not use +the latest development version in Git, but use instead the .tar.gz +release on https://files.dyne.org/tomb . The stable version will +always insure backward compatibility with older tombs: we make sure it +creates sane tombs and keys by running various tests before releasing +it. The development version in Git might introduce sudden bugs and is +not granted to produce backward or forward compatible tombs and keys. +Only developers and testers should use the Git version to report bugs, +test new features and develop patches. + +So be warned: do not use the latest Git version in production +environments, but use a stable release versioned and packed as +tarball on https://files.dyne.org/tomb # How does it works