|
1 |
| -DD mmm YYYY - 2.9.x (to be released) |
| 1 | +03 Sep 2024 - 2.9.8 |
2 | 2 | -------------------
|
3 | 3 |
|
| 4 | + * Fixed ap_log_perror() usage |
| 5 | + [PR #3241 - @marcstern] |
| 6 | + * Memory leaks + enhanced logging |
| 7 | + [PR #3191 - @marcstern] |
| 8 | + * CI improvement: First check syntax & always display error/audit logs |
| 9 | + [PR #3190 - @marcstern] |
| 10 | + * Fixed assert() usage |
| 11 | + [PR #3202 - @marcstern] |
| 12 | + * Removed useless code |
| 13 | + [PR #3193 - @marcstern] |
| 14 | + * feat: Check if the MP header contains invalid character |
| 15 | + [PR #3226 - @airween] |
| 16 | + * Use standard httpd logging format in error log |
| 17 | + [PR #3192 - @marcstern] |
| 18 | + * fix msc_regexec() != PCRE_ERROR_NOMATCH strict check |
| 19 | + [PR #3194 - @marcstern] |
| 20 | + * Move xmlFree() call to the right place |
| 21 | + [Issue #3199 - @airween] |
| 22 | + * Add collection size in log in case of writing error |
| 23 | + [Issue #3198 - @marcstern] |
| 24 | + * Passing address of lock instead of lock in acquire_global_lock() |
| 25 | + [Issue #3188 - @marcstern] |
| 26 | + * Invalid pointer access in case rule id == NOT_SET_P |
| 27 | + [Issue #3187 - @marcstern] |
| 28 | + * Show error.log after httpd start in CI |
| 29 | + [Issue #3171 - @marcstern] |
| 30 | + * chore: add pull request template |
| 31 | + [Issue #3159 - @fzipi] |
| 32 | + * chore: add gitignore file |
| 33 | + [Issue #3158 - @fzipi] |
| 34 | + * Possible double free |
| 35 | + [Issue #3155 - @marcstern] |
| 36 | + * Set 'jit' variable's initial value |
| 37 | + [Issue #3154 - @marcstern] |
| 38 | + * Missing null byte + optimization |
| 39 | + [Issue #3153 - @marcstern] |
| 40 | + * fix: remove usage of insecure tmpname |
| 41 | + [Issue #3149 - @fzipi] |
| 42 | + * docs: update copyright |
| 43 | + [Issue #3148 - @fzipi] |
| 44 | + * Enhanced logging [Issue #3107] |
| 45 | + [Issue #3139 - @marcstern] |
| 46 | + * Check for null pointer dereference (almost) everywhere |
| 47 | + [Issue #3120 - @marcstern] |
| 48 | + * Fix possible segfault in collection_unpack |
| 49 | + [Issue #3099 - @twouters] |
| 50 | + * fix: Replace obsolete macros |
| 51 | + [Issue #3094 - @airween] |
| 52 | + * chore: update bug-report-for-version-2-x.md |
| 53 | + [Issue #3087 - @fzipi] |
| 54 | + * feat: Add more steps: install built module and restart the server |
| 55 | + [Issue #3078 - @airween] |
| 56 | + * Add new flag: --without-lua |
| 57 | + [Issue #3076 - @airween] |
| 58 | + * Initial release of CI worklow |
| 59 | + [Issue #3075 - @airween] |
| 60 | + * V2/fixbuildissue |
| 61 | + [Issue #3074 - @airween] |
| 62 | + * ; incorrectly replaced by space in cmdline |
| 63 | + [Issue #3051 - @marcstern] |
| 64 | + * Detailed error message when writing collections |
| 65 | + [Issue #3050 - @marcstern] |
| 66 | + * docs: Fix organization name in references and security e-mail (v2) |
| 67 | + [Issue #3043 - @airween] |
| 68 | + * ctl:ruleRemoveByTag isn't executed if no rule id is present in the rule |
| 69 | + [Issue #3012 - @marcstern] |
| 70 | + * Suppress useless loop on tag matching |
| 71 | + [Issue #3009 - @marcstern] |
| 72 | + * Optimization: Avoid last loop and storing an empty value in case nothing |
| 73 | + after last %{..} macro |
| 74 | + [Issue #3004 - @marcstern] |
| 75 | + * Ignore (consistently) empty actions |
| 76 | + [Issue #3003 - @marcstern] |
| 77 | + * Add context info to error message |
| 78 | + [Issue #2997 - @marcstern] |
| 79 | + * Implement msre_action_phase_validate() |
| 80 | + [Issue #2994 - @marcstern] |
| 81 | + * Avoid some useless code and memory allocation in case no macro is present |
| 82 | + [Issue #2992 - @marcstern] |
| 83 | + * 'jit' variable not initialized when WITH_PCRE2 is defined |
| 84 | + [Issue #2987 - @marcstern] |
| 85 | + * Configure: do not check for pcre1 if pcre2 requested |
| 86 | + [Issue #2975 - @martinhsv] |
| 87 | + * Double memory allocation |
| 88 | + [Issue #2969 - @marcstern] |
| 89 | + * Fix for DEBUG_CONF compile flag |
| 90 | + [Issue #2963 - @marcstern] |
4 | 91 | * Enhance logging
|
5 | 92 | [Issue #3107 - @marcstern]
|
6 | 93 | * Fix possible segfault in collection_unpack
|
|
0 commit comments