From 6c531b56c79a1a92bbb7793e8f5030894d67f711 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Mon, 7 Sep 2015 16:41:10 +0200 Subject: [PATCH] v3.3 --- Linux/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Linux/README.md b/Linux/README.md index 114b183..85d4b24 100644 --- a/Linux/README.md +++ b/Linux/README.md @@ -62,6 +62,12 @@ Here are the availble *initrd variables*: ## Changelog +### v3.3 (2015-09-07) + +* Do not test `/sbin/init` availability using `test -x` to works against absolute symlinks [#82](https://github.com/scaleway/initrd/issues/82) +* Added `get_userdata` helper [#80](https://github.com/scaleway/initrd/issues/80) +* Added a temporary hack for letting getty the time to flush [#76](https://github.com/scaleway/initrd/issues/76) + ### v3.2 (2015-08-28) * Improved debug,warn,error messages