From f21d3adbbf164701eec1db06ebc4fb5bfa22de0d Mon Sep 17 00:00:00 2001 From: bbruns Date: Mon, 18 Oct 2010 05:44:37 +0000 Subject: [PATCH] Release 0.9.9a --- ChangeLog | 4 ++++ Makefile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cd5ef93..75f6ba1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.9.9a - Brielle Bruns + - Minor bug fixes for my coding errors introduced in + the change of IPv6 variables + 0.9.9 - Brielle Bruns - Loadable module support during firewall loading - More init script fixes. diff --git a/Makefile b/Makefile index d96d055..c48930c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.9.9 +VERSION=0.9.9a TAR=/usr/bin/tar TARBALL="firewall-sosdg-$(VERSION).tar.bz2"