File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ For more detailed information, please see the git log.
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
66
7+ v4.9.4 (22 September 2024)
8+ --------------------------
9+
10+ update/bugfix release
11+
12+ - various enhancements, including:
13+ - set $LMOD_TERSE_DECORATIONS to 'no' to avoid additional info in output produced by 'ml --terse avail' (#4648)
14+ - various bug fixes, including:
15+ - implement workaround for permission error when copying read-only files that have extended attributes set and using Python 3.6 (#4642)
16+ - take into account alternate sysroot for /bin/bash used by run_cmd (#4646)
17+
18+
719v4.9.3 (14 September 2024)
820--------------------------
921
Original file line number Diff line number Diff line change 4545# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4646# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4747# This causes problems further up the dependency chain...
48- VERSION = LooseVersion ('4.9.4 .dev0' )
48+ VERSION = LooseVersion ('4.9.5 .dev0' )
4949UNKNOWN = 'UNKNOWN'
5050UNKNOWN_EASYBLOCKS_VERSION = '0.0.UNKNOWN.EASYBLOCKS'
5151
You can’t perform that action at this time.
0 commit comments