File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
23
v1.0.3 - 2022-May-24
2
24
--------------------
3
25
Original file line number Diff line number Diff line change 56
56
57
57
#define MODSECURITY_NGINX_MAJOR "1"
58
58
#define MODSECURITY_NGINX_MINOR "0"
59
- #define MODSECURITY_NGINX_PATCHLEVEL "3 "
59
+ #define MODSECURITY_NGINX_PATCHLEVEL "4 "
60
60
#define MODSECURITY_NGINX_TAG ""
61
61
#define MODSECURITY_NGINX_TAG_NUM "100"
62
62
You can’t perform that action at this time.
0 commit comments