summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-11-23 14:47:38 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-11-23 14:47:38 -0700
commit1d5f2870c63fe4566a0dda637dbc72e2fcfa0a68 (patch)
tree184af9e9f84a6b534256189002446f120c93d7fe /debian
parent36f109fa051099ad7fe9872918e95d21cb26744d (diff)
parentf8b7baa3b1f48e5509fb78e965a457e0f8f45155 (diff)
Merge tag '5.1.0' into debian
tagging package propellor version 5.1.0 # gpg: Signature made Thu 23 Nov 2017 07:40:55 AM MST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog44
1 files changed, 44 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 183bd9d1..510db55c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,47 @@
+propellor (5.1.0) unstable; urgency=medium
+
+ [ Sean Whitton ]
+ * 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.
+
+ -- Joey Hess <id@joeyh.name> Thu, 23 Nov 2017 10:38:16 -0400
+
+propellor (5.0.0) unstable; urgency=medium
+
+ * Debootstrap.built now supports bootstrapping chroots for foreign
+ OS's, using qemu-user-static.
+ * Machine: New module collecting machine-specific properties for
+ building bootable images for ARM boards.
+ Tested working boards: Olimex Lime, CubieTruck, Banana Pi, SheevaPlug.
+ * Diskimage.imageBuiltFor: New property to build a disk image for a Host,
+ using partition table information configured via the new properties
+ hasPartitionTableType, hasPartition and adjustPartition.
+ * Chroot.noServices moved to Service.noServices and its type changed.
+ (API change)
+ * Service: Avoid starting services when noServices is used.
+ * Add Typeable instance to OriginUrl, fixing build with old versions
+ of ghc.
+ * Added Propellor.Property.impossible
+ * Fail2Ban: Added several additional properties.
+ Thanks, Félix Sipma.
+ * Fail2Ban: Renamed jail.d conf file to use .local.
+ Thanks, Félix Sipma.
+
+ -- Joey Hess <id@joeyh.name> Sun, 19 Nov 2017 15:42:44 -0400
+
propellor (4.9.0-1) unstable; urgency=medium
* Package new upstream release.