-fwsnort-1.5 (01//2011):
+fwsnort-1.5 (01/08/2011):
- Major update to being moving to using the iptables-save format instead
of the older strategy to always just execute iptables commands
directly (which was very flow for large fwsnort policies). The
#
# Credits: (see the CREDITS file)
#
-# Version: 1.5-pre5
+# Version: 1.5
#
# Copyright (C) 2003-2011 Michael Rash (mbr@cipherdyne.org)
#
my $fwsnort_conf = "/etc/fwsnort/fwsnort.conf";
### version number
-my $version = '1.5-pre5';
+my $version = '1.5';
my $revision_svn = '$Revision$';
my $rev_num = '1';
($rev_num) = $revision_svn =~ m|\$Rev.*:\s+(\S+)|;
%define name fwsnort
-%define version 1.1
+%define version 1.5
%define release 1
%define fwsnortlibdir %_libdir/%name
%define fwsnortlogdir /var/log/fwsnort
%_libdir/%name
%changelog
+* Sat Jan 08 2011 Michael Rash <mbr@cipherydne.org>
+- fwsnort-1.5 release
+
* Tue Jan 05 2010 Michael Rash <mbr@cipherydne.org>
- fwsnort-1.1 release
%define name fwsnort
-%define version 1.1
+%define version 1.5
%define release 1
%define fwsnortlogdir /var/log/fwsnort
%config(noreplace) %_sysconfdir/%name/fwsnort.conf
%changelog
+* Sat Jan 08 2010 Michael Rash <mbr@cipherydne.org>
+- fwsnort-1.5 release
+
* Tue Jan 05 2010 Michael Rash <mbr@cipherydne.org>
- fwsnort-1.1 release
%define name fwsnort
-%define version 1.1
+%define version 1.5
%define release 1
%define fwsnortlibdir %_libdir/%name
%define fwsnortlogdir /var/log/fwsnort
%_libdir/%name
%changelog
-* Tue Jan 05 1020 Michael Rash <mbr@cipherydne.org>
+* Sat Jan 08 2011 Michael Rash <mbr@cipherydne.org>
+- fwsnort-1.5 release
+
+* Tue Jan 05 2010 Michael Rash <mbr@cipherydne.org>
- fwsnort-1.1 release
* Sat May 29 2009 Michael Rash <mbr@cipherydne.org>