From fa1d5045f1e3782e2dc11393c8472df8579e0297 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Sat, 14 Sep 2024 19:04:51 +0200 Subject: [PATCH] include https://github.com/easybuilders/easybuild-framework/pull/4636 in EasyBuild v4.9.3 release notes --- docs/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 2e81e9b8f..0ab869301 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -41,6 +41,7 @@ bugfix/update release - handle post-install patches in check_checksums_for ([#4605](https://github.com/easybuilders/easybuild-framework/pull/4605)) - fix `copy_file` with a folder as the target ([#4609](https://github.com/easybuilders/easybuild-framework/pull/4609)) - allow for case where `homepage = None` when generating the docs ([#4626](https://github.com/easybuilders/easybuild-framework/pull/4626)) + - fix `test_github_det_commit_status` by using more recent commits ([#4636](https://github.com/easybuilders/easybuild-framework/pull/4636)) - other changes: - clean up code that was only there to support Python 2.6 + avoid syntax warnings when parsing py2vs3/py.p2 with Python 3.x ([#3788](https://github.com/easybuilders/easybuild-framework/pull/3788)) - use Intel's oneAPI Fortran compiler by default for version 2024.0.0 and newer (`oneapi_fortran` toolchain option set to `True`) ([#4567](https://github.com/easybuilders/easybuild-framework/pull/4567))