Skip to content

Commit 49aab99

Browse files
author
Ken Gaillot
committed
Doc: ChangeLog: update for 2.1.9 release
1 parent 993bd1a commit 49aab99

1 file changed

Lines changed: 11 additions & 21 deletions

File tree

ChangeLog

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,27 @@
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(-)
213

224
- Features added since Pacemaker-2.1.8
23-
+ CIB: allow no-quorum-policy "fence" and deprecate "suicide"
245
+ 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
258

269
- 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)
2714
+ CIB: detect newly created alerts section (regression introduced in 2.1.7)
2815
+ CIB: treat empty environment variables (CIB_file etc.) same as unset
16+
+ CIB: remote CIB administration now cannot block server
2917
+ executor: don't block during TLS handshakes
3018
+ executor: discard any agent output after about 10MiB
3119
+ scheduler: avoid memory leak when checking for unfencing-capable devices
3220
+ libcrmcommon: check for overflow when parsing and manipulating date/times
3321
+ tools: properly handle resources removed from configuration when
3422
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
3525

3626
- Public API changes since Pacemaker-2.1.8
3727
+ libcrmcommon: add enum pcmk_ra_caps value pcmk_ra_cap_cli_exec

0 commit comments

Comments
 (0)