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 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 = {}