Skip to content

Commit 3f4b57d

Browse files
committed
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

0 commit comments

Comments
 (0)