From 2081a49b659ddb1a9c8b647f2703a052ea38953b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 May 2014 20:36:23 -0400 Subject: changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 7a06e2f9..5859e406 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,12 @@ propellor (0.5.2) UNRELEASED; urgency=medium + * A bug that caused propellor to hang when updating a running docker + container appears to have been fixed. Note that since it affects + the propellor process that serves as "init" of docker containers, + they have to be restarted for the fix to take effect. * Licence changed from GPL to BSD. + * A few changes to allow building Propellor on OSX. One user reports + successfully using it there. -- Joey Hess Sat, 10 May 2014 11:05:19 -0300 -- cgit v1.3-2-g0d8e From c09babd5b7cb059cc9fa5ffb2ddfa4255e21e321 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 17 May 2014 16:43:10 -0400 Subject: prep release --- debian/changelog | 4 ++-- propellor.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5859e406..16ababc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -propellor (0.5.2) UNRELEASED; urgency=medium +propellor (0.5.2) unstable; urgency=medium * A bug that caused propellor to hang when updating a running docker container appears to have been fixed. Note that since it affects @@ -8,7 +8,7 @@ propellor (0.5.2) UNRELEASED; urgency=medium * A few changes to allow building Propellor on OSX. One user reports successfully using it there. - -- Joey Hess Sat, 10 May 2014 11:05:19 -0300 + -- Joey Hess Sat, 17 May 2014 16:42:55 -0400 propellor (0.5.1) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 55b7eb60..9d0612e9 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.5.1 +Version: 0.5.2 Cabal-Version: >= 1.6 License: BSD Maintainer: Joey Hess -- cgit v1.3-2-g0d8e