From efdc254b3657792ab4e5a272b75e82bc4e2a843f Mon Sep 17 00:00:00 2001 From: bbruns Date: Fri, 8 Oct 2010 17:10:43 +0000 Subject: [PATCH] Release minor 0.9.8a --- ChangeLog | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d82637e..3403bdd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +0.9.8a - Brielle Bruns + - Fixing executable file permission issues + - Use /bin/bash in initscript cause dash does not recognize + more advanced methods that bash can use. Oops. Easiest + way to keep up to date is to symlink /etc/init.d/firewall-sosdg + to /etc/firewall-sosdg/doc/firewall-sosdg.init + 0.9.8 - Brielle Bruns - Almost at v1.0 quality for my tastes - BLOCK_(INCOMING/OUTGOING)_RFC1918 options to help sure up security of LAN space leakage diff --git a/Makefile b/Makefile index 9a4767d..f387712 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.8 +VERSION=0.9.8a TAR=/usr/bin/tar TARBALL="firewall-sosdg-$(VERSION).tar.bz2"