Changeset 1969

Show
Ignore:
Timestamp:
02/15/07 22:08:12 (2 years ago)
Author:
mbr
Message:

2.0.5-pre2

Files:

Legend:

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

    r1967 r1969  
    1212      checked withing match_snort_ip_keywords() so that it applies to all 
    1313      protocol packets. 
     14    - Added version and file revision numbers to die and warn messages that 
     15      are written to /var/log/psad/errs/.  This helps when trying to track 
     16      these messages down to a specific file revisions when psad is being 
     17      upgraded on the local system. 
    1418 
    1519psad-2.0.4 (01/27/2007): 
  • psad/trunk/VERSION

    r1957 r1969  
    1 2.0.5-pre1 
     12.0.5-pre2 
  • psad/trunk/psad

    r1968 r1969  
    1919# Credits: (see the CREDITS file bundled with the psad sources.) 
    2020# 
    21 # Version: 2.0.5-pre1 
     21# Version: 2.0.5-pre2 
    2222# 
    2323# Copyright (C) 1999-2006 Michael Rash (mbr@cipherdyne.org) 
     
    142142 
    143143### set the current psad version and file revision numbers 
    144 my $version = '2.0.5-pre1'; 
     144my $version = '2.0.5-pre2'; 
    145145my $revision_svn = '$Revision$'; 
    146146my $rev_num = '1';