root/gpgdir/tags/gpgdir-1.2/ChangeLog

Revision 197, 6.1 kB (checked in by mbr, 1 year ago)

minor 1.2 addition

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