Skip to content

Commit ccebb58

Browse files
committed
Add PR's to CHANGES
1 parent e424598 commit ccebb58

File tree

1 file changed

+72
-1
lines changed

1 file changed

+72
-1
lines changed

CHANGES

Lines changed: 72 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,77 @@
1-
DD mmm YYYY - 2.9.x (to be released)
1+
DD mmm YYYY - 2.9.8 (to be released)
22
-------------------
33

4+
* Move xmlFree() call to the right place
5+
[Issue #3199 - @airween]
6+
* Add collection size in log in case of writing error
7+
[Issue #3198 - @marcstern]
8+
* Passing address of lock instead of lock in acquire_global_lock()
9+
[Issue #3188 - @marcstern]
10+
* Invalid pointer access in case rule id == NOT_SET_P
11+
[Issue #3187 - @marcstern]
12+
* Show error.log after httpd start in CI
13+
[Issue #3171 - @marcstern]
14+
* chore: add pull request template
15+
[Issue #3159 - @fzipi]
16+
* chore: add gitignore file
17+
[Issue #3158 - @fzipi]
18+
* Possible double free
19+
[Issue #3155 - @marcstern]
20+
* Set 'jit' variable's initial value
21+
[Issue #3154 - @marcstern]
22+
* Missing null byte + optimization
23+
[Issue #3153 - @marcstern]
24+
* fix: remove usage of insecure tmpnam
25+
[Issue #3149 - @fzipi]
26+
* docs: update copyright
27+
[Issue #3148 - @fzipi]
28+
* Enhanced logging [Issue #3107]
29+
[Issue #3139 - @marcstern]
30+
* Check for null pointer dereference (almost) everywhere
31+
[Issue #3120 - @marcstern]
32+
* Fix possible segfault in collection_unpack
33+
[Issue #3099 - @twouters]
34+
* fix: Replace obsolote macros
35+
[Issue #3094 - @airween]
36+
* chore: update bug-report-for-version-2-x.md
37+
[Issue #3087 - @fzipi]
38+
* feat: Add more steps: install built module and restart the server
39+
[Issue #3078 - @airween]
40+
* Add new flag: --without-lua
41+
[Issue #3076 - @airween]
42+
* Initial release of CI worklow
43+
[Issue #3075 - @airween]
44+
* V2/fixbuildissue
45+
[Issue #3074 - @airween]
46+
* ; incorrectly replaced by space in cmdline
47+
[Issue #3051 - @marcstern]
48+
* Detailed error message when writing collections
49+
[Issue #3050 - @marcstern]
50+
* docs: Fix organization name in references and security e-mail (v2)
51+
[Issue #3043 - @airween]
52+
* ctl:ruleRemoveByTag isn't executed if no rule id is present in the rule
53+
[Issue #3012 - @marcstern]
54+
* Suppress useless loop on tag matching
55+
[Issue #3009 - @marcstern]
56+
* Optimization: Avoid last loop and storing an empty value in case nothing
57+
after last %{..} macro
58+
[Issue #3004 - @marcstern]
59+
* Ignore (consistently) empty actions
60+
[Issue #3003 - @marcstern]
61+
* Add context info to error message
62+
[Issue #2997 - @marcstern]
63+
* Implement msre_action_phase_validate()
64+
[Issue #2994 - @marcstern]
65+
* Avoid some useless code and memory allocation in case no macro is present
66+
[Issue #2992 - @marcstern]
67+
* 'jit' variable not initialized when WITH_PCRE2 is defined
68+
[Issue #2987 - @marcstern]
69+
* Configure: do not check for pcre1 if pcre2 requested
70+
[Issue #2975 - @martinhsv]
71+
* Double memory allocation
72+
[Issue #2969 - @marcstern]
73+
* Fix for DEBUG_CONF compile flag
74+
[Issue #2963 - @marcstern]
475
* Enhance logging
576
[Issue #3107 - @marcstern]
677
* Fix possible segfault in collection_unpack

0 commit comments

Comments
 (0)