Skip to content

Commit 29f4180

Browse files
authored
Merge pull request #304 from dtrudg/383-rel
3.8.3 changelog / install.md changes
2 parents 23f05ef + d3b166a commit 29f4180

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# SingularityCE Changelog
22

3-
## Changes since last release
3+
## v3.8.3 [2021-09-01]
44

55
### Bug fixes
66

77
- Fix regression when files `source`d from `%environment` contain `\` escaped
88
shell builtins (fixes issue with `source` of conda profile.d script).
99

10+
Additional changes include dependency updates for the SIF module (to v2.0.0),
11+
and migration to maintained versions of other modules. There is no change to
12+
functionality, on-disk SIF format etc.
13+
1014
## v3.8.2 [2021-08-19]
1115

1216
### Bug fixes

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
8282
To build a specific version of SingularityCE, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:
8383

8484
```
85-
$ git checkout v3.8.2
85+
$ git checkout v3.8.3
8686
```
8787

8888
## Compiling SingularityCE
@@ -125,7 +125,7 @@ as shown above. Then download the latest
125125
and use it to install the RPM like this:
126126

127127
```
128-
$ export VERSION=3.8.2 # this is the singularity version, change as you need
128+
$ export VERSION=3.8.3 # this is the singularity version, change as you need
129129
130130
$ wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz && \
131131
rpmbuild -tb singularity-ce-${VERSION}.tar.gz && \
@@ -141,7 +141,7 @@ tarball and use it to install Singularity:
141141
$ cd $GOPATH/src/github.com/sylabs/singularity && \
142142
./mconfig && \
143143
make -C builddir rpm && \
144-
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.2*.x86_64.rpm # or whatever version you built
144+
sudo rpm -ivh ~/rpmbuild/RPMS/x86_64/singularity-ce-3.8.3*.x86_64.rpm # or whatever version you built
145145
```
146146

147147
To build an rpm with an alternative install prefix set RPMPREFIX on the

0 commit comments

Comments
 (0)