Skip to content

Commit 9103f01

Browse files
committed
updating files for 2.6.1 release
1 parent 7f0f10f commit 9103f01

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ and changes prior to that are (unfortunately) done retrospectively. Critical ite
1212
- migration guidance (how to convert images?)
1313
- changed behaviour (recipe sections work differently)
1414

15+
## [v2.6.1]
16+
17+
### [Security related fixes](https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-1929)
18+
- disables instance features for mount commands, disables instance join for
19+
start command, and disables daemon start for action commands
20+
1521
## [v2.6.0]
1622

1723
### Bug fixes

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.59)
2-
AC_INIT([singularity],[2.6.0],[[email protected]])
2+
AC_INIT([singularity],[2.6.1],[[email protected]])
33

44
if test -z "$prefix" -o "$prefix" = "NONE" ; then
55
prefix=${ac_default_prefix}

Diff for: debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
singularity-container (2.6.1-1) unstable; urgency=high
2+
3+
* disables instance features for mount commands, disables instance join for
4+
start command, and disables daemon start for action commands
5+
6+
-- Gregory M. Kurtzer <[email protected]> Tue, 11 Dec 2018 09:25:53 -0700
7+
18
singularity-container (2.6.0-1) unstable; urgency=high
29

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

0 commit comments

Comments
 (0)