root/gpgdir/tags/gpgdir-1.1/ChangeLog

Revision 177, 5.5 kB (checked in by mbr, 1 year ago)

release date update

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