Changeset 314

Show
Ignore:
Timestamp:
08/31/08 19:15:40 (3 months ago)
Author:
mbr
Message:

version 1.9.2

Files:

Legend:

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

    r310 r314  
    1 gpgdir-1.9.2 (08//2008): 
     1gpgdir-1.9.2 (08/31/2008): 
    22    - Added new modes '--sign <dir>' and '--verify <dir>' to allow all files 
    33      in the specified directory to be signed or verified instead of encrypted 
  • gpgdir/trunk/VERSION

    r312 r314  
    1 1.9.2-pre3 
     11.9.2 
  • gpgdir/trunk/gpgdir

    r312 r314  
    1111# Author: Michael Rash (mbr@cipherdyne.com) 
    1212# 
    13 # Version: 1.9.2-pre3 
     13# Version: 1.9.2 
    1414# 
    1515# Copyright (C) 2002-2008 Michael Rash (mbr@cipherdyne.org) 
     
    4141 
    4242### set the current gpgdir version and file revision numbers 
    43 my $version = '1.9.2-pre3'; 
     43my $version = '1.9.2'; 
    4444my $revision_svn = '$Revision$'; 
    4545my $rev_num = '1'; 
  • gpgdir/trunk/packaging/gpgdir-nodeps.spec

    r307 r314  
    5959 
    6060%changelog 
    61 * Fri Aug 29 2008 Michael Rash <mbr@cipherdyne.org> 
     61* Sun Aug 31 2008 Michael Rash <mbr@cipherdyne.org> 
    6262- This spec file omits installing any perl module dependencies. 
    6363- gpgdir-1.9.2 release 
  • gpgdir/trunk/packaging/gpgdir.spec

    r307 r314  
    116116 
    117117%changelog 
    118 * Fri Aug 29 2008 Michael Rash <mbr@cipherdyne.org> 
     118* Sun Aug 31 2008 Michael Rash <mbr@cipherdyne.org> 
    119119- Updated to use the deps/ directory for all perl module sources. 
    120120- gpgdir-1.9.2 release 
  • gpgdir/trunk/test/gpgdir_test.pl

    r312 r314  
    1010# Author: Michael Rash (mbr@cipherdyne.org) 
    1111# 
    12 # Version: 1.9.2-pre3 
     12# Version: 1.9.2 
    1313# 
    1414# Copyright (C) 2008 Michael Rash (mbr@cipherdyne.org)