Skip to content

Commit 2714eb2

Browse files
authored
Merge pull request #3388 from airween/v2/master
docs: added changes
2 parents 26161b9 + cbbbaa6 commit 2714eb2

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

CHANGES

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,43 @@
1-
(to be released) - 2.9.x
1+
(to be released) - 2.9.x
22
------------------------
33

4+
* chore: log error codes for global mutex failure modes.
5+
[Issue #3387 - @airween]
6+
* chore: refactor build system to use PCRE2
7+
[Issue #3383 - @airween]
8+
* feat: add 'make test' to v2's workflow
9+
[Issue #3379 - @airween]
10+
* fix: 'make test' is able to run again
11+
[Issue #3378 - @airween]
12+
* fix: add PCRE2 capability to standalone module
13+
[Issue #3377 - @airween]
14+
* chore: remove unnecessary @LIBXML2_CFLAGS@ from linker flags
15+
[Issue #3376 - @airween]
16+
* fix: add msc_fullinfo() to check JIT compilation
17+
[Issue #3375 - @airween]
18+
* Fix error logging for standalone module
19+
[Issue #3374 - @RedXanadu]
20+
* Fix compiler warnings from GCC
21+
[Issue #3372 - @notroj]
22+
* feat: improved XMLArgs processing
23+
[Issue #3358 - @airween]
24+
* Incorrect utf8toUnicode transformation for 00xx
25+
[Issue #3284 - @marcstern]
26+
* Fixed PCRE2 error message
27+
[Issue #3279 - @marcstern]
28+
* make rootpath and incpath consts for apr_filepath_root
29+
[Issue #3270 - @Marcool04]
30+
* Fix apr_global_mutex_create() usage
31+
[Issue #3269 - @marcstern]
32+
* chore: add 'log' action to rule 200005 (v2/master)
33+
[Issue #3267 - @airween]
34+
* Move id_log() to msc_util to fix unit tests; it is declared on msc_ut…
35+
[Issue #3265 - @rainerjung]
36+
* Missing #include <time.h>
37+
[Issue #3262 - @marcstern]
438
* Fixed apr_global_mutex_create() usage (no filename)
539
[PR #3269 - @marcstern]
6-
* handle errors from apr_global_mutex_lock
40+
* handle errors from apr_global_mutex_lock
741
[PR #3257 - @marcstern]
842

943
03 Sep 2024 - 2.9.8

0 commit comments

Comments
 (0)