From fb10c71fd0be65a06cf7f7c53910a12a4194b01e Mon Sep 17 00:00:00 2001 From: Michiel de Jong <michiel@unhosted.org> Date: Mon, 17 Nov 2014 11:39:24 +0000 Subject: [PATCH] bring changelog up to date --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fdf731..b09cdc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# 0.2.1 + +* instructions for how to run an IndieHosters server on Ubuntu 14.10 (as an alternative to CoreOS) +* draft instructions for how to add an application (whether server-wide or per-user) +* several bugfixes + +# 0.2.0 + +* a separation between /data/domains and /data/runtime, making site immigration much easier +* the wordpress image and the mysql image it depends on +* the backup service which commits all user content, including a mysql dump, to a private git repo, and pushes that out to a remote destination every hour +* the nginx image from 0.1.0 split into static and static-git + + # 0.1.0 * Static webhosting -- GitLab