File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ - Changelog for v1.1.2 (2019-03-04)
2+ * Fix #2521
3+ * Update release notes for v1.1.2
4+ * Change timestamp format for podman logs
5+ * Don't extract tar file in podman cp
6+ * runtime: fill a proper default tmpdir when --config is used
7+ * Add additional defense against 0-length log segfaults
8+ * When logging with timestamps, append only until newline
9+ * Ensure that each log line is newline-terminated
10+ * A few more usage-message tweaks
11+ * Add missing short flag -l for run/create
12+ * Fix aliased commands to actually work
13+ * Support podman-remote stop container(s)
14+ * Add tests to make sure podman container and podman image commands work
15+ * Bump gitvalidation epoch
16+ * Bump to v1.2.0-dev
17+
118- Changelog for v1.1.1 (2019-03-01)
219 * Update release notes for v1.1.1
320 * Pull image for runlabel if not local
Original file line number Diff line number Diff line change 3939%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
4040
4141Name: podman
42- Version: 1.2.0
42+ Version: 1.1.2
4343Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
4444Summary: Manage Pods, Containers and Container Images
4545License: ASL 2.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package version
44// NOTE: remember to bump the version at the top
55// of the top-level README.md file when this is
66// bumped.
7- const Version = "1.2.0-dev "
7+ const Version = "1.1.2 "
88
99// RemoteAPIVersion is the version for the remote
1010// client API. It is used to determine compatibility
You can’t perform that action at this time.
0 commit comments