From 8100913b56f02dcd63a21670b8dcddf3e4c24417 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 15 Oct 2024 17:43:23 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9475d6c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,21 @@ +# CHANGELOG + +## v1.1.0 (2024-10-15) + +### Summary +This release addresses inconsistencies in date handling throughout the program. We've standardized the date format across all components, including filesystem interactions (file modification dates), SQLite database storage, and audit file parsing. + +### Changes +- Standardized date format to include time location across all program components +- Store the time zone indicator at end of date in SQLite (+02:00 CEST) + +### Breaking Changes +- Modified `TimeFormatDB` to incorporate time location + +### Action Required +- Update your `/etc/conntracker/conntracker.ini` file to use the new date format that includes time location. Search for `TimeFormatDB` in `conntracker.ini-dist`. + +## v1.0.0 (2024-10-14) + +### Summary +Initial release