Skip to content

Commit 0ad9b6b

Browse files
committed
Bump to v1.1.2
Signed-off-by: Matthew Heon <[email protected]>
1 parent 4b80517 commit 0ad9b6b

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

changelog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

contrib/spec/podman.spec.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
%global shortcommit_conmon %(c=%{commit_conmon}; echo ${c:0:7})
4040

4141
Name: podman
42-
Version: 1.2.0
42+
Version: 1.1.2
4343
Release: #COMMITDATE#.git%{shortcommit0}%{?dist}
4444
Summary: Manage Pods, Containers and Container Images
4545
License: ASL 2.0

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)