From 74a4a9abf4dd588bcd1f9aaa4b438f256468956b Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Sat, 1 Feb 2014 11:08:39 +0100 Subject: [PATCH] Note release date for 0.9.3 --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index d2456c4..711bf59 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -## 0.9.3 (release date: pending) +## 0.9.3 (release date: 2014-01-31) * It looks like Docker changed their Ubuntu 12.04 base image, thereby breaking our Dockerfile. This has been fixed. * The init system (`/sbin/my_init`) now supports running scripts during startup. You can put startup scripts `/etc/my_init.d`. `/etc/rc.local` is also run during startup.