From 0c3e15063708f6218288ee5a30de090900655e0f Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 16 Sep 2009 11:44:13 +0000 Subject: Fixed bug with score, bumped version to 0.4.1 Bug caused an exception when there was a ':' but no score in the block reason. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 496f12a..3eb56a3 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=weblog PACKAGE=acf-$(APP_NAME) -VERSION=0.4.0 +VERSION=0.4.1 APP_DIST=\ weblog* \ -- cgit v1.2.3 From 9fe058d4b6aaedf085b72322b4d54b48fb6d5df5 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 16 Sep 2009 13:40:35 +0000 Subject: Added support for .gz log files, bumped to 0.4.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3eb56a3..366a29e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=weblog PACKAGE=acf-$(APP_NAME) -VERSION=0.4.1 +VERSION=0.4.2 APP_DIST=\ weblog* \ -- cgit v1.2.3