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