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