Changeset 996
- Timestamp:
- 02/02/08 14:22:23 (10 months ago)
- Files:
-
- fwknop/trunk/ChangeLog (modified) (1 diff)
- fwknop/trunk/VERSION (modified) (1 diff)
- fwknop/trunk/fwknop (modified) (2 diffs)
- fwknop/trunk/fwknopd (modified) (2 diffs)
- fwknop/trunk/knoptm (modified) (2 diffs)
- fwknop/trunk/knopwatchd.c (modified) (1 diff)
- fwknop/trunk/test/fwknop_test.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fwknop/trunk/ChangeLog
r991 r996 7 7 over the loopback interface on Mac OS X (first reported by Sebastien 8 8 Jeanquier). 9 - (Test suite) Bugfix to ensure that the FWKNOP_DIR variable is set to the 10 local output/ directory in several of the test config files in the 11 test/conf/ directory. 9 12 10 13 fwknop-1.9.1 (01/26/2008): fwknop/trunk/VERSION
r993 r996 1 1.9.2-pre 31 1.9.2-pre4 fwknop/trunk/fwknop
r993 r996 17 17 # Author: Michael Rash (mbr@cipherdyne.org) 18 18 # 19 # Version: 1.9.2-pre 319 # Version: 1.9.2-pre4 20 20 # 21 21 # Copyright (C) 2004-2007 Michael Rash (mbr@cipherdyne.org) … … 52 52 use strict; 53 53 54 my $version = '1.9.2-pre 3';54 my $version = '1.9.2-pre4'; 55 55 my $revision_svn = '$Revision$'; 56 56 my $rev_num = '1'; fwknop/trunk/fwknopd
r993 r996 20 20 # Author: Michael Rash (mbr@cipherdyne.org) 21 21 # 22 # Version: 1.9.2-pre 322 # Version: 1.9.2-pre4 23 23 # 24 24 # Copyright (C) 2004-2007 Michael Rash (mbr@cipherdyne.org) … … 63 63 my $access_conf_file = ''; 64 64 65 my $version = '1.9.2-pre 3';65 my $version = '1.9.2-pre4'; 66 66 my $revision_svn = '$Revision$'; 67 67 my $rev_num = '1'; fwknop/trunk/knoptm
r993 r996 19 19 # Author: Michael Rash (mbr@cipherdyne.org) 20 20 # 21 # Version: 1.9.2-pre 321 # Version: 1.9.2-pre4 22 22 # 23 23 # Copyright (C) 2004-2007 Michael Rash (mbr@cipherdyne.org) … … 54 54 my $user_rc_file = ''; 55 55 56 my $version = '1.9.2-pre 3';56 my $version = '1.9.2-pre4'; 57 57 my $revision_svn = '$Revision$'; 58 58 my $rev_num = '1'; fwknop/trunk/knopwatchd.c
r993 r996 14 14 * Credits: (see the CREDITS file) 15 15 * 16 * Version: 1.9.2-pre 316 * Version: 1.9.2-pre4 17 17 * 18 18 * Copyright (C) 2004-2007 Michael Rash (mbr@cipherdyne.org) fwknop/trunk/test/fwknop_test.pl
r993 r996 10 10 # Author: Michael Rash (mbr@cipherdyne.org) 11 11 # 12 # Version: 1.9.2-pre 312 # Version: 1.9.2-pre4 13 13 # 14 14 # Copyright (C) 2007 Michael Rash (mbr@cipherdyne.org)
