Signed-off-by: David Calavera <david.calavera@gmail.com>
| ... | ... |
@@ -1,5 +1,31 @@ |
| 1 | 1 |
# Changelog |
| 2 | 2 |
|
| 3 |
+## 1.7.1 (2015-07-14) |
|
| 4 |
+ |
|
| 5 |
+#### Runtime |
|
| 6 |
+ |
|
| 7 |
+- Fix default user spawning exec process with `docker exec` |
|
| 8 |
+- Make `--bridge=none` not to configure the network bridge |
|
| 9 |
+- Publish networking stats properly |
|
| 10 |
+- Fix implicit devicemapper selection with static binaries |
|
| 11 |
+- Fix socket connections that hung intermittently |
|
| 12 |
+- Fix bridge interface creation on CentOS/RHEL 6.6 |
|
| 13 |
+- Fix local dns lookups added to resolv.conf |
|
| 14 |
+- Fix copy command mounting volumes |
|
| 15 |
+- Fix read/write privileges in volumes mounted with --volumes-from |
|
| 16 |
+ |
|
| 17 |
+#### Remote API |
|
| 18 |
+ |
|
| 19 |
+- Fix unmarshalling of Command and Entrypoint |
|
| 20 |
+- Set limit for minimum client version supported |
|
| 21 |
+- Validate port specification |
|
| 22 |
+- Return proper errors when attach/reattach fail |
|
| 23 |
+ |
|
| 24 |
+#### Distribution |
|
| 25 |
+ |
|
| 26 |
+- Fix pulling private images |
|
| 27 |
+- Fix fallback between registry V2 and V1 |
|
| 28 |
+ |
|
| 3 | 29 |
## 1.7.0 (2015-06-16) |
| 4 | 30 |
|
| 5 | 31 |
#### Runtime |