@@ -9,6 +9,21 @@ _With the release of `v3.0.0`, we're introducing a new changelog format in an at
99
1010_ The old changelog can be found in the ` release-2.6 ` branch_
1111
12+ # Changes since v3.7.0
13+
14+ ## Bug Fixes
15+
16+ - Accommodate /sys/fs/selinux mount changes on kernel 5.9+.
17+ - Fix loop devices file descriptor leak when shared loop devices is
18+ enabled.
19+ - Use MaxLoopDevices variable from config file in all appropriate
20+ locations.
21+ - Use -buildmode=default (non pie) on ppc64le to prevent crashes
22+ when using plugins.
23+ - Remove spurious warning in parseTokenSection()
24+ - e2e test fixes for new kernels, new unsquashfs version.
25+
26+
1227# v3.7.0 - [ 2020-11-24]
1328
1429## New features / functionalities
@@ -96,7 +111,7 @@ _The old changelog can be found in the `release-2.6` branch_
96111 - Increase embedded shell interpreter timeout, to allow slow-running
97112 environment scripts to complete.
98113 - Correct buffer handling for key import to allow import from STDIN.
99- - Reset environment to avoid ` LD_LIBRARYPATH ` issues when resolving
114+ - Reset environment to avoid ` LD_LIBRARY_PATH ` issues when resolving
100115 dependencies for the ` unsquashfs ` sandbox.
101116 - Fall back to ` /sbin/ldconfig ` if ` ldconfig ` on ` PATH ` fails while
102117 resolving GPU libraries. Fixes problems on systems using Nix /
@@ -112,7 +127,7 @@ _The old changelog can be found in the `release-2.6` branch_
112127
113128 - A change in Linux kernel 5.9 causes ` --fakeroot ` builds to fail with a
114129 ` /sys/fs/selinux ` remount error. This will be addressed in Singularity
115- v3.5 .1.
130+ v3.7 .1.
116131
117132
118133# v3.6.4 - [ 2020-10-13]
@@ -162,6 +177,11 @@ Singularity 3.6.3 addresses the following security issues.
162177 enable arbitrary code execution during the build and/or when the
163178 built container is run.
164179
180+ ## Change defaults / behaviours
181+
182+ - The value for maximum number of loop devices in the config file is now used everywhere
183+ instead of redefining this value
184+
165185## Bug Fixes
166186
167187 - Add CAP_MKNOD in capability bounding set of RPC to fix issue with
0 commit comments