root/gpgdir/tags/gpgdir-1.0/ChangeLog

Revision 146, 4.0 kB (checked in by mbr, 3 years ago)

minor addition for doc updates

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 gpgdir-1.0 (09/13/2006):
2     - Added --Key-id command line argument so that use_key can be overridden
3       from the command line
4     - Made the argument to use_key not have to strictly be a keyID since GnuPG
5       allows a unique string match on keys in the key ring
6     - Added --Default-key to allow the user to have gpgdir use the default
7       key that is defined by GnuPG within the ~/.gnupg/options file.
8     - Updated the .gpgdirrc file to include the line "default_key" to allow
9       the user to have gpgdir prefer to use the GnuPG default key.
10     - Added the ChangeLog.svn file to show exactly which files have been
11       changed from release to release, and what the corresponding Subversion
12       log messages are.
13     - Minor documentation updates.
14
15 gpgdir-0.9.9 (09/07/2006):
16     - Added RPM .spec file to build gpgdir as an RPM.
17     - Added the --Skip-mod-install command line argument to install.pl to
18       allow all perl module installs to be skipped.
19     - Added the --force-mod-regex command line argument to install.pl to allow
20       a regex match on perl module names to force matching modules to be
21       installed.
22     - Updated to TermReadKey-2.30 from 2.21.
23
24 gpgdir-0.9.8 (07/03/2006):
25     - Updated to use GnuPG::Interface instead of GnuPG module.  This should
26       fix the incompatibility issues seen between the GnuPG module and some
27       GnuPG installations.
28     - Added perl module installation code from fwknop (see
29       http://www.cipherdyne.org/fwknop/).  This allows gpgdir to
30       preferentially use any perl modules that are already be installed on the
31       system.
32
33 gpgdir-0.9.4 (10/12/2005):
34     - Updated test mode to encrypt and decrypt a testing file within the
35       directory to be encrypted or decrypted.  This file is located at
36       <dir>/gpgdir_test, and is removed after the test is completed.
37     - Bugfix for "protocol error: expected SHM_GET_XXX got GOOD_PASSPHRASE"
38       error in GnuPG module.
39
40 gpgdir-0.9.3 (02/20/2005):
41     - Added --Include and --Include-from options to allow inclusion
42       regular expressions to be specified.
43     - Bugfix for not decrypting filesnames that contain spaces.
44
45 gpgdir-0.9.2 (01/05/2005):
46     - Added preservation of file mtime and atime values (may be disabled
47       with the --no-preserve-times option).
48     - Added testing encryption and decryption of dummy file (may be
49       disabled with --skip-test) by default for both encrypt and decrypt
50       modes.
51     - Added --test-mode to run encrypt -> decrypt test and exit.
52     - Removed unnecessary compression options.
53     - Updated get_homedir() to reference HOME environmental variable if
54       the /etc/passwd file does not exist (OS X being a good example).
55     - Added --verbose mode.
56     - Updated output to generate errors on a per-file basis instead of
57       dumping them at the end of an encrypt/decrypt operation.
58
59 gpgdir-0.9.1 (11/11/2004):
60     - Updated GnuPG.pm perl module to handle return code of PLAINTEXT
61       which seems to be returned by GunPG now (as of version 1.2.6)
62       instead of DECRYPTION_OKAY upon a successful decryption.
63
64 gpgdir-0.9 (09/12/2004):
65     - Added --gnupg-dir option to allow a user to specify a different
66       user's .gnupg directory for encryption keys.
67     - Switched to "[+]" (and related) message prefixes.
68
69 gpgdir-0.8 (05/29/2004):
70     - Added --Exclude and --Exclude-from options to allow files to be
71       excluded based on regex matches.
72     - Reworked error messages so they contain the filename associated
73       with each error.
74
75 gpgdir-0.4 (04/23/2004):
76     - Added --pw-file option so that a decryption password can be
77       read out of a file.
78     - Better directory validation (filesystem -e and -d checks).
79     - Added INSTALL file.
80     - Updated man page and README file.
81
82 gpgdir-0.3 (09/27/2003):
83     - Bundled perl modules GnuPG and TermReadKey with gpgdir.
84     - Modified install.pl and gpgdir to install and use GnuPG and
85       TermReadKey modules from the /usr/lib/gpgdir directory.
86     - Added check_commands() subroutine from psad.
Note: See TracBrowser for help on using the browser.