Changeset 275
- Timestamp:
- 04/04/08 23:20:20 (6 months ago)
- Files:
-
- gpgdir/trunk/ChangeLog (modified) (1 diff)
- gpgdir/trunk/README (modified) (1 diff)
- gpgdir/trunk/VERSION (modified) (1 diff)
- gpgdir/trunk/gpgdir (modified) (2 diffs)
- gpgdir/trunk/packaging/gpgdir.spec (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gpgdir/trunk/ChangeLog
r270 r275 1 gpgdir-1.8 (0 3//2008):1 gpgdir-1.8 (04/04/2008): 2 2 - Updated the test suite to validate the gpgdir --Obfuscate-filenames 3 3 mode to ensure that files are encrypted as "gpgdir_<pid>_<num>.gpg". 4 4 - Minor bug fix to remove the .gpgdir_map_file in --Obfuscate-filenames 5 5 mode after a successful decryption cycle. 6 - Updated to version 0.36 of CPAN GnuPG::Interface module. 6 7 7 8 gpgdir-1.7 (02/18/2008): gpgdir/trunk/README
r119 r275 13 13 option). Note that in --encrypt mode, gpgdir will delete the original files 14 14 that it successfully encrypts (unless the --no-delete option is given). 15 However, upon startup gpgdir first asks for athe decryption password to be15 However, upon startup gpgdir first asks for the decryption password to be 16 16 sure that a dummy file can successfully be encrypted and decrypted. The 17 17 initial test can be disabled with the --skip-test option so that a directory gpgdir/trunk/VERSION
r259 r275 1 1. 71 1.8 gpgdir/trunk/gpgdir
r272 r275 11 11 # Author: Michael Rash (mbr@cipherdyne.com) 12 12 # 13 # Version: 1. 713 # Version: 1.8 14 14 # 15 15 # Copyright (C) 2002-2007 Michael Rash (mbr@cipherdyne.org) … … 44 44 45 45 ### set the current gpgdir version and file revision numbers 46 my $version = '1. 7';46 my $version = '1.8'; 47 47 my $revision_svn = '$Revision$'; 48 48 my $rev_num = '1'; gpgdir/trunk/packaging/gpgdir.spec
r267 r275 1 1 %define name gpgdir 2 %define version 1. 72 %define version 1.8 3 3 %define release 1 4 4 %define gpgdirlibdir %_libdir/%name … … 108 108 %changelog 109 109 * Mon Feb 18 2008 Michael Rash <mbr@cipherdyne.org> 110 - gpgdir-1.8 release 111 112 * Mon Feb 18 2008 Michael Rash <mbr@cipherdyne.org> 110 113 - gpgdir-1.7 release 111 114
