|
Revision 74, 0.9 KB
(checked in by anonymous, 6 years ago)
|
|
This commit was manufactured by cvs2svn to create tag 'gpgdir_0_9'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | gpgdir-0.9 (09/12/2004): |
|---|
| 2 | - Added --gnupg-dir option to allow a user to specify a different |
|---|
| 3 | user's .gnupg directory for encryption keys. |
|---|
| 4 | - Switched to "[+]" (and related) message prefixes. |
|---|
| 5 | |
|---|
| 6 | gpgdir-0.8 (05/29/2004): |
|---|
| 7 | - Added --Exclude and --Exclude-from options to allow files to be |
|---|
| 8 | excluded based on regex matches. |
|---|
| 9 | - Reworked error messages so they contain the filename associated |
|---|
| 10 | with each error. |
|---|
| 11 | |
|---|
| 12 | gpgdir-0.4 (04/23/2004): |
|---|
| 13 | - Added --pw-file option so that a decryption password can be |
|---|
| 14 | read out of a file. |
|---|
| 15 | - Better directory validation (filesystem -e and -d checks). |
|---|
| 16 | - Added INSTALL file. |
|---|
| 17 | - Updated man page and README file. |
|---|
| 18 | |
|---|
| 19 | gpgdir-0.3 (09/27/2003): |
|---|
| 20 | - Bundled perl modules GnuPG and TermReadKey with gpgdir. |
|---|
| 21 | - Modified install.pl and gpgdir to install and use GnuPG and |
|---|
| 22 | TermReadKey modules from the /usr/lib/gpgdir directory. |
|---|
| 23 | - Added check_commands() subroutine from psad. |
|---|