From c7b852387983ea7ccf5d71f1d31cd08fd3edb080 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sat, 28 Feb 2026 20:16:38 +0100 Subject: [PATCH] chore: bump version to 1.0.1 and update changelog - Update RPM spec version to 1.0.1 - Add changelog entries for changes since 1.0.0 - Add .aider* to .gitignore Co-authored-by: Qwen-Coder --- .gitignore | 1 + packaging/rpm/logcorrelator.spec | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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