diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-06-22 15:30:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-06-22 15:30:22 -0400 |
| commit | c6d76aa88513c053df28fba3277e3113c279e119 (patch) | |
| tree | 53e20bcddcf6a9bdaf896a00a864912a6826497d | |
| parent | d2309fce1cab98788260b03bd62dfa737f410050 (diff) | |
prep release
| -rw-r--r-- | debian/changelog | 20 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 11 insertions, 11 deletions
diff --git a/debian/changelog b/debian/changelog index 4489a2ed..5e3c2a58 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,5 @@ -propellor (3.1.0) UNRELEASED; urgency=medium +propellor (3.1.0) unstable; urgency=medium - * Switch letsencrypt to certbot package name. - * Sbuild: Add keyringInsecurelyGenerated which is useful on throwaway - build VMs. - Thanks, Sean Whitton - * Added Propellor.Property.SiteSpecific.Exoscale. - Thanks, Sean Whitton - * Property.Reboot: Added toDistroKernel and toKernelNewerThan. - Thanks, Sean Whitton * Architecture changed from String to an ADT. (API Change) Transition guide: Change "amd64" to X86_64, "i386" to X86_32, "armel" to ARMEL, etc. @@ -24,6 +16,14 @@ propellor (3.1.0) UNRELEASED; urgency=medium propellor from trying to ensure any other properties. * tryPropellor returns Either SomeException instead of Either IOException (API change) + * Switch letsencrypt to certbot package name. + * Sbuild: Add keyringInsecurelyGenerated which is useful on throwaway + build VMs. + Thanks, Sean Whitton + * Added Propellor.Property.SiteSpecific.Exoscale. + Thanks, Sean Whitton + * Property.Reboot: Added toDistroKernel and toKernelNewerThan. + Thanks, Sean Whitton * Added ConfFile.hasIniSection. Thanks, Félix Sipma. * Apt.install: When asked to install a package that apt does not know @@ -51,7 +51,7 @@ propellor (3.1.0) UNRELEASED; urgency=medium * Ccache.hasCache now sets the setgid bit on the cache directory, as ccache requires. - -- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400 + -- Joey Hess <id@joeyh.name> Wed, 22 Jun 2016 15:29:27 -0400 propellor (3.0.5) unstable; urgency=medium diff --git a/propellor.cabal b/propellor.cabal index 94b33154..dfd51310 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 3.0.5 +Version: 3.1.0 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> |
