lighty-stats 0.3.6 - Wed Jul 29 2009

    * Fixed some typos in the Makefile and the documentation
    * Added a missing option to the zsh completion

lighty-stats 0.3.5 - Thu Jun 11 2009

    * Various code improvements
    * --count=0 now displayes all items instead of none

lighty-stats 0.3.4 - Tue Apr 14 2009

    * User Agent statistics
    * lighty-stats -n as shorthand for --no-resolve
    * Better support for reading from non-seekable files (like stdin)
    * Minor speed optimizations

lighty-stats 0.3.3 - Sat Feb 21 2009

    * Code cleanup
    * Added documentation for the -C switch (was missing in 0.3.2)
    * Removed eval() abuse, lighty-stats should run much faster now

lighty-stats 0.3.2 - Sat Feb 14 2009

    * Added support for reading logfiles from stdin
    * Use named capture buffers in the parse regexes
    * Allow a custom regex via commandline / config

lighty-stats 0.3.1 - Sun Jan 25 2009

    * Added support for analyzing more than one logfile

lighty-stats 0.3 - Sat Dec 13 2008

    * Renamed short options -f and -F to -u / -U
    * Added simple support for configuration files

lighty-stats 0.2.4 - Thu Nov 20 2008

    * Added makefile
    * Added short alternatives to some long options
    * Improved provided zsh completion
    * Minor code improvements
    * Switched to MIT license

lighty-stats 0.2.3 - Sat Aug 30 2008

    * Added zsh completion
    * Added --verbose for progress info
    * Minor performance enhancements

lighty-stats 0.2.2 - Wed Aug 13 2008

    * Sourcecode cleanup
    * Commandline switch to easily enable/disable formats
    * Several new truncate-options
      + Group client IPs (both v4 and v6) into prefixes
      + Truncate referer strings (like the URL truncate from pre-0.1)
      + Customizable 'omission-chars' (also depending on locale)

lighty-stats 0.2.1 - Sun Aug 10 2008

    * Renamed "Accessing IPs" to "Accessing clients"
    * Resolve IPs in the "Accessing clients" category
    * Added category "Referer strings"

lighty-stats 0.2.0 - Mon Jul 21 2008

    * Major code cleanup
    * Parse logfiles with regular expressions
    * Discard sparse log lines -> no empty items in output
    * Use pod instead of usage statement

lighty-stats 0.1.1 - Tue Apr 22 2008

    * Support for 'format's via commandline options instead of hardcoded values

lighty-stats 0.1.0

    * analyze a logfile and show the top-n for 
      + Hits per day
      + Acessing IPs
      + Used hostnames
      + Requested URLs
      + HTTP Statuscodes
      either sorted by hits or by transferred bytes.
    * Most is customizable via commandline options (Getopt::Long).
