Skip to content

Commit

Permalink
Doc: ChangeLog: update for 2.0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clumens committed Dec 2, 2020
1 parent dae6f61 commit ba59be7
Showing 1 changed file with 14 additions and 24 deletions.
38 changes: 14 additions & 24 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
* Mon Nov 16 2020 Chris Lumens <[email protected]> Pacemaker-2.0.5-rc3
- Changesets: 6
- Diff: 4 files changed, 28 insertions(+), 10 deletions(-)

- Changes since Pacemaker-2.0.5-rc2
+ build: Fix python2 vs. python3 packaging problems on openSUSE Tumbleweed
+ build: Update pkgconfig files for CI testing
+ tools: Use bash in cibsecret

* Tue Oct 27 2020 Chris Lumens <[email protected]> Pacemaker-2.0.5-rc2
- Changesets: 16
- Diff: 19 files changed, 348 insertions(+), 145 deletions(-)

- Changes since Pacemaker-2.0.5-rc1
+ Prevent the bypassing of ACLs by direct IPC (CVE-2020-25654)
+ scheduler: fix build when DEFAULT_CONCURRENT_FENCING_TRUE is set
+ scheduler: Remove pe_print_expanded_xml print option.
+ tools: Revert some crm_resource string-related checks on variables
that aren't strings.
+ xml: Mark new crm_mon attributes as optional in schema

* Mon Oct 19 2020 Chris Lumens <[email protected]> Pacemaker-2.0.5-rc1
- Changesets: 497
- Diff: 285 files changed, 22704 insertions(+), 14458 deletions(-)
* Wed Dec 02 2020 Chris Lumens <[email protected]> Pacemaker-2.0.5
- Changesets: 534
- Diff: 286 files changed, 23133 insertions(+), 14626 deletions(-)

- Features added since Pacemaker-2.0.4
+ configuration: Add type="integer" to rule elements, allowing for
Expand Down Expand Up @@ -52,7 +31,10 @@
+ scheduler: require pre-/post-start notifications correctly.

- Changes since Pacemaker-2.0.4
+ Prevent the bypassing of ACLs by direct IPC (CVE-2020-25654)
+ build: Fix a build issue on Fedora s390x.
+ build: Fix python2 vs. python3 packaging problems on openSUSE Tumbleweed
+ build: Update pkgconfig files for CI testing
+ controller: avoid recovery delay when shutdown locks expire
+ controller: Log correct timeout for timed-out stonith monitor
+ fencer: avoid infinite loop if device is removed during operation
Expand All @@ -63,13 +45,17 @@
+ scheduler: disallow on-fail=stop for stop operations
+ scheduler: don't schedule a dangling migration stop if one already occurred
+ scheduler: don't select instance to be promoted on a guest that can't run
+ scheduler: fix build when DEFAULT_CONCURRENT_FENCING_TRUE is set
+ scheduler: Remove pe_print_expanded_xml print option.
+ scheduler: Use pcmk_monitor_timeout as stonith start timeout
+ tools: Add management status to crm_mon's group output.
+ tools: Add "No active resources" to one case in crm_mon output.
+ tools: Allow tags and alerts in cibadmin --scope
+ tools: Avoid crm_node on Pacemaker Remote nodes failing when other
executor actions are occurring.
+ tools: Avoid pending fence actions getting stuck in crm_mon display
+ tools: "Connectivity is lost" may not be displayed even if the ping
communication is lost.
+ tools: Display stop-all-resources in crm_mon's cluster options.
+ tools: don't use pssh -q option in cibsecret unless supported
+ tools: Fix adding the http-equiv header to crm_mon in daemon mode.
Expand All @@ -79,6 +65,10 @@
+ tools: Don't display crm_resource error messages twice.
+ tools: Print inactive resources by default with crm_mon xml output.
+ tools: properly detect local node name in cibsecret
+ tools: Revert some crm_resource string-related checks on variables
that aren't strings.
+ tools: Use bash in cibsecret
+ xml: Mark new crm_mon attributes as optional in schema

* Mon Jun 15 2020 Klaus Wenninger <[email protected]> Pacemaker-2.0.4
- Changesets: 515
Expand Down

0 comments on commit ba59be7

Please sign in to comment.