Changeset 1969
- Timestamp:
- 02/15/07 22:08:12 (2 years ago)
- Files:
-
- psad/trunk/ChangeLog (modified) (1 diff)
- psad/trunk/VERSION (modified) (1 diff)
- psad/trunk/psad (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
psad/trunk/ChangeLog
r1967 r1969 12 12 checked withing match_snort_ip_keywords() so that it applies to all 13 13 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. 14 18 15 19 psad-2.0.4 (01/27/2007): psad/trunk/VERSION
r1957 r1969 1 2.0.5-pre 11 2.0.5-pre2 psad/trunk/psad
r1968 r1969 19 19 # Credits: (see the CREDITS file bundled with the psad sources.) 20 20 # 21 # Version: 2.0.5-pre 121 # Version: 2.0.5-pre2 22 22 # 23 23 # Copyright (C) 1999-2006 Michael Rash (mbr@cipherdyne.org) … … 142 142 143 143 ### set the current psad version and file revision numbers 144 my $version = '2.0.5-pre 1';144 my $version = '2.0.5-pre2'; 145 145 my $revision_svn = '$Revision$'; 146 146 my $rev_num = '1';
