root/gpgdir/tags/gpgdir-1.0.3/ChangeLog

Revision 161, 4.5 kB (checked in by mbr, 2 years ago)

bumped version to 1.0.3 for proper RPM build

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