Skip to content

Commit

Permalink
updating files for 2.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
GodloveD committed Dec 11, 2018
1 parent 7f0f10f commit 9103f01
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and changes prior to that are (unfortunately) done retrospectively. Critical ite
- migration guidance (how to convert images?)
- changed behaviour (recipe sections work differently)

## [v2.6.1]

### [Security related fixes](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-1929)
- disables instance features for mount commands, disables instance join for
start command, and disables daemon start for action commands

## [v2.6.0]

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
AC_INIT([singularity],[2.6.0],[[email protected]])
AC_INIT([singularity],[2.6.1],[[email protected]])

if test -z "$prefix" -o "$prefix" = "NONE" ; then
prefix=${ac_default_prefix}
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
singularity-container (2.6.1-1) unstable; urgency=high

* disables instance features for mount commands, disables instance join for
start command, and disables daemon start for action commands

-- Gregory M. Kurtzer <[email protected]> Tue, 11 Dec 2018 09:25:53 -0700

singularity-container (2.6.0-1) unstable; urgency=high

* Allow admin to specify a non-standard location for mksquashfs binary at
Expand Down

0 comments on commit 9103f01

Please sign in to comment.