summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2015-09-01 16:43:58 -0400
committerDavid Calavera <david.calavera@gmail.com>2015-09-10 14:43:43 -0400
commit0a8c2e3717cb3a6fe4e8cb10243cb06473052541 (patch)
tree6ad78defbfd36968dd17508990d01f4cee06ee26
parent57e9c4f7e56f6d022f015883102fe4d100328a52 (diff)
downloaddocker-1.8.2.tar.gz
Bump to version 1.8.2.v1.8.2
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..36318af6d2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## 1.8.2 (2015-09-10)
+
+### Distribution:
+
+- Fixes rare edge case of handling GNU LongLink and LongName entries.
+- 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..53adb84c82 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.1
+1.8.2