-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7200c13
commit 8100913
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |