Changeset 1232

Show
Ignore:
Timestamp:
08/23/08 23:48:56 (3 months ago)
Author:
mbr
Message:

updated 1.9.7 release date, bumped version to 1.9.7

Files:

Legend:

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

    r1231 r1232  
    1 fwknop-1.9.7 (08//2008): 
     1fwknop-1.9.7 (08/24/2008): 
    22    - Mirek Trmac from Red Hat contributed several patches so that fwknop can 
    33      be bundled within the Fedora Linux distribution.  These patches 
  • fwknop/trunk/VERSION

    r1225 r1232  
    1 1.9.7-pre4 
     11.9.7 
  • fwknop/trunk/fwknop

    r1231 r1232  
    2525# Author: Michael Rash (mbr@cipherdyne.org) 
    2626# 
    27 # Version: 1.9.7-pre4 
     27# Version: 1.9.7 
    2828# 
    2929# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
     
    5454use strict; 
    5555 
    56 my $version = '1.9.7-pre4'; 
     56my $version = '1.9.7'; 
    5757my $revision_svn = '$Revision$'; 
    5858my $rev_num = '1'; 
  • fwknop/trunk/fwknop_serv

    r1225 r1232  
    1616# Author: Michael Rash (mbr@cipherdyne.org) 
    1717# 
    18 # Version: 1.9.7-pre4 
     18# Version: 1.9.7 
    1919# 
    2020# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
  • fwknop/trunk/fwknopd

    r1231 r1232  
    2525# Author: Michael Rash (mbr@cipherdyne.org) 
    2626# 
    27 # Version: 1.9.7-pre4 
     27# Version: 1.9.7 
    2828# 
    2929# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
     
    5757my $access_conf_file = ''; 
    5858 
    59 my $version = '1.9.7-pre4'; 
     59my $version = '1.9.7'; 
    6060my $revision_svn = '$Revision$'; 
    6161my $rev_num = '1'; 
  • fwknop/trunk/knoptm

    r1225 r1232  
    1919# Author: Michael Rash (mbr@cipherdyne.org) 
    2020# 
    21 # Version: 1.9.7-pre4 
     21# Version: 1.9.7 
    2222# 
    2323# Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
     
    5151my $user_rc_file = ''; 
    5252 
    53 my $version = '1.9.7-pre4'; 
     53my $version = '1.9.7'; 
    5454my $revision_svn = '$Revision$'; 
    5555my $rev_num = '1'; 
  • fwknop/trunk/knopwatchd.c

    r1225 r1232  
    1414*  Credits:  (see the CREDITS file) 
    1515* 
    16 *  Version: 1.9.7-pre4 
     16*  Version: 1.9.7 
    1717* 
    1818*  Copyright (C) 2004-2008 Michael Rash (mbr@cipherdyne.org) 
  • fwknop/trunk/packaging/fwknop-nodeps.spec

    r1221 r1232  
    115115 
    116116%changelog 
    117 * Sun Aug 17 2008 Michael Rash <mbr@cipherdyne.org> 
     117* Sun Aug 24 2008 Michael Rash <mbr@cipherdyne.org> 
    118118- This is the "nodeps" version of the fwknop.spec file - this version does 
    119119  not install any fwknop perl module dependencies. 
  • fwknop/trunk/packaging/fwknop.spec

    r1221 r1232  
    248248 
    249249%changelog 
    250 * Sun Aug 17 2008 Michael Rash <mbr@cipherdyne.org> 
     250* Sun Aug 24 2008 Michael Rash <mbr@cipherdyne.org> 
    251251- Removed 'use lib' editing code 
    252252- Updated to use the deps/ directory for all perl module sources. 
  • fwknop/trunk/test/fwknop_test.pl

    r1228 r1232  
    1010# Author: Michael Rash (mbr@cipherdyne.org) 
    1111# 
    12 # Version: 1.9.7-pre4 
     12# Version: 1.9.7 
    1313# 
    1414# Copyright (C) 2007-2008 Michael Rash (mbr@cipherdyne.org)