Changeset 1601
- Timestamp:
- 09/10/06 18:32:53 (2 years ago)
- Files:
-
- psad/trunk/ChangeLog (modified) (1 diff)
- psad/trunk/VERSION (modified) (1 diff)
- psad/trunk/packaging/psad.spec (modified) (1 diff)
- psad/trunk/psad (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
psad/trunk/ChangeLog
r1589 r1601 1 psad-1.4.7 ( //2006):1 psad-1.4.7 (09/10/2006): 2 2 - Completely re-worked IPTables::ChainMgr to support the return of 3 3 iptables error messages that are collected via stderr. This is critical psad/trunk/VERSION
r1590 r1601 1 1.4.7 -pre31 1.4.7 psad/trunk/packaging/psad.spec
r1599 r1601 242 242 243 243 %changelog 244 * Sun Sep 10 2006 Michael Rash <mbr@cipherdyne.org> 245 - psad-1.4.7 release. 246 244 247 * Sat Sep 02 2006 Michael Rash <mbr@cipherdyne.org> 245 248 - Added updates from Mate Wierdl to get psad RPM building on x86_64 psad/trunk/psad
r1590 r1601 19 19 # Credits: (see the CREDITS file bundled with the psad sources.) 20 20 # 21 # Version: 1.4.7 -pre321 # Version: 1.4.7 22 22 # 23 23 # Copyright (C) 1999-2006 Michael Rash (mbr@cipherdyne.org) … … 150 150 151 151 ### set the current psad version number 152 my $version = '1.4.7 -pre3';152 my $version = '1.4.7'; 153 153 154 154 ### default config file for psad (can be changed with
