summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton2017-11-18 10:37:16 -0700
committerSean Whitton2017-11-18 10:37:16 -0700
commitb52015b01e43eb1abae4e14fde57bd4b53ee9ad9 (patch)
treec19d201f2ff73155e365cb15700120fdc34a038a /debian/changelog
parent15dd3205dda4ffb389333f6d6fa84b9ad583d315 (diff)
changelog for sbuild changes thus far
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog20
1 files changed, 19 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 177dde38..f43ccecb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,27 @@
-propellor (4.9.1) UNRELEASED; urgency=medium
+propellor (4.10.0) UNRELEASED; urgency=medium
+ [ Joey Hess ]
* Add Typeable instance to OriginUrl, fixing build with old versions
of ghc.
* Added Propellor.Property.impossible
+ [ Sean Whitton ]
+ * File.isSymlinkedTo now revertable.
+ * 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 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.
+
-- Joey Hess <id@joeyh.name> Thu, 02 Nov 2017 10:28:44 -0400
propellor (4.9.0) unstable; urgency=medium