diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-05-20 09:28:22 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-05-20 09:28:22 -0400 |
| commit | 24e789a2ac981b3d4b2dfaf1af359c4407587a00 (patch) | |
| tree | e676038cd69b8ff91efc3b7b5a85e63aad5214d4 /debian/changelog | |
| parent | d499d8d668fa8ec32833edb4b7a5677dcbf75c56 (diff) | |
| parent | 3dd36f7e922b0dfdde54420a931e77fd02e6b83c (diff) | |
Merge branch 'joeyconfig' of ssh://propellor.branchable.com into joeyconfig
Diffstat (limited to 'debian/changelog')
| -rw-r--r-- | debian/changelog | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 11c9922f..90205ece 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,21 @@ -propellor (4.0.2) UNRELEASED; urgency=medium +propellor (4.0.4) UNRELEASED; urgency=medium + + * Propellor.Property.Restic added for yet another backup program. + Thanks, Félix Sipma. + * Removed dependency on MissingH, instead depends on split and hashable. + + -- Joey Hess <id@joeyh.name> Thu, 27 Apr 2017 16:31:26 -0400 + +propellor (4.0.3) unstable; urgency=medium + + * Added Fstab.listed, Fstab.swap, and Mount.swapOn properties. + Thanks, Daniel Brooks. + * Added Propellor.Property.Bootstrap, which can be used to make + disk images contain their own installation of propellor. + + -- Joey Hess <id@joeyh.name> Thu, 20 Apr 2017 00:54:32 -0400 + +propellor (4.0.2) unstable; urgency=medium * Apt.mirror can be used to set the preferred apt mirror of a host, overriding the default CDN. This info is used by @@ -10,8 +27,8 @@ propellor (4.0.2) UNRELEASED; urgency=medium properties added to a chroot that way from being seen when propellor was running inside the chroot. This affected disk image creation, and possibly other things that use chroots. - - -- Joey Hess <id@joeyh.name> Sun, 19 Mar 2017 16:37:27 -0400 + + -- Joey Hess <id@joeyh.name> Fri, 24 Mar 2017 14:04:50 -0400 propellor (4.0.1) unstable; urgency=medium |
