From 2135d2192eeeb418877a33327f339fcaa0bbad19 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Fri, 22 Aug 2014 18:03:35 +0200 Subject: [PATCH] Update Changelog --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 5dd591b..e30292c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ * Fixed `my_init` not properly exiting with a non-zero exit status when Ctrl-C is pressed. * The GID of the `docker_env` group has been changed from 1000 to 8377, in order to avoid GID conflicts with any groups that you might want to introduce inside the container. + * The syslog-ng socket is now deleted before starting the syslog-ng daemon, to avoid the daemon from failing to start due to garbage on the filesystem. Thanks to Kingdon Barrett. Closes GH-129. + * Typo fixes by Arkadi Shishlov. ## 0.9.12 (release date: 2014-07-24)