diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-03 08:53:04 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-03 08:53:04 -0700 |
| commit | 776b4dc3b24f8d30fa0fe56254c16e613d8e0bbe (patch) | |
| tree | 5ff0902b0d21d18ead29d4684792f640c85e51c1 | |
| parent | 99aa052ecfab5fd0c3721f0c84edaf67b12217fc (diff) | |
prep release
| -rw-r--r-- | debian/changelog | 10 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 6 insertions, 6 deletions
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 <id@joeyh.name> Tue, 25 Aug 2015 13:45:39 -0700 + -- Joey Hess <id@joeyh.name> 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 <id@joeyh.name> |
