From a99679c518b6c7ac51e95b14d0f48ebb6ee11bec Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Tue, 16 Nov 2021 12:45:22 +0100 Subject: [PATCH] Update ChangeLog. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8cb197f..43243e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Logswan 2.1.11 (2021-11-16) + +- Bump CMake minimum required version to 2.8.12 +- Add SPDX short license identifier in source files +- Use CMAKE_C_STANDARD instead of hardcoding compiler flags +- Switch to using getline(3) instead of fgets(3) +- Call hll_init() after doing getopt() processing + + + Logswan 2.1.10 (2021-02-15) - Only call MMDB_close if the GeoIP option was enabled. This fixes a