|
1 | | -* Mon Oct 21 2024 Ken Gaillot <kgaillot@redhat.com> Pacemaker-2.1.9-rc3 |
2 | | -- 9 commits with 5 files changed, 47 insertions(+), 21 deletions(-) |
3 | | - |
4 | | -- Fixes since Pacemaker-2.1.9-rc2 |
5 | | - + tools: crmadmin -D/--dc_lookup no longer hangs when there is no DC |
6 | | - + tools: restore crmadmin default timeout to 30 seconds instead of none |
7 | | - (regression introduced in 2.1.5) |
8 | | - |
9 | | -* Mon Oct 14 2024 Ken Gaillot <kgaillot@redhat.com> Pacemaker-2.1.9-rc2 |
10 | | -- 11 commits with 10 files changed, 298 insertions(+), 68 deletions(-) |
11 | | - |
12 | | -- Fixes since Pacemaker-2.1.9-rc1 |
13 | | - + tools: crm_resource did not return error if schema upgrade failed |
14 | | - (regression introduced in 2.1.8) |
15 | | - + libcrmcommon: avoid potential overflow when adding seconds |
16 | | - + libcib: remote CIB administration now cannot block server |
17 | | - + tools: don't assert if stdout or stderr is closed by caller |
18 | | - |
19 | | -* Thu Oct 03 2024 Ken Gaillot <kgaillot@redhat.com> Pacemaker-2.1.9-rc1 |
20 | | -- 134 commits with 245 files changed, 3919 insertions(+), 2142 deletions(-) |
| 1 | +* Thu Oct 31 2024 Ken Gaillot <kgaillot@redhat.com> Pacemaker-2.1.9 |
| 2 | +- 169 commits with 252 files changed, 4498 insertions(+), 2259 deletions(-) |
21 | 3 |
|
22 | 4 | - Features added since Pacemaker-2.1.8 |
23 | | - + CIB: allow no-quorum-policy "fence" and deprecate "suicide" |
24 | 5 | + build: support building with libxml2 2.13.0 or newer |
| 6 | + + CIB: new no-quorum-policy value "fence" replaces now-deprecated "suicide" |
| 7 | + + tools: iso8601 supports standard --output-as/--output-to arguments |
25 | 8 |
|
26 | 9 | - Fixes since Pacemaker-2.1.8 |
| 10 | + + tools: restore crmadmin default timeout to 30 seconds instead of none |
| 11 | + (regression introduced in 2.1.5) |
| 12 | + + tools: crm_resource did not return error if schema upgrade failed |
| 13 | + (regression introduced in 2.1.8) |
27 | 14 | + CIB: detect newly created alerts section (regression introduced in 2.1.7) |
28 | 15 | + CIB: treat empty environment variables (CIB_file etc.) same as unset |
| 16 | + + CIB: remote CIB administration now cannot block server |
29 | 17 | + executor: don't block during TLS handshakes |
30 | 18 | + executor: discard any agent output after about 10MiB |
31 | 19 | + scheduler: avoid memory leak when checking for unfencing-capable devices |
32 | 20 | + libcrmcommon: check for overflow when parsing and manipulating date/times |
33 | 21 | + tools: properly handle resources removed from configuration when |
34 | 22 | displaying node history in crm_mon |
| 23 | + + tools: crmadmin -D/--dc_lookup no longer hangs when there is no DC |
| 24 | + + tools: don't assert if stdout or stderr is closed by caller |
35 | 25 |
|
36 | 26 | - Public API changes since Pacemaker-2.1.8 |
37 | 27 | + libcrmcommon: add enum pcmk_ra_caps value pcmk_ra_cap_cli_exec |
|
0 commit comments