File tree 2 files changed +13
-1
lines changed 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.
4
4
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
5
5
6
6
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
+
7
19
v4.9.3 (14 September 2024)
8
20
--------------------------
9
21
Original file line number Diff line number Diff line change 45
45
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
46
46
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
47
47
# This causes problems further up the dependency chain...
48
- VERSION = LooseVersion ('4.9.4.dev0 ' )
48
+ VERSION = LooseVersion ('4.9.4' )
49
49
UNKNOWN = 'UNKNOWN'
50
50
UNKNOWN_EASYBLOCKS_VERSION = '0.0.UNKNOWN.EASYBLOCKS'
51
51
You can’t perform that action at this time.
0 commit comments