logswan

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

commit 01007e0ee3237c92ed8f29da768464bb7d0ba56a
parent 5ed471e2857759c517d06ea76c262278434fc987
Author: Frederic Cambus <fred@statdns.com>
Date:   Thu, 28 Jul 2022 14:43:12 +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.1.13 (2022-07-28) + +- Remove useless backslashes in usage() +- Add entries with IPv6 remote hosts to exercise the IPv6 code paths +- Add an invalid.log log file with invalid lines, for testing purposes +- Add a few more test cases in CMakeLists.txt +- Also generate data for IPv6 addresses in the MMDB test database +- Regenerate the example MMDB database and JSON example output + + + Logswan 2.1.12 (2021-12-02) - Fix a use-after-free (read) triggered by strcmp(3) calls.