diff --git a/debian/changelog b/debian/changelog index e2f955b..4455768 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,13 @@ -propellor (0.2.3) UNRELEASED; urgency=medium +propellor (0.2.3) unstable; urgency=medium * docker: Fix laziness bug that caused running containers to be unnecessarily stopped and committed. * Add locking so only one propellor can run at a time on a host. * docker: When running as effective init inside container, wait on zombies. + * docker: Added support for configuring shared volumes and linked + containers. - -- Joey Hess Fri, 04 Apr 2014 15:58:03 -0400 + -- Joey Hess Tue, 08 Apr 2014 02:07:37 -0400 propellor (0.2.2) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index e67c41c..0869ef5 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 0.2.2 +Version: 0.2.3 Cabal-Version: >= 1.6 License: GPL Maintainer: Joey Hess