Skip to content

Commit 5fa4701

Browse files
committed
Add PR's to CHANGES
1 parent b6d218f commit 5fa4701

File tree

1 file changed

+43
-5
lines changed

1 file changed

+43
-5
lines changed

CHANGES

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,56 @@
11
v3.0.13 - YYYY-MMM-DD
22
---------------------
33

4-
- Reducing the scope of variables in a for loop
4+
- New API function: set hostname for log
5+
[PR #3203 - @airween]
6+
- Fixing typo in Dockerfile
7+
[PR #3189 - @bitbehz]
8+
- Simplify checkout of submodules in GitHub workflows (with support for git describe)
9+
[PR #3185 - @eduar-hte]
10+
- Update README.md: use submodule and use benchmark tool
11+
[PR #3182 - @airween]
12+
- Improve performance of VariableOrigin instances
13+
[PR #3164 - @eduar-hte]
14+
- Update libinjection & Mbed TLS
15+
[PR #3161 - @eduar-hte]
16+
- chore: add PR template (v3)
17+
[PR #3160 - @fzipi]
18+
- Update to seclang-scanner changes introduced by Windows support
19+
[PR #3146 - @eduar-hte]
20+
- GitHub build & quality assurance workflow updates
21+
[PR #3144 - @eduar-hte]
22+
- Add link to Rust bindings in README
23+
[PR #3141 - @rkrishn7]
24+
- Remove cppcheck suppressions with line numbers in test/cppcheck_suppressions.txt
25+
[PR #3134 - @eduar-hte]
26+
- Add support to build libModSecurity v3 on Windows
27+
[PR #3132 - @eduar-hte]
28+
- fix: update submodule url
29+
[PR #3128 - @fzipi]
30+
- fix(rbl): typo in rbl check selector
31+
[PR #3127 - @fzipi]
32+
- fix: Changed 'equal_range()' + loop by 'find()' in resolveFirst() methods
33+
[PR #3117 - @airween]
34+
- Deleted redundant code in 'ModSecurity::serverLog(...)'.
35+
[PR #3116 - @gberkes]
36+
- doc: Update CHANGES
37+
[PR #3101 - @airween]
38+
- Reduce the scope of variables in a for loop
539
[PR #3098 - @devzero2000]
6-
- Replace obsolete macros
40+
- Clean up 'return' never will be executed.
41+
[PR #3096 - @gberkes]
42+
- fix: Replace obsolete macros
743
[PR #3095 - @airween]
8-
- Change 'SecEngineStatus' to Off by default
44+
- fix: Change 'SecEngineStatus' to Off by default
945
[PR #3092 - @airween]
10-
- Update bug-report-for-version-3-x.md
46+
- chore: update bug-report-for-version-3-x.md
1147
[PR #3086 - @fzipi]
12-
- Logical, syntax and cosmetic fixes on test cases
48+
- test: Logical, syntax and cosmetic fixes on test cases
1349
[PR #3080 - @MirkoDziadzka, @airween]
1450
- Bump the C++ version from C++11 to C++17
1551
[PR #3079 - @MirkoDziadzka]
52+
- fix: makes uri decode platform independent
53+
[PR #3016 - @M4tteoP]
1654

1755
v3.0.12 - 2024-Jan-30
1856
---------------------

0 commit comments

Comments
 (0)