diff options
| author | Paul Buetow <paul@buetow.org> | 2010-09-07 18:41:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-09-07 18:41:48 +0000 |
| commit | 12e5773b4c3d4fad03f77eaedbecc95edbf95030 (patch) | |
| tree | 8f9abe1d8a3cab0de3451590c496d0ff79badac9 | |
| parent | 7ed09c4e7f8f96ece6da4bffc7a0e488361f5866 (diff) | |
pwgrep v0.6 branched0.6.0@89
| -rw-r--r-- | CHANGELOG.txt | 3 | ||||
| -rwxr-xr-x | pwgrep.sh | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index eb090ff..a5ef11f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +Tue Sep 7 20:41:04 CEST 2010 +v0.6 release branched + Fri Jul 30 23:31:12 CEST 2010 v0.5-pre-3 - new command pwdbls, which lists all databases available. pwldb is a synonym for pwdbls. Changed the default database name @@ -1,6 +1,6 @@ #!/bin/bash -# pwgrep v0.5-pre-3 (c) 2009, 2010 by Paul C. Buetow +# pwgrep v0.6 (c) 2009, 2010 by Paul Buetow # pwgrep helps you to manage all your passwords using GnuGP # for encryption and a versioning system (subversion by default) # for keeping track all changes of your password database. In |
