release: version 1.0.7
- JsonSockLogLevel directive for configurable log levels (DEBUG, INFO, WARNING, ERROR, EMERG) Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -21,7 +21,7 @@ SRCS = $(SRC_DIR)/mod_reqin_log.c
|
|||||||
MODULE_NAME = mod_reqin_log
|
MODULE_NAME = mod_reqin_log
|
||||||
|
|
||||||
# Package version
|
# Package version
|
||||||
VERSION ?= 1.0.6
|
VERSION ?= 1.0.7
|
||||||
|
|
||||||
.PHONY: all clean install uninstall test package package-deb package-rpm
|
.PHONY: all clean install uninstall test package package-deb package-rpm
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
%global spec_version 1.0.6
|
%global spec_version 1.0.7
|
||||||
|
|
||||||
Name: mod_reqin_log
|
Name: mod_reqin_log
|
||||||
Version: %{spec_version}
|
Version: %{spec_version}
|
||||||
@ -37,12 +37,10 @@ install -m 644 %{_pkgroot}/%{_sysconfdir}/httpd/conf.d/mod_reqin_log.conf %{buil
|
|||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Mar 01 2026 Developer <dev@example.com> - 1.0.6
|
* Sun Mar 01 2026 Developer <dev@example.com> - 1.0.7
|
||||||
- CONF: Change default socket path to /var/run/logcorrelator/http.socket
|
|
||||||
- BUILD: Allow Docker cache for RPM builds (remove --no-cache flag)
|
|
||||||
- FEATURE: Add JsonSockLogLevel directive (DEBUG, INFO, WARNING, ERROR, EMERG)
|
- FEATURE: Add JsonSockLogLevel directive (DEBUG, INFO, WARNING, ERROR, EMERG)
|
||||||
|
|
||||||
* Sun Mar 01 2026 Developer <dev@example.com> - 1.0.4
|
* Sun Mar 01 2026 Developer <dev@example.com> - 1.0.6
|
||||||
- BUILD: Fix RPM package paths in Dockerfile.package (el8, el9, el10 directories)
|
- BUILD: Fix RPM package paths in Dockerfile.package (el8, el9, el10 directories)
|
||||||
- BUILD: Fix Makefile RPM extraction with separate volume mounts
|
- BUILD: Fix Makefile RPM extraction with separate volume mounts
|
||||||
- BUILD: Remove unused scripts (build.sh, test.sh)
|
- BUILD: Remove unused scripts (build.sh, test.sh)
|
||||||
|
|||||||
Reference in New Issue
Block a user