2016-04-29 11:35:10 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 29 09:03:24 UTC 2016 - asarai@suse.de
|
|
|
|
|
2016-07-19 17:34:55 +02:00
|
|
|
* Update to runC 0.1.1. (bsc#989566) Changelog from upstream:
|
2016-04-29 11:35:10 +02:00
|
|
|
|
|
|
|
This release includes a bug fix for adding the selinux mount label in the specification.
|
|
|
|
|
2016-04-19 12:00:18 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 19 09:59:05 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Don't use gcc-go for aarch64, since gc has grown support for it and is more
|
|
|
|
stable.
|
|
|
|
|
2016-04-15 12:47:01 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 15 10:46:04 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Disable seccomp entirely for aarch64 builds, since it is not provided on all
|
|
|
|
SUSE platforms.
|
|
|
|
|
2016-03-30 16:18:58 +02:00
|
|
|
-------------------------------------------------------------------
|
2016-04-13 14:11:46 +02:00
|
|
|
Wed Apr 13 12:03:09 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Update to runC 0.1.0. Changelog from upstream:
|
|
|
|
|
|
|
|
This release updates runc to the OCI runtime specification v0.5.0 and includes
|
|
|
|
various fixes and features.
|
|
|
|
|
|
|
|
Features:
|
|
|
|
+ cgroups: pid limits and stats
|
|
|
|
+ cgroups: kmem stats
|
|
|
|
+ systemd cgroup support
|
|
|
|
+ libcontainer specconv package
|
|
|
|
+ no pivot root option
|
|
|
|
+ numeric ids are treated as uid/gid
|
|
|
|
+ hook improvements
|
|
|
|
|
|
|
|
Bug Fixes:
|
|
|
|
* log flushing
|
|
|
|
* atomic pid file creation
|
|
|
|
* init error recovery
|
|
|
|
* seccomp logging removed
|
|
|
|
* delete container on aborted start
|
|
|
|
* /dev bind mount handling
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2016-03-30 16:18:58 +02:00
|
|
|
Wed Mar 30 14:18:18 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Install to /usr/sbin. https://github.com/opencontainers/runc/pull/702
|
|
|
|
|
2016-03-27 17:19:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 27 14:50:32 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Added runC man pages.
|
|
|
|
* Recommended criu, since it's required for the checkpoint and restore
|
|
|
|
functionality.
|
|
|
|
|
2016-03-27 12:15:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 27 10:14:32 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Small updates to method of compilation to better match Makefile.
|
|
|
|
|
2016-03-21 13:15:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 21 12:04:59 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* Make compilation work on gcc-go only systems (ppc and s390).
|
|
|
|
|
2016-03-21 09:36:29 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 21 08:24:02 UTC 2016 - asarai@suse.de
|
|
|
|
|
|
|
|
* initial import of runC 0.0.9
|
|
|
|
* add patch seccomp-use-pkg-config.patch which allows us to build runC, since
|
|
|
|
they assume that the seccomp.h file lives at /usr/include/seccomp.h.
|
|
|
|
|