From d57a599f3c548d4f02a63594fa5335aec4897bc6 Mon Sep 17 00:00:00 2001 From: bbruns Date: Mon, 23 Aug 2010 23:52:12 +0000 Subject: [PATCH] Adjust version and such for 0.9.5 --- ChangeLog | 4 ++++ Makefile | 16 ++++++++++++++++ rc.firewall | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 Makefile diff --git a/ChangeLog b/ChangeLog index b049b34..b4c8050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +0.9.5 - Brielle Bruns + - Makefile to automate building tarball and for future use + + 0.9.4 - Brielle Bruns - Initscript - stop-firewall for... stopping the firewall! diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d410c37 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +VERSION=0.9.4 +TAR=/usr/bin/tar +TARBALL="firewall-sosdg-$(VERSION).tar.bz2" + + + +default: + @echo; \ + echo "This makefile doesn't do much at the moment other then"; \ + echo "make it easy to make releases and such. Please read it"; \ + echo "if you so desire." ;\ + echo + +tarball: + cd .. ;\ + $(TAR) jcf $(TARBALL) --exclude='.svn' firewall-sosdg diff --git a/rc.firewall b/rc.firewall index 94639f8..c5604ab 100755 --- a/rc.firewall +++ b/rc.firewall @@ -1,5 +1,5 @@ #/bin/sh -# v0.9.4 +# v0.9.5 # By Brielle Bruns # URL: http://www.sosdg.org/freestuff/firewall # License: GPLv3 @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -FW_VERSION="0.9.4 BETA" +FW_VERSION="0.9.5 BETA" BASEDIR=/etc/firewall-sosdg #BASEDIR=`pwd`