From dce1c813fc5a74823346e1134f7c4eaeb12bc102 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Mon, 2 Mar 2026 23:45:00 +0100 Subject: [PATCH] release: version 1.0.11 - Preserve config file on upgrade - PACKAGING: Mark mod_reqin_log.conf as %config(noreplace) - User modifications to config file are now preserved during RPM upgrades Co-authored-by: Qwen-Coder --- mod_reqin_log.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/mod_reqin_log.spec b/mod_reqin_log.spec index ba12bf9..9af61b6 100644 --- a/mod_reqin_log.spec +++ b/mod_reqin_log.spec @@ -1,4 +1,4 @@ -%global spec_version 1.0.10 +%global spec_version 1.0.11 Name: mod_reqin_log Version: %{spec_version} @@ -33,10 +33,17 @@ install -m 644 %{_pkgroot}/%{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf %{buil %files %{_libdir}/httpd/modules/mod_reqin_log.so -%{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf +%config(noreplace) %{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf %doc %{_docdir}/%{name} %changelog +* Mon Mar 02 2026 Developer - 1.0.11 +- PACKAGING: Mark config file as %config(noreplace) to preserve user modifications on upgrade +- FIX: Correct JSON string length parameters for query and fragment fields +- FIX: Add null-termination after buffer reallocation in dynbuf_append +- CHANGE: Remove unparsed_uri, fragment, and content_length fields from JSON output +- TEST: Update unit tests to match dynbuf_append fix + * Mon Mar 02 2026 Developer - 1.0.10 - FIX: Correct JSON string length parameters for query and fragment fields - FIX: Add null-termination after buffer reallocation in dynbuf_append