Skip to content

Commit 3f4b57d

Browse files
committedMay 21, 2025··
Change release version to v1.0.4
1 parent 86b6709 commit 3f4b57d

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
 

‎CHANGES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
v1.0.4 - 2025-May-21
2+
--------------------
3+
4+
- feat: set correct hostname in log produced by Nginx
5+
[PR #353 - @airween]
6+
- chore: fix build error with newer GCC's
7+
[PR #352 - @airween]
8+
- fix: recovery context after internal redirect, re-add #273
9+
[PR #346 - @liudongmiao, @airween]
10+
- feat: Add more tests for CI
11+
[PR #345 - @theseion, @airween]
12+
- Add support to build ModSecurity-nginx on Windows
13+
[PR #321 - @eduar-hte]
14+
- fix: Added missing header for conftest
15+
[PR #320 - @liudongmiao, @airween]
16+
- feat: Add engine info to startup log
17+
[PR #319 - @airween]
18+
- feat: added initial Github CI workflow
19+
[PR #318 - @theseion, @airween]
20+
- Add editorconfig to help OSS contributors
21+
[PR #302 - @brandonpayton]
22+
123
v1.0.3 - 2022-May-24
224
--------------------
325

‎src/ngx_http_modsecurity_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
#define MODSECURITY_NGINX_MAJOR "1"
5858
#define MODSECURITY_NGINX_MINOR "0"
59-
#define MODSECURITY_NGINX_PATCHLEVEL "3"
59+
#define MODSECURITY_NGINX_PATCHLEVEL "4"
6060
#define MODSECURITY_NGINX_TAG ""
6161
#define MODSECURITY_NGINX_TAG_NUM "100"
6262

5 commit comments

Comments
 (5)

liudongmiao commented on May 22, 2025

@liudongmiao

@airween I don't know why PR #320 add me.
However, IMO, the similar PR #275 should be little better than PR #320.
PR #320 just fix compile error, however, it doesn't check modsecurity feature like #275.

airween commented on May 22, 2025

@airween
MemberAuthor

@airween I don't know why PR #320 add me. However, IMO, the similar PR #275 should be little better than PR #320. PR #320 just fix compile error, however, it doesn't check modsecurity feature like #275.

Sorry, that's my fault. I think I wanted to add you to #352 where I did the same as you in #275. In PR I mentioned your PR.

Sorry again.

airween commented on May 22, 2025

@airween
MemberAuthor

For the sake of clarity: I collect merged PR's through GH API, and it tells me only the author of the PR. Then I review them and when I remember that I used another PR then I add the original author too. But it seems like I remembered wrong - sorry again.

airween commented on May 22, 2025

@airween
MemberAuthor

liudongmiao commented on May 28, 2025

@liudongmiao

@airween Thanks.
I just don't want to be credited if I shouldn't.

Please sign in to comment.