Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f8f912a

Browse files
committed
Bump to version 1.7.1
Signed-off-by: David Calavera <[email protected]>
1 parent cc712e6 commit f8f912a

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 1.7.1 (2015-07-02)
4+
5+
#### Runtime
6+
7+
- Fix default user spawning exec process with `docker exec`
8+
- Make `--bridge=none` to not configure the network bridge
9+
- Publish networking stats properly
10+
- Fix implicit devicemapper selection with static binaries
11+
- Fix socket connections that hanged internitently
12+
- Fix bridge interface creation on CentOS/RHEL 6.6
13+
- Fix local dns lookups added to resolv.conf
14+
15+
#### Remote API
16+
17+
- Fix unmarshalling of Command and Entrypoint
18+
- Set limit for minimum client version supported
19+
- Validate port specification
20+
- Return proper errors when attach/reattach fail
21+
22+
#### Distribution
23+
24+
- Fix pulling private images
25+
- Fix fallback between registry V2 and V1
26+
27+
328
## 1.7.0 (2015-06-16)
429

530
#### Runtime

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.0
1+
1.7.1-rc1

0 commit comments

Comments
 (0)