diff options
| author | Paul Buetow <paul@buetow.org> | 2010-11-07 21:41:43 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-11-07 21:41:43 +0000 |
| commit | 2b25c83c0493e822ae6a0a0aa9f4773d2b8f4d63 (patch) | |
| tree | e19999c6f2142debb0f9318ce7cea34036dcb604 | |
| parent | c8dc3331d8361a5fc32a1635d25d0167c07760a0 (diff) | |
tagged v0.7.0
started v0.8-pre
| -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 e866b62..ab662ca 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +Sun Nov 7 22:37:21 CET 2010 +* Released 0.7.0 + Sat Oct 16 10:48:59 CEST 2010 - 0.7-pre-3 * Added ~/.pwgreprc as default configuration file @@ -1,6 +1,6 @@ #!/bin/bash -# pwgrep v0.7-pre-3 (c) 2009, 2010 by Paul Buetow +# pwgrep v0.7.0 (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 |
