root/gpgdir/tags/gpgdir-1.0.1/ChangeLog

Revision 153, 4.2 kB (checked in by mbr, 2 years ago)

finished 1.0.1 stuff

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