logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit c04b7777d0e20fc5eb28d026939579fa7d913b83
parent 819af8b82ad16e343dea57346b38f93d6eb87975
Author: Frederic Cambus <fred@statdns.com>
Date:   Mon, 15 Oct 2018 13:13:39 +0200

Update ChangeLog

Diffstat:
MChangeLog | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,14 @@ +Logswan 2.0.3 (2018-10-15) + +- Use -std=c11, Logswan requires a C11 compiler for libmaxminddb +- Enable support for parsing HTTP/2.0 requests, for real this time +- Revert back to using INT64_MAX for strtonum() maxval, as maxval is long long + and using UINT64_MAX caused bandwidth parsing to always fail (Thanks James Loh + for reporting the issue) +- Move maps of countries and continents to separate files + + + Logswan 2.0.2 (2018-08-05) - Use UINT64_MAX for strtonum() maxval