Changeset 275

Show
Ignore:
Timestamp:
04/04/08 23:20:20 (6 months ago)
Author:
mbr
Message:

1.8 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gpgdir/trunk/ChangeLog

    r270 r275  
    1 gpgdir-1.8 (03//2008): 
     1gpgdir-1.8 (04/04/2008): 
    22    - Updated the test suite to validate the gpgdir --Obfuscate-filenames 
    33      mode to ensure that files are encrypted as "gpgdir_<pid>_<num>.gpg". 
    44    - Minor bug fix to remove the .gpgdir_map_file in --Obfuscate-filenames 
    55      mode after a successful decryption cycle. 
     6    - Updated to version 0.36 of CPAN GnuPG::Interface module. 
    67 
    78gpgdir-1.7 (02/18/2008): 
  • gpgdir/trunk/README

    r119 r275  
    1313option).  Note that in --encrypt mode, gpgdir will delete the original files 
    1414that it successfully encrypts (unless the --no-delete option is given). 
    15 However, upon startup gpgdir first asks for a the decryption password to be 
     15However, upon startup gpgdir first asks for the decryption password to be 
    1616sure that a dummy file can successfully be encrypted and decrypted.  The 
    1717initial test can be disabled with the --skip-test option so that a directory 
  • gpgdir/trunk/VERSION

    r259 r275  
    1 1.7 
     11.8 
  • gpgdir/trunk/gpgdir

    r272 r275  
    1111# Author: Michael Rash (mbr@cipherdyne.com) 
    1212# 
    13 # Version: 1.7 
     13# Version: 1.8 
    1414# 
    1515# Copyright (C) 2002-2007 Michael Rash (mbr@cipherdyne.org) 
     
    4444 
    4545### set the current gpgdir version and file revision numbers 
    46 my $version = '1.7'; 
     46my $version = '1.8'; 
    4747my $revision_svn = '$Revision$'; 
    4848my $rev_num = '1'; 
  • gpgdir/trunk/packaging/gpgdir.spec

    r267 r275  
    11%define name gpgdir 
    2 %define version 1.7 
     2%define version 1.8 
    33%define release 1 
    44%define gpgdirlibdir %_libdir/%name 
     
    108108%changelog 
    109109* 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> 
    110113- gpgdir-1.7 release 
    111114