|
1 |
| -(to be released) - 2.9.x |
| 1 | +(to be released) - 2.9.x |
2 | 2 | ------------------------
|
3 | 3 |
|
| 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] |
4 | 38 | * Fixed apr_global_mutex_create() usage (no filename)
|
5 | 39 | [PR #3269 - @marcstern]
|
6 |
| -* handle errors from apr_global_mutex_lock |
| 40 | + * handle errors from apr_global_mutex_lock |
7 | 41 | [PR #3257 - @marcstern]
|
8 | 42 |
|
9 | 43 | 03 Sep 2024 - 2.9.8
|
|
0 commit comments