Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
v1.0.4 - 2025-May-21
--------------------

- feat: set correct hostname in log produced by Nginx
[PR #353 - @airween]
- chore: fix build error with newer GCC's
[PR #352 - @airween]
- fix: recovery context after internal redirect, re-add #273
[PR #346 - @liudongmiao, @airween]
- feat: Add more tests for CI
[PR #345 - @theseion, @airween]
- Add support to build ModSecurity-nginx on Windows
[PR #321 - @eduar-hte]
- fix: Added missing header for conftest
[PR #320 - @liudongmiao, @airween]
- feat: Add engine info to startup log
[PR #319 - @airween]
- feat: added initial Github CI workflow
[PR #318 - @theseion, @airween]
- Add editorconfig to help OSS contributors
[PR #302 - @brandonpayton]

v1.0.3 - 2022-May-24
--------------------

Expand Down
2 changes: 1 addition & 1 deletion src/ngx_http_modsecurity_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

#define MODSECURITY_NGINX_MAJOR "1"
#define MODSECURITY_NGINX_MINOR "0"
#define MODSECURITY_NGINX_PATCHLEVEL "3"
#define MODSECURITY_NGINX_PATCHLEVEL "4"
#define MODSECURITY_NGINX_TAG ""
#define MODSECURITY_NGINX_TAG_NUM "100"

Expand Down