diff --git a/CHANGES b/CHANGES index edb28f2e..d70636e1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ -v3.0.14 - 2025-Feb-21 +v3.0.14 - 2025-Feb-25 --------------------- - [fix: fixed htmlEntityDecode methods] - [PR #3344 - @theseion,@airween] + [PR from private repo - @theseion,@airween; fixed CVE-2025-27110] - fix: Added missing header to avoid build error with gcc-15 [PR #3342 - @airween] - Fix for issue #3334: build not finding YAJL diff --git a/headers/modsecurity/modsecurity.h b/headers/modsecurity/modsecurity.h index 3a67e5bb..5c608cc0 100644 --- a/headers/modsecurity/modsecurity.h +++ b/headers/modsecurity/modsecurity.h @@ -190,7 +190,7 @@ namespace modsecurity { #define MODSECURITY_MAJOR "3" #define MODSECURITY_MINOR "0" -#define MODSECURITY_PATCHLEVEL "13" +#define MODSECURITY_PATCHLEVEL "14" #define MODSECURITY_TAG "" #define MODSECURITY_TAG_NUM "100" @@ -198,7 +198,7 @@ namespace modsecurity { MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \ MODSECURITY_TAG -#define MODSECURITY_VERSION_NUM 30130100 +#define MODSECURITY_VERSION_NUM 30140100 #define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)