diff options
| -rw-r--r-- | CHANGELOG.txt | 4 | ||||
| -rwxr-xr-x | pwgrep.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dbd8f7e..9e6d82e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,3 +6,7 @@ v0.5-pre-0 - Offlinemode support (Option -o) which does not use the versioning Wed Jul 28 18:16:09 CEST 2010 v0.5-pre-1 - pwfcat redirects all informational message to stderr. means pwfcat includes no informational messages of pwgrep itself anymore. + +Wed Jul 28 18:44:03 CEST 2010 +v0.5-pre-2 - new option -d DATABASE, so its multi database capable now + @@ -1,6 +1,6 @@ #!/bin/bash -# pwgrep v0.5-pre-1 (c) 2009, 2010 by Paul C. Buetow +# pwgrep v0.5-pre-2 (c) 2009, 2010 by Paul C. 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 |
