diff --git a/.gitignore b/.gitignore index 6c133f8..f1ef8a1 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ vendor/ # OS .DS_Store Thumbs.db +.aider* diff --git a/packaging/rpm/logcorrelator.spec b/packaging/rpm/logcorrelator.spec index 82982c6..03c2b85 100644 --- a/packaging/rpm/logcorrelator.spec +++ b/packaging/rpm/logcorrelator.spec @@ -2,7 +2,7 @@ # Compatible with CentOS 7, Rocky Linux 8, 9, 10 Name: logcorrelator -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Log correlation service for HTTP and network events @@ -112,5 +112,12 @@ fi /etc/systemd/system/logcorrelator.service %changelog +* Sat Feb 28 2026 logcorrelator - 1.0.1-1 +- Fix: durcir la validation et fiabiliser flush/arrĂȘt idempotents +- Refactor: remove Debian/DEB packaging, RPM-only support +- Feat: add multi-distro RPM packaging for CentOS 7 and Rocky Linux 8/9/10 +- Feat: migrate configuration from custom format to YAML +- Refactor: remove obsolete config and update documentation + * Sat Feb 28 2026 logcorrelator - 1.0.0-1 - Initial package for CentOS 7, Rocky Linux 8, 9, 10