From 931a93065cd87e63b43cab81098ddc86ed5c800d Mon Sep 17 00:00:00 2001 From: xin liang Date: Fri, 22 Dec 2023 12:17:43 +0800 Subject: [PATCH] Dev: ChangeLog: update ChangeLog for release 4.6.0-rc2 --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71bcd597f6..1c4f88073a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -*Thu Dec 7 2023 Xin Liang +* Fri Dec 22 2023 Xin Liang +- Release 4.6.0 rc2 +- Dev: ui_cluster: Move --use-ssh-agent to optional arguments +- Fix: autoconf: --with-version does not override the variable used in `version.in` +- Dev: unify version string used in setup.py and autotools +- Fix: ui_cluster: Improve the process of 'crm cluster stop' (bsc#1213889) +- Fix: scripts.health: call `setup_logging()` before importing crmsh.reprot.utils +- Dev: log: save backtrace of ValueError in logfile and suppress it in console + +* Thu Dec 7 2023 Xin Liang - Release 4.6.0 rc1 - Dev: doc: Unify contents of manpage and help info - Dev: report: Rewrite crm report module