Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-indermuehle committed Oct 15, 2024
1 parent 7200c13 commit 8100913
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
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

0 comments on commit 8100913

Please sign in to comment.