bumped software version to 1.5
authorMichael Rash <mbr@cipherdyne.org>
Sun, 9 Jan 2011 03:14:15 +0000 (03:14 +0000)
committerMichael Rash <mbr@cipherdyne.org>
Sun, 9 Jan 2011 03:14:15 +0000 (03:14 +0000)
git-svn-id: file:///home/mbr/svn/fwsnort_repos/fwsnort/trunk@556 af5c991a-1414-0410-86ad-c3437102cd4a

ChangeLog
VERSION
fwsnort
packaging/fwsnort-nobuildreqs.spec
packaging/fwsnort-nodeps.spec
packaging/fwsnort.spec

index f7aa306..b48ef5b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-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
diff --git a/VERSION b/VERSION
index ef095fe..c239c60 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.5-pre5
+1.5
diff --git a/fwsnort b/fwsnort
index 889343c..8ec8643 100755 (executable)
--- a/fwsnort
+++ b/fwsnort
@@ -14,7 +14,7 @@
 #
 # Credits: (see the CREDITS file)
 #
-# Version: 1.5-pre5
+# Version: 1.5
 #
 # Copyright (C) 2003-2011 Michael Rash (mbr@cipherdyne.org)
 #
@@ -103,7 +103,7 @@ use strict;
 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+)|;
index 6f7a3a1..b5e1575 100644 (file)
@@ -1,5 +1,5 @@
 %define name fwsnort
-%define version 1.1
+%define version 1.5
 %define release 1
 %define fwsnortlibdir %_libdir/%name
 %define fwsnortlogdir /var/log/fwsnort
@@ -122,6 +122,9 @@ cp -r deps/snort_rules $RPM_BUILD_ROOT%_sysconfdir/%name
 %_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
 
index 9f6e5a0..d6d40fb 100644 (file)
@@ -1,5 +1,5 @@
 %define name fwsnort
-%define version 1.1
+%define version 1.5
 %define release 1
 %define fwsnortlogdir /var/log/fwsnort
 
@@ -85,6 +85,9 @@ install -m 644 fwsnort.8 $RPM_BUILD_ROOT%{_mandir}/man8/
 %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
 
index 00d7c0a..0aaf91c 100644 (file)
@@ -1,5 +1,5 @@
 %define name fwsnort
-%define version 1.1
+%define version 1.5
 %define release 1
 %define fwsnortlibdir %_libdir/%name
 %define fwsnortlogdir /var/log/fwsnort
@@ -123,7 +123,10 @@ cp -r deps/snort_rules $RPM_BUILD_ROOT%_sysconfdir/%name
 %_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>