|
| 1 | +* Thu Oct 03 2024 Ken Gaillot < [email protected]> Pacemaker-2.1.9 |
| 2 | +- 134 commits with 245 files changed, 3919 insertions(+), 2142 deletions(-) |
| 3 | + |
| 4 | +- Features added since Pacemaker-2.1.8 |
| 5 | + + CIB: allow no-quorum-policy "fence" and deprecate "suicide" |
| 6 | + + build: support building with latest libxml2 |
| 7 | + |
| 8 | +- Fixes since Pacemaker-2.1.8 |
| 9 | + + CIB: detect newly created alerts section (regression introduced in 2.1.7) |
| 10 | + + CIB: treat empty environment variables (CIB_file etc.) same as unset |
| 11 | + + executor: don't block during TLS handshakes |
| 12 | + + executor: discard any agent output after about 10MiB |
| 13 | + + scheduler: avoid memory leak when checking for unfencing-capable devices |
| 14 | + + libcrmcommon: check for overflow when parsing and manipulting date/times |
| 15 | + + tools: properly handle resources removed from configuration when |
| 16 | + displaying node history in crm_mon |
| 17 | + |
| 18 | +- Public API changes since Pacemaker-2.1.8 |
| 19 | + + libcrmcommon: add enum pcmk_ra_caps value pcmk_ra_cap_cli_exec |
| 20 | + + libcrmcommon: add pcmk_cib_node_shutdown() |
| 21 | + + libcrmcommon: add pcmk_parse_score() |
| 22 | + + libcrmcommon: deprecate CRM_ASSERT() |
| 23 | + + libcrmcommon: deprecate PCMK_VALUE_FENCE_LEGACY defined constant |
| 24 | + + libstonithd: add enum stonith_call_options value st_opt_allow_self_fencing |
| 25 | + + libstonithd: deprecate enum stonith_call_options value st_opt_allow_suicide |
| 26 | + + libstonithd: deprecate enum stonith_call_options value st_opt_scope_local |
| 27 | + + libstonithd: deprecate enum stonith_call_options value st_opt_verbose |
| 28 | + |
1 | 29 | * Thu Aug 08 2024 Ken Gaillot < [email protected]> Pacemaker-2.1.8
|
2 | 30 | - 2559 commits with 511 files changed, 46898 insertions(+), 23417 deletions(-)
|
3 | 31 |
|
|
0 commit comments