From 395af614978dd7c4d20d208ae9d40a043fd32004 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Sun, 1 Mar 2026 01:52:50 +0100 Subject: [PATCH] release: version 1.0.6 - Default socket path changed to /var/run/logcorrelator/http.sock - Docker build now uses cache for faster local builds Co-authored-by: Qwen-Coder --- Makefile | 2 +- mod_reqin_log.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b721b50..5d815d9 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ SRCS = $(SRC_DIR)/mod_reqin_log.c MODULE_NAME = mod_reqin_log # Package version -VERSION ?= 1.0.4 +VERSION ?= 1.0.6 .PHONY: all clean install uninstall test package package-deb package-rpm diff --git a/mod_reqin_log.spec b/mod_reqin_log.spec index a597817..12d34b6 100644 --- a/mod_reqin_log.spec +++ b/mod_reqin_log.spec @@ -1,4 +1,4 @@ -%global spec_version 1.0.4 +%global spec_version 1.0.6 Name: mod_reqin_log Version: %{spec_version} @@ -37,6 +37,10 @@ install -m 644 %{_pkgroot}/%{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf %{buil %doc %{_docdir}/%{name} %changelog +* Sun Mar 01 2026 Developer - 1.0.6 +- CONF: Change default socket path to /var/run/logcorrelator/http.sock +- BUILD: Allow Docker cache for RPM builds (remove --no-cache flag) + * Sun Mar 01 2026 Developer - 1.0.4 - BUILD: Fix RPM package paths in Dockerfile.package (el8, el9, el10 directories) - BUILD: Fix Makefile RPM extraction with separate volume mounts