-
Notifications
You must be signed in to change notification settings - Fork 426
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.59) | ||
AC_INIT([singularity],[2.4],[[email protected]]) | ||
AC_INIT([singularity],[2.4.1],[[email protected]]) | ||
|
||
if test -z "$prefix" -o "$prefix" = "NONE" ; then | ||
prefix=${ac_default_prefix} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
singularity-container (2.4.1-1) unstable; urgency=high | ||
|
||
* This is a bug fix point release to the 2.4 feature branch, and includes a | ||
number of fixes including some security related points that deserve | ||
immediate attention | ||
|
||
-- Gregory M. Kurtzer <[email protected]> Wed, 22 Nov 2017 12:20:27 -0700 | ||
|
||
singularity-container (2.4-1) unstable; urgency=low | ||
|
||
* Building an image is now more intuitive with the introduction of our build | ||
|