root/gpgdir/tags/gpgdir-0.9.9/ChangeLog

Revision 133, 3.2 KB (checked in by mbr, 4 years ago)

added date release for 0.9.9

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