| 1 | gpgdir-0.9.2 (01/05/2005): |
|---|
| 2 | - Added preservation of file mtime and atime values (may be disabled |
|---|
| 3 | with the --no-preserve-times option). |
|---|
| 4 | - Added testing encryption and decryption of dummy file (may be |
|---|
| 5 | disabled with --skip-test) by default for both encrypt and decrypt |
|---|
| 6 | modes. |
|---|
| 7 | - Added --test-mode to run encrypt -> decrypt test and exit. |
|---|
| 8 | - Removed unnecessary compression options. |
|---|
| 9 | - Updated get_homedir() to reference HOME environmental variable if |
|---|
| 10 | the /etc/passwd file does not exist (OS X being a good example). |
|---|
| 11 | - Added --verbose mode. |
|---|
| 12 | - Updated output to generate errors on a per-file basis instead of |
|---|
| 13 | dumping them at the end of an encrypt/decrypt operation. |
|---|
| 14 | |
|---|
| 15 | gpgdir-0.9.1 (11/11/2004): |
|---|
| 16 | - Updated GnuPG.pm perl module to handle return code of PLAINTEXT |
|---|
| 17 | which seems to be returned by GunPG now (as of version 1.2.6) |
|---|
| 18 | instead of DECRYPTION_OKAY upon a successful decryption. |
|---|
| 19 | |
|---|
| 20 | gpgdir-0.9 (09/12/2004): |
|---|
| 21 | - Added --gnupg-dir option to allow a user to specify a different |
|---|
| 22 | user's .gnupg directory for encryption keys. |
|---|
| 23 | - Switched to "[+]" (and related) message prefixes. |
|---|
| 24 | |
|---|
| 25 | gpgdir-0.8 (05/29/2004): |
|---|
| 26 | - Added --Exclude and --Exclude-from options to allow files to be |
|---|
| 27 | excluded based on regex matches. |
|---|
| 28 | - Reworked error messages so they contain the filename associated |
|---|
| 29 | with each error. |
|---|
| 30 | |
|---|
| 31 | gpgdir-0.4 (04/23/2004): |
|---|
| 32 | - Added --pw-file option so that a decryption password can be |
|---|
| 33 | read out of a file. |
|---|
| 34 | - Better directory validation (filesystem -e and -d checks). |
|---|
| 35 | - Added INSTALL file. |
|---|
| 36 | - Updated man page and README file. |
|---|
| 37 | |
|---|
| 38 | gpgdir-0.3 (09/27/2003): |
|---|
| 39 | - Bundled perl modules GnuPG and TermReadKey with gpgdir. |
|---|
| 40 | - Modified install.pl and gpgdir to install and use GnuPG and |
|---|
| 41 | TermReadKey modules from the /usr/lib/gpgdir directory. |
|---|
| 42 | - Added check_commands() subroutine from psad. |
|---|