From 850d7374c42cfdeb9a812257a96795f9f7a29a47 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Wed, 15 Jul 2015 21:54:42 +0200 Subject: [PATCH] Update Changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index da98965..d92fc35 100644 --- a/Changelog.md +++ b/Changelog.md @@ -8,6 +8,7 @@ * Baseimage-docker no longer sets the HOME environment variable by default. We used to set HOME by default to work around [Docker issue 2968](https://github.com/docker/docker/issues/2968) where HOME defaults to /, but this issue is now fixed. Furthermore, the fact that we set HOME interfered with the USER stanza: USER would no longer set HOME. So we got rid of our HOME variable. Closes GH-231. * Some unnecessary Ubuntu cron jobs have been removed. Closes GH-205. * Syslog-ng no longer forwards messages to /dev/tty10. Closes GH-222. + * It is now possible to build your own Baseimage-docker variant that has cron, syslog or sshd disabled. Thanks to Enderson Tadeu S. Maia. Closes GH-182. ## 0.9.16 (release date: 2015-01-20)