summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2015-09-03 11:26:10 -0700
committerJessica Frazelle <acidburn@docker.com>2015-09-03 11:26:10 -0700
commit28220acecc4c9cc26e7c669190c7cda2d51d753b (patch)
treeb7c76f8d3fb534e52185bbcc5f2421bb88f35176
parent10f250c72bd40e6c356b6b9f360c8ddc7080f7f2 (diff)
downloaddocker-28220acecc4c9cc26e7c669190c7cda2d51d753b.tar.gz
Bump to version 1.8.2.v1.8.2-rc1
Signed-off-by: David Calavera <david.calavera@gmail.com>
-rw-r--r--CHANGELOG.md27
-rw-r--r--VERSION2
2 files changed, 28 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcf36693d2..5dc5f34dde 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## 1.8.2 (2015-09-03)
+
+### Distribution:
+
+- Fixes rare edge case of handling GNU LongLink and LongName entries.
+- Avoid buffering to tempfile when pushing to registry V2.
+- Fix ^C on docker pull.
+- Fix docker pull issues on client disconnection.
+- Fix issue that caused the daemon to panic when loggers weren't configured properly.
+- Fix goroutine leak pulling images from registry V2.
+### Runtime:
+
+- Fix a bug mounting cgroups for docker daemons running inside docker containers.
+- Initialize log configuration properly.
+
+### Client:
+
+- Handle `-q` flag in `docker ps` properly when there is a default format.
+
+### Networking:
+
+- Fix several corner cases with netlink.
+
+### Contrib:
+
+- Fix several issues with bash completion.
+
## 1.8.1 (2015-08-12)
### Distribution
diff --git a/VERSION b/VERSION
index a8fdfda1c7..90b04997fc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.1
+1.8.2-rc1