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