From ddb4bae2e289e853b7e6affda1d00cdcb20f8d40 Mon Sep 17 00:00:00 2001 From: Gregory Soutade Date: Wed, 13 Apr 2016 08:13:18 +0200 Subject: [PATCH 1/2] Update ChangeLog --- ChangeLog | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 347484e..bd5fd43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -v0.3 (06/02/2016) +v0.3 (12/04/2016) ** User ** Add referers_diff display plugin Add year statistics in month details @@ -23,11 +23,12 @@ v0.3 (06/02/2016) Sort documentation output Add debug traces in robots plugin Update awstats data - Remove doule // at the end of URL + Remove double slashes at the end of URL Remove final slashes for referrers + Add alt attribute for all img tag ** Bugs ** Forgot tag Bad UTC time computation - Hits/pages in the same second where not analyzed + Hits/pages in the same second were not analyzed Last day of month was skipped From 230d9bb3aba20e5f187413af3b89fe879a16776a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Wed, 13 Apr 2016 17:50:23 +0200 Subject: [PATCH 2/2] Update IWLA version to 0.4-dev --- iwla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iwla.py b/iwla.py index 480d2f1..2bec2de 100755 --- a/iwla.py +++ b/iwla.py @@ -131,7 +131,7 @@ class IWLA(object): ANALYSIS_CLASS = 'HTTP' API_VERSION = 1 - IWLA_VERSION = '0.3-dev' + IWLA_VERSION = '0.4-dev' def __init__(self, logLevel): self.meta_infos = {}