From 3de748f82d0f63a6e2dea752f28e8f695102e53e Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Fri, 26 Aug 2022 10:12:53 +0200 Subject: [PATCH] [#2534] ChangeLog added --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ae80134119..8045e27e35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2050. [build] andrei, tomek + Fixed problem with preparing system using hammer on FreeBSD 13.0. + The available sphinx and python versions are now detected dynamically. + This should prevent future package upgrades (e.g. to python 3.10) + from breaking our builds again. + (Gitlab #2534) + 2049. [build] razvan, fdupont The distcheck rule is able to compile and run unittests for database backends, GSS-TSIG and Sysrepo/NETCONF.