Skip to content

Commit

Permalink
Merge pull request #4793 from dctrud/3.5.1-docs
Browse files Browse the repository at this point in the history
3.5.1 CHANGELOG/README/INSTALL changes
  • Loading branch information
cclerget authored Nov 26, 2019
2 parents a6ef1e4 + 0883c4d commit 92118c8
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,31 @@ _With the release of `v3.0.0`, we're introducing a new changelog format in an at

_The old changelog can be found in the `release-2.6` branch_

# Changes Since v3.5.0
# Changes Since v3.5.1

# v3.5.1 - [2019.12.03]

## New features / functionalities

A single feature has been added in the bugfix release, with specific
functionality:

- A new option `allow container encrypted` can be set to `no` in
`singularity.conf` to prevent execution of encrypted containers.

## Bug Fixes

This point release addresses the following issues:

- Fixes a disk space leak when building from docker-archive.
- Makes container process SIGABRT return the expected code.
- Fixes the `inspect` command in unpriveleged workflow.
- Sets an appropriate default umask during build stages, to avoid issues with
very restrictive user umasks.
- Fixes an issue with build script content being consumed from STDIN.
- Corrects the behaviour of underlay with non-empty / symlinked CWD.
- Fixes execution of containers when binding BTRFS filesystems.
- Fixes build / check failures for MIPS & PPC64.

# v3.5.0 - [2019.11.13]

Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Since you are reading this from the Singularity source code, it will be assumed
that you are building/compiling.

For full instructions on installation, check out our
[installation guide](https://www.sylabs.io/guides/3.0/user-guide/installation.html).
[installation guide](https://www.sylabs.io/guides/3.5/user-guide/installation.html).

## Install system dependencies

Expand Down Expand Up @@ -89,7 +89,7 @@ $ mkdir -p ${GOPATH}/src/github.com/sylabs && \
To build a stable version of Singularity, check out a [release tag](https://github.com/sylabs/singularity/tags) before compiling:

```
$ git checkout v3.5.0
$ git checkout v3.5.1
```

## Compiling Singularity
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install Singularity from source, see the [installation instructions](INSTALL.

For system administrators, see the [administrator documentation](https://www.sylabs.io/guides/3.0/admin-guide/).

For users, see the [user documentation](https://www.sylabs.io/guides/3.0/user-guide/).
For users, see the [user documentation](https://www.sylabs.io/guides/3.5/user-guide/).

## Contributing to Singularity

Expand Down

0 comments on commit 92118c8

Please sign in to comment.