| 1 |
gpgdir-1.3 (06/09/2007): |
|---|
| 2 |
- Added --Obfuscate mode so that the files within a directory can be |
|---|
| 3 |
altered into unrecognizable names (which are stored within the file |
|---|
| 4 |
.gpgdir_map_file within each sub-directory, and this file is itself |
|---|
| 5 |
encrypted). The obfuscated file names are reversed when a directory |
|---|
| 6 |
is decrypted. |
|---|
| 7 |
- Added the --Agent-info command line argument so that the value of the |
|---|
| 8 |
GPG_AGENT_INFO environment variable can be specified on the gpgdir |
|---|
| 9 |
command line. |
|---|
| 10 |
|
|---|
| 11 |
gpgdir-1.2 (05/28/2007): |
|---|
| 12 |
- Added support for installing gpgdir on Windows under Cygwin (via the |
|---|
| 13 |
install.pl script). Installing gpgdir on FreeBSD systems also works. |
|---|
| 14 |
- Added support for installing gpgdir within a user home directory without |
|---|
| 15 |
the need for root access (this requires installing gpgdir with the |
|---|
| 16 |
install.pl script). |
|---|
| 17 |
- Added --agent to have gpgdir acquire gpg key password from a running |
|---|
| 18 |
gpg-agent instance. |
|---|
| 19 |
- Added --no-password so gpgdir can use a gpg key with no associated |
|---|
| 20 |
password (this is not common). The user is not prompted for a password |
|---|
| 21 |
in this case. |
|---|
| 22 |
|
|---|
| 23 |
gpgdir-1.1 (05/21/2007): |
|---|
| 24 |
- Added the ability to securely delete the original versions of files with |
|---|
| 25 |
the 'wipe' program (after they have been successfully encrypted). Also |
|---|
| 26 |
added --wipe-path to specify a path to the wipe binary (the default is |
|---|
| 27 |
/usr/bin/wipe), --wipe-interactive to force the wipe program to prompt |
|---|
| 28 |
the user before a file is deleted, and --wipe-cmdline to allow the user |
|---|
| 29 |
to build a set of command line arguments that are passed to the wipe |
|---|
| 30 |
program. |
|---|
| 31 |
- Added --Force to have gpgdir skip over the error condition where a file |
|---|
| 32 |
cannot be deleted (because of a permissions issue for example). |
|---|
| 33 |
- Added --Trial-run to allow the user to see what actions gpgdir would |
|---|
| 34 |
take to encrypt or decrypt files, but no files are actually modified. |
|---|
| 35 |
- Added --Interactive to have gpgdir prompt the user before every file is |
|---|
| 36 |
encrypted, decrypted. |
|---|
| 37 |
- Added the gpgdir.SlackBuild script (contributed by pyllyukko originally |
|---|
| 38 |
for the psad project) for building gpgdir on Slackware systems. |
|---|
| 39 |
|
|---|
| 40 |
gpgdir-1.0.3 (09/17/2006): |
|---|
| 41 |
- Minor bugfix to correct 1.0.1 version number (which should have been set |
|---|
| 42 |
to 1.0.2) in the gpgdir RPM spec file. |
|---|
| 43 |
|
|---|
| 44 |
gpgdir-1.0.2 (09/17/2006): |
|---|
| 45 |
- Minor bugfix to correct 1.0 version number (which should have been set |
|---|
| 46 |
to 1.0.1). The result is the 1.0.2 release. |
|---|
| 47 |
|
|---|
| 48 |
gpgdir-1.0.1 (09/16/2006): |
|---|
| 49 |
- Added --quiet option to have gpgdir print as little as possible to the |
|---|
| 50 |
screen when encrypting or decrypting a directory. |
|---|
| 51 |
- Added x86_64 RPM (original patch from Mate Wierdl adapted for gpgdir). |
|---|
| 52 |
|
|---|
| 53 |
gpgdir-1.0 (09/13/2006): |
|---|
| 54 |
- Added --Key-id command line argument so that use_key can be overridden |
|---|
| 55 |
from the command line |
|---|
| 56 |
- Made the argument to use_key not have to strictly be a keyID since GnuPG |
|---|
| 57 |
allows a unique string match on keys in the key ring |
|---|
| 58 |
- Added --Default-key to allow the user to have gpgdir use the default |
|---|
| 59 |
key that is defined by GnuPG within the ~/.gnupg/options file. |
|---|
| 60 |
- Updated the .gpgdirrc file to include the line "default_key" to allow |
|---|
| 61 |
the user to have gpgdir prefer to use the GnuPG default key. |
|---|
| 62 |
- Added the ChangeLog.svn file to show exactly which files have been |
|---|
| 63 |
changed from release to release, and what the corresponding Subversion |
|---|
| 64 |
log messages are. |
|---|
| 65 |
- Minor documentation updates. |
|---|
| 66 |
|
|---|
| 67 |
gpgdir-0.9.9 (09/07/2006): |
|---|
| 68 |
- Added RPM .spec file to build gpgdir as an RPM. |
|---|
| 69 |
- Added the --Skip-mod-install command line argument to install.pl to |
|---|
| 70 |
allow all perl module installs to be skipped. |
|---|
| 71 |
- Added the --force-mod-regex command line argument to install.pl to allow |
|---|
| 72 |
a regex match on perl module names to force matching modules to be |
|---|
| 73 |
installed. |
|---|
| 74 |
- Updated to TermReadKey-2.30 from 2.21. |
|---|
| 75 |
|
|---|
| 76 |
gpgdir-0.9.8 (07/03/2006): |
|---|
| 77 |
- Updated to use GnuPG::Interface instead of GnuPG module. This should |
|---|
| 78 |
fix the incompatibility issues seen between the GnuPG module and some |
|---|
| 79 |
GnuPG installations. |
|---|
| 80 |
- Added perl module installation code from fwknop (see |
|---|
| 81 |
http://www.cipherdyne.org/fwknop/). This allows gpgdir to |
|---|
| 82 |
preferentially use any perl modules that are already be installed on the |
|---|
| 83 |
system. |
|---|
| 84 |
|
|---|
| 85 |
gpgdir-0.9.4 (10/12/2005): |
|---|
| 86 |
- Updated test mode to encrypt and decrypt a testing file within the |
|---|
| 87 |
directory to be encrypted or decrypted. This file is located at |
|---|
| 88 |
<dir>/gpgdir_test, and is removed after the test is completed. |
|---|
| 89 |
- Bugfix for "protocol error: expected SHM_GET_XXX got GOOD_PASSPHRASE" |
|---|
| 90 |
error in GnuPG module. |
|---|
| 91 |
|
|---|
| 92 |
gpgdir-0.9.3 (02/20/2005): |
|---|
| 93 |
- Added --Include and --Include-from options to allow inclusion |
|---|
| 94 |
regular expressions to be specified. |
|---|
| 95 |
- Bugfix for not decrypting filesnames that contain spaces. |
|---|
| 96 |
|
|---|
| 97 |
gpgdir-0.9.2 (01/05/2005): |
|---|
| 98 |
- Added preservation of file mtime and atime values (may be disabled |
|---|
| 99 |
with the --no-preserve-times option). |
|---|
| 100 |
- Added testing encryption and decryption of dummy file (may be |
|---|
| 101 |
disabled with --skip-test) by default for both encrypt and decrypt |
|---|
| 102 |
modes. |
|---|
| 103 |
- Added --test-mode to run encrypt -> decrypt test and exit. |
|---|
| 104 |
- Removed unnecessary compression options. |
|---|
| 105 |
- Updated get_homedir() to reference HOME environmental variable if |
|---|
| 106 |
the /etc/passwd file does not exist (OS X being a good example). |
|---|
| 107 |
- Added --verbose mode. |
|---|
| 108 |
- Updated output to generate errors on a per-file basis instead of |
|---|
| 109 |
dumping them at the end of an encrypt/decrypt operation. |
|---|
| 110 |
|
|---|
| 111 |
gpgdir-0.9.1 (11/11/2004): |
|---|
| 112 |
- Updated GnuPG.pm perl module to handle return code of PLAINTEXT |
|---|
| 113 |
which seems to be returned by GunPG now (as of version 1.2.6) |
|---|
| 114 |
instead of DECRYPTION_OKAY upon a successful decryption. |
|---|
| 115 |
|
|---|
| 116 |
gpgdir-0.9 (09/12/2004): |
|---|
| 117 |
- Added --gnupg-dir option to allow a user to specify a different |
|---|
| 118 |
user's .gnupg directory for encryption keys. |
|---|
| 119 |
- Switched to "[+]" (and related) message prefixes. |
|---|
| 120 |
|
|---|
| 121 |
gpgdir-0.8 (05/29/2004): |
|---|
| 122 |
- Added --Exclude and --Exclude-from options to allow files to be |
|---|
| 123 |
excluded based on regex matches. |
|---|
| 124 |
- Reworked error messages so they contain the filename associated |
|---|
| 125 |
with each error. |
|---|
| 126 |
|
|---|
| 127 |
gpgdir-0.4 (04/23/2004): |
|---|
| 128 |
- Added --pw-file option so that a decryption password can be |
|---|
| 129 |
read out of a file. |
|---|
| 130 |
- Better directory validation (filesystem -e and -d checks). |
|---|
| 131 |
- Added INSTALL file. |
|---|
| 132 |
- Updated man page and README file. |
|---|
| 133 |
|
|---|
| 134 |
gpgdir-0.3 (09/27/2003): |
|---|
| 135 |
- Bundled perl modules GnuPG and TermReadKey with gpgdir. |
|---|
| 136 |
- Modified install.pl and gpgdir to install and use GnuPG and |
|---|
| 137 |
TermReadKey modules from the /usr/lib/gpgdir directory. |
|---|
| 138 |
- Added check_commands() subroutine from psad. |
|---|