|
| 1 | +- Changelog for v0.7.1 (2018-07-06) |
| 2 | + * pkg/ctime: Factor libpod/finished* into a separate package |
| 3 | + * Block use of /proc/acpi from inside containers |
| 4 | + * remove buildah requirement for the libpod image library |
| 5 | + * contrib/python/test/test_tunnel: Fix -nNT -> -nNTq |
| 6 | + * Refactor podman/utils with a single container start and attach function |
| 7 | + * Remove now-unneeded cleanupCgroup() for unsupported OS |
| 8 | + * Remove per-container CGroup parents |
| 9 | + * Fix nits and GOPATH in tutorial |
| 10 | + * spec: Make addPrivilegedDevices and createBlockIO per-platform |
| 11 | + * libpod/runtime_pod: Make removePod per-platform |
| 12 | + * libpod/networking_unsupported: Remove JoinNetworkNameSpace |
| 13 | + * .travis: Run gofmt and lint on OS X |
| 14 | + * rootless: Merge rootless.go back into rootless_linux.go |
| 15 | + * Makefile: Use a pattern rule for cross-compilation |
| 16 | + * more changes to compile darwin |
| 17 | + * Fix timeout issue with built-in volume test |
| 18 | + * rootless: add /run/user/$UID to the lookup paths |
| 19 | + * rootless: add function to retrieve the original UID |
| 20 | + * rootless: always set XDG_RUNTIME_DIR |
| 21 | + * rootless: set XDG_RUNTIME_DIR also for state and exec |
| 22 | + * libpod/container: Replace containerState* with containerPlatformState |
| 23 | + * urfave/cli: fix parsing of short opts |
| 24 | + * docs: Follow man-pages(7) suggestions for SYNOPSIS |
| 25 | + * Allow multiple mounts |
| 26 | + * Makefile: Use 'git diff' to show gofmt changes |
| 27 | + * Skip a test in Travis that has timeout issues |
| 28 | + * vendor in selinux and buildah for darwin compilation |
| 29 | + * add image user to inspect data |
| 30 | + * changes to allow for darwin compilation |
| 31 | + * Bump gitvalidation epoch |
| 32 | + * Bump to v0.7.1-dev |
| 33 | + |
1 | 34 | - Changelog for v0.6.5 (2018-06-29) |
2 | 35 | * Fix built-in volume issue with podman run/create |
3 | 36 | * Add `podman container cleanup` to CLI |
|
0 commit comments