From a8db7a386fd9032e69c44383e43c6c87b5bd4220 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Thu, 6 Feb 2014 12:32:35 +0100 Subject: [PATCH] Update Changelog --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 75a32c1..59d999b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 0.9.5 (release date pending) + + * Environment variables are now no longer reset by runit. This is achieved by running `runsvdir` directly instead of through Debian's `runsvdir-start`. + ## 0.9.4 (release date: 2014-02-03) * Fixed syslog-ng startup problem.