root/gpgdir/tags/gpgdir-0.9.8/ChangeLog

Revision 118, 2.8 KB (checked in by mbr, 4 years ago)

more 0.9.8 stuff

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