Version increment · owasp-modsecurity/ModSecurity-nginx@2497e6a (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 2497e6a
Felipe Zimmerle
committed
File tree
2 files changed
lines changed
2 files changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
1 | -v1.0.x - YYYY-MMM-DD (To be released) | |
2 | -------------------------------------- | |
1 | +v1.0.2 - 2021-Jun-02 | |
2 | +-------------------- | |
3 | 3 | |
4 | 4 | - Fix auditlog in case of internal redirect |
5 | 5 | [Issue #90 - @AirisX, @defanator] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -56,7 +56,7 @@ | ||
56 | 56 | |
57 | 57 | #define MODSECURITY_NGINX_MAJOR "1" |
58 | 58 | #define MODSECURITY_NGINX_MINOR "0" |
59 | -#define MODSECURITY_NGINX_PATCHLEVEL "1" | |
59 | +#define MODSECURITY_NGINX_PATCHLEVEL "2" | |
60 | 60 | #define MODSECURITY_NGINX_TAG "" |
61 | 61 | #define MODSECURITY_NGINX_TAG_NUM "100" |
62 | 62 |