From 3b7cdfcd6b7a1c22a8318afaac16e5328b56ff1f Mon Sep 17 00:00:00 2001 From: David Calavera Date: Tue, 15 Sep 2015 17:42:32 -0400 Subject: [PATCH] Update changelog for version 1.8.2. Signed-off-by: David Calavera --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f2e5024f..3b92943cc0 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