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)