diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-21 16:29:42 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-21 16:29:42 -0400 |
| commit | 462f0fd693554285afb149faf4ae5dbe798fda54 (patch) | |
| tree | 1349a31fde27c421d2941cd0ca6c60359b286307 /debian | |
| parent | a19980ea1ae0a7287fd3658e09712d4123f6332e (diff) | |
| parent | 33dab96764e04dc2bfbec44c54062c3b6ee60554 (diff) | |
Merge remote-tracking branch 'spwhitton/sbuild-overhaul'
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f88089d4..b11e25be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +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 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 |
