diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-24 13:56:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-24 13:56:39 -0400 |
| commit | b738aa54eed266d72669bcdafdbba7df6bc795fa (patch) | |
| tree | 47131d1ba25122e0642ef8966bc977f2b980b62c /debian | |
| parent | 5fc482fff3dcd9c809c275856adff1851b47160d (diff) | |
| parent | 4d3a3caa6bd3ebea92bdcf3122922c881a4b2a3a (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index c466530e..9e6ffb67 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,22 @@ -propellor (4.0.1) UNRELEASED; urgency=medium +propellor (4.0.2) UNRELEASED; urgency=medium - * Fix build with pre-AMP ghc. - * Tor.named, Tor.torPrivKey: Include the new ed25519 public/private key - pair in addition to the old secret_id_key. + * Apt.mirror can be used to set the preferred apt mirror of a host, + overriding the default CDN. This info is used by + Apt.stdSourcesList and Sbuild.builtFor. + Thanks, Sean Whitton. * Property.Partition: Update kpartx output parser, as its output format changed around version 0.6. Both output formats are supported now. - -- Joey Hess <id@joeyh.name> Sat, 18 Mar 2017 19:40:35 -0400 + -- Joey Hess <id@joeyh.name> Sun, 19 Mar 2017 16:37:27 -0400 + +propellor (4.0.1) unstable; urgency=medium + + * Fix build with pre-AMP ghc. + * Tor: Restart daemon after installing private key. + * Tor.named, Tor.torPrivKey: Include the new ed25519 public/private key + pair in addition to the old secret_id_key. + + -- Joey Hess <id@joeyh.name> Sun, 19 Mar 2017 16:18:11 -0400 propellor (4.0.0) unstable; urgency=medium |
