Skip to content

Commit

Permalink
Bump version back to 1.10.0-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Vass <tibor@docker.com>
  • Loading branch information
Tibor Vass committed Nov 20, 2015
1 parent fefbb50 commit 75cb2df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@ be found.

## 1.9.1

## Runtime
### Runtime

- Do not prevent daemon from booting if images could not be restored (#17695)
- Force IPC mount to unmount on daemon shutdown/init (#17539)
Expand All @@ -21,17 +21,17 @@ be found.
- selinux: only relabel if user requested so with the `z` option (#17450, #17834)
- Do not make network calls when normalizing names (#18014)

## Client
### Client

- Fix `docker login` on windows (#17738)
- Fix bug with `docker inspect` output when not connected to daemon (#17715)
- Fix `docker inspect -f {{.HostConfig.Dns}} somecontainer` (#17680)

## Builder
### Builder

- Fix regression with symlink behavior in ADD/COPY (#17710)

## Networking
### Networking

- Allow passing a network ID as an argument for `--net` (#17558)
- Fix connect to host and prevent disconnect from host for `host` network (#17476)
Expand All @@ -41,7 +41,7 @@ be found.
- Allow port-mapping only for endpoints created on docker run (#17858)
- Fixed an endpoint delete issue with a possible stale sbox (#18102)

## Distribution
### Distribution

- Correct parent chain in v2 push when v1Compatibility files on the disk are inconsistent (#18047)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.9.1
1.10.0-dev

0 comments on commit 75cb2df

Please sign in to comment.