Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingularityCE Changelog

## Changes Since Last Release
## 3.10.1 \[2022-07-18\]

### New features / functionalities

Expand Down Expand Up @@ -137,7 +137,7 @@
environment processing. Fixes regression in v3.9.2.
- Remove subshell overhead when processing large environments on container
startup.

## v3.9.4 \[2022-01-19\]

### Bug fixes
Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ cd singularity
By default your clone will be on the `main` branch which is where development
of SingularityCE happens. To build a specific version of SingularityCE, check
out a [release tag](https://github.com/sylabs/singularity/tags) before
compiling. E.g. to build the 3.10.0 release candidate checkout the
`v3.10.0` tag:
compiling. E.g. to build the 3.10.1 release checkout the
`v3.10.1` tag:

```sh
git checkout --recurse-submodules v3.10.0
git checkout --recurse-submodules v3.10.1
```

## Compiling SingularityCE
Expand Down Expand Up @@ -169,7 +169,7 @@ build and install the RPM like this:
<!-- markdownlint-disable MD013 -->

```sh
export VERSION=3.10.0 # this is the singularity version, change as you need
export VERSION=3.10.1 # this is the singularity version, change as you need

# Fetch the source
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz
Expand Down