summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-11-22 14:42:03 -0400
committerJoey Hess <joeyh@joeyh.name>2017-11-22 14:42:03 -0400
commit1ba03e425ca48aa9d9c32861681c9e5b70abe881 (patch)
tree2f162520589c649978a9986e8cce9e2e39c0e96c /debian
parent85a6ca99ac40d521b3634af6f4f8c9f8b227a0ff (diff)
parenteebdd018cd4c3054c258eeb7a6b304b263d62a74 (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog24
1 files changed, 22 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2b41af51..15c058cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,24 @@
-propellor (5.0.0) UNRELEASED; urgency=medium
+propellor (5.1.0) UNRELEASED; urgency=medium
+
+ * File.isSymlinkedTo now revertable. (minor API change)
+ * Sbuild module changes:
+ - Type of Sbuild.built changed to accept additional properties to be
+ ensured inside schroots. (API change)
+ See the suggested usage in module's documentation for new syntax.
+ - Drop Sbuild.installed, Sbuild.builtFor, Sbuild.updated,
+ Sbuild.updatedFor. (API change)
+ Use Sbuild.built instead. See suggested usage in module's documentation.
+ - Propellor no longer sets up apt proxies in sbuild chroots automatically.
+ Instead, pass the new Sbuild.useHostProxy to Sbuild.built to have
+ Propellor propagate the host's Apt proxy configuration into the chroot.
+ See suggested usage in module's documentation.
+ - Internally, Propellor no longer invokes sbuild-createchroot(1) to build
+ schroots.
+ - Update documentation.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Sun, 19 Nov 2017 18:18:43 -0700
+
+propellor (5.0.0) unstable; urgency=medium
* Debootstrap.built now supports bootstrapping chroots for foreign
OS's, using qemu-user-static.
@@ -19,7 +39,7 @@ propellor (5.0.0) UNRELEASED; urgency=medium
* Fail2Ban: Renamed jail.d conf file to use .local.
Thanks, Félix Sipma.
- -- Joey Hess <id@joeyh.name> Thu, 02 Nov 2017 10:28:44 -0400
+ -- Joey Hess <id@joeyh.name> Sun, 19 Nov 2017 15:42:44 -0400
propellor (4.9.0) unstable; urgency=medium