github.com/apptainer/singularity@v3.1.1+incompatible/dist/debian/changelog (about)

     1  singularity-container (2.4.2-1) unstable; urgency=high
     2  
     3    * This fixed an issue for support of older distributions and kernels with regards to `setns()`
     4      functionality.
     5    * Fixed autofs bug path (lost during merge)
     6  
     7   -- Gregory M. Kurtzer <gmkurtzer@gmail.com>  Wed, 22 Nov 2017 12:20:27 -0700
     8  
     9  singularity-container (2.4.1-1) unstable; urgency=high
    10  
    11    * This is a bug fix point release to the 2.4 feature branch, and includes a
    12      number of fixes including some security related points that deserve
    13      immediate attention
    14  
    15   -- Gregory M. Kurtzer <gmkurtzer@gmail.com>  Wed, 22 Nov 2017 12:20:27 -0700
    16  
    17  singularity-container (2.4-1) unstable; urgency=low
    18  
    19    * Building an image is now more intuitive with the introduction of our build
    20      command. You don't need to worry about sizes or using create, or bootstrap
    21    * By default the build command now creates compressed read only containers
    22      using squashfs
    23    * Singularity now supports building additional base targets: local images,
    24      Singularity Hub, or the host operating system itself
    25    * A well documented solution for internal container modularity
    26      (http://containers-ftw.org/SCI-F/)
    27    * By popular demand and bribery, we are bringing back persistent instance
    28      support. You can now start up a container instance and using a given name,
    29      you can connect to that instance, and it keeps running even when you exit!
    30    * We are now using the network namespace to provide network isolation
    31    * Using a persistent overlay, you can modify a container image and all
    32      changes are written to the overlay layer
    33    * Cleanup and optimization of the Singularity image library
    34  
    35   -- Gregory M. Kurtzer <gmkurtzer@gmail.com>  Wed, 11 Oct 2017 19:39:19 -0700
    36  
    37  singularity-container (2.3.2-1) unstable; urgency=high
    38  
    39    * Fix for a change that Docker implemented to their registry RESTful API
    40      which broke compatibility with Singularity
    41    * Several other low minor fixes
    42  
    43   -- Gregory M. Kurtzer <gmkurtzer@gmail.com>  Fri, 15 Sep 2017 14:36:34 -0700
    44  
    45  singularity-container (2.3.1-1) unstable; urgency=high
    46  
    47    * Fix for a High Severity security issue on older hosts
    48    * Other improvements and fixes to previous versions of Singularity
    49  
    50   -- Gregory M. Kurtzer <gmkurtzer@gmail.com>  Mon, 26 Jun 2017 11:24:12 -0700
    51  
    52  singularity-container (2.3-1) unstable; urgency=low
    53  
    54    * Lots of backend library changes to accommodate a more flexible API
    55    * Restructured Python backend
    56    * Updated bootstrap backend to make it much more reliable
    57    * Direct support for the awesome, the fantastic, Singularity-Hub!
    58    * Ability to run additional commands without root privileges (e.g. create,
    59      import, copy, export, etc..).
    60    * Added ability to pull images from Singularity Hub and Docker
    61    * Containers now have labels, and are inspect'able
    62  
    63   -- Gregory M. Kurtzer <gmkurtzer@gmail.com>  Wed, 31 May 2017 18:19:46 -0700
    64  
    65  singularity-container (2.2-1) unstable; urgency=low
    66  
    67    * New upstream release
    68    * Install sexec-suid as suid instead of sexec
    69  
    70   -- Roland Fehrenbacher <rf@q-leap.de>  Fri, 21 Oct 2016 13:25:06 +0200
    71  
    72  singularity-container (2.0-1) UNRELEASED; urgency=medium
    73  
    74    * New upstream release
    75    * Initial Debian packaging
    76  
    77   -- Dave Love <fx@gnu.org>  Thu, 02 Jun 2016 22:48:28 +0100
    78  
    79  singularity-container (1.0-1) UNRELEASED; urgency=low
    80  
    81    * Initial release
    82  
    83   -- Dave Love <fx@gnu.org>  Sun, 17 Apr 2016 12:22:41 +0100