root/gpgdir/tags/gpgdir_0_9_4/ChangeLog

Revision 105, 2.4 KB (checked in by anonymous, 5 years ago)

This commit was manufactured by cvs2svn to create tag 'gpgdir_0_9_4'.

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