tTODO and VERSION update - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 5b8235201cefa4ccd0b59d896ef295aa74359f82 DIR parent bf9cc3070d9c5b352d6f94f42ff3d7554efba8c7 HTML Author: Jaromil <jaromil@dyne.org> Date: Thu, 26 May 2011 13:16:02 +0200 TODO and VERSION update Diffstat: M TODO.org | 6 +++++- M src/tomb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) --- DIR diff --git a/TODO.org b/TODO.org t@@ -56,7 +56,11 @@ Must be 100% backward compatible with tombs created with 1.0 ** Bugs to fix -*** TODO [#A] Should refuse opening a tomb that is already open :jaromil: +*** TODO [#B] Avoid overwriting key on exhume on same filename + + +*** DONE [#A] Should refuse opening a tomb that is already open :jaromil: + ** New features DIR diff --git a/src/tomb b/src/tomb t@@ -20,7 +20,7 @@ # this source code; if not, write to: # Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=1.0 +VERSION=1.1 DATE=May/2011 TOMBEXEC=$0 TOMBOPENEXEC="tomb-open"