Skip to content

Commit 9906d9f

Browse files
authored
Merge pull request #5725 from dctrud/370releasemd
Release 3.7.0 markdown doc changes
2 parents c537602 + 53d87f6 commit 9906d9f

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Diff for: CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _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-
# v3.7.0-rc.1 Release Candidate - [2020-11-10]
12+
# v3.7.0 - [2020-11-24]
1313

1414
## New features / functionalities
1515

@@ -107,7 +107,12 @@ _The old changelog can be found in the `release-2.6` branch_
107107
is used with `--contain`.
108108
- Tolerate comments on `%files` sections in build definition files.
109109
- Fix a loop device file descriptor leak.
110-
110+
111+
## Known Issues
112+
113+
- A change in Linux kernel 5.9 causes `--fakeroot` builds to fail with a
114+
`/sys/fs/selinux` remount error. This will be addressed in Singularity
115+
v3.5.1.
111116

112117

113118
# v3.6.4 - [2020-10-13]

Diff for: INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _**NOTE:** if you are updating Go from a older version, make sure you remove `/u
4343
reinstalling it._
4444

4545
```
46-
$ export VERSION=1.14.9 OS=linux ARCH=amd64 # change this as you need
46+
$ export VERSION=1.14.12 OS=linux ARCH=amd64 # change this as you need
4747
4848
$ wget -O /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz https://dl.google.com/go/go${VERSION}.${OS}-${ARCH}.tar.gz && \
4949
sudo tar -C /usr/local -xzf /tmp/go${VERSION}.${OS}-${ARCH}.tar.gz

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Community contributions are always greatly appreciated. To start developing
3737
Singularity, check out the [guidelines for contributing](CONTRIBUTING.md).
3838

3939
We also welcome contributions to our [user
40-
guide](https://github.com/sylabs/singularity-userdocs) and [admin
41-
guide](https://github.com/sylabs/singularity-admindocs).
40+
guide](https://github.com/hpcng/singularity-userdocs) and [admin
41+
guide](https://github.com/hpcng/singularity-admindocs).
4242

4343
## Support
4444

0 commit comments

Comments
 (0)