From 84efb9bdee0460a6f0c7b744c784dcd8cbe37a9a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 May 2014 11:05:28 -0300 Subject: Licence changed from GPL to BSD. --- doc/index.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/index.mdwn b/doc/index.mdwn index f0e0befe..5311baf7 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -24,7 +24,7 @@ hosts :: [Host] -- * \ | | '--------' hosts = -- (o) ` -Propellor is free software, licensed under the terms of the GNU GPL 3. +Propellor is free software, licensed under the BSD license. ## news -- cgit v1.3-2-g0d8e From 3d2207510709deb9e8e1c18ddb4e517c38aac21b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 10 May 2014 11:10:46 -0300 Subject: update --- doc/todo/docker_todo_list.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/todo/docker_todo_list.mdwn b/doc/todo/docker_todo_list.mdwn index 2f215a50..9cb9e4da 100644 --- a/doc/todo/docker_todo_list.mdwn +++ b/doc/todo/docker_todo_list.mdwn @@ -8,4 +8,6 @@ are assigned to the container. * It seems that provisionContainer sometimes hangs when the container is already running. This seems likely to be a problem with the simpleSh - socket hack. + socket hack. (I think this was an uncaught exception crashing the + simpleSh server thread, and if so, it's fixed. Waiting some weeks to see, + as this bug rarely occurred..) -- cgit v1.3-2-g0d8e