From bce9d314a94a1378ee35a4575aa7ecadf5967e62 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 2 Sep 2015 11:06:20 -0700 Subject: Fix bug that caused provisioning new chroots to fail. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 2431969e..61ed235b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ propellor (2.7.3) UNRELEASED; urgency=medium (Not yet complete.) * Update for Debian systemd-container package split. * Dropped support for ghc 7.4. + * Fix bug that caused provisioning new chroots to fail. -- Joey Hess Tue, 25 Aug 2015 13:45:39 -0700 -- cgit v1.2.3 From 776b4dc3b24f8d30fa0fe56254c16e613d8e0bbe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Sep 2015 08:53:04 -0700 Subject: prep release --- debian/changelog | 10 +++++----- propellor.cabal | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 61ed235b..1fa8c1f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,14 @@ -propellor (2.7.3) UNRELEASED; urgency=medium +propellor (2.7.3) unstable; urgency=medium + * Fix bug that caused provisioning new chroots to fail. + * Update for Debian systemd-container package split. * Added Propellor.Property.Parted, for disk partitioning. * Added Propellor.Property.Partition, for partition formatting etc. * Added Propellor.Property.DiskImage, for bootable disk image creation. - (Not yet complete.) - * Update for Debian systemd-container package split. + (Experimental and not yet complete.) * Dropped support for ghc 7.4. - * Fix bug that caused provisioning new chroots to fail. - -- Joey Hess Tue, 25 Aug 2015 13:45:39 -0700 + -- Joey Hess Thu, 03 Sep 2015 08:52:51 -0700 propellor (2.7.2) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index e455d1a7..eab5ccfb 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 2.7.2 +Version: 2.7.3 Cabal-Version: >= 1.8 License: BSD3 Maintainer: Joey Hess -- cgit v1.2.3