summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorJoey Hess2020-05-01 15:21:05 -0400
committerJoey Hess2020-05-01 15:21:05 -0400
commit7859c8c02b422229fbcbc5c26dad378fca5c9e88 (patch)
treea1037135f35e1dd934fb8ab2462f011bf9d282e1 /debian/changelog
parentdc3a04ae10addd701cc5cce59b2ad8931fa656ba (diff)
parentcc3289f70f09d2fa061cc21e47ea44d4b374dadd (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog25
1 files changed, 23 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 3031d05a..22987327 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,32 @@
-propellor (5.10.1) UNRELEASED; urgency=medium
+propellor (5.10.2) UNRELEASED; urgency=medium
+ * Fix build with ghc 8.6.3.
+ Thanks, Robin Munn
+ * Bootstrap: Fix typo in Arch Linux dependencies.
+ Thanks, Robin Munn
+ * Bootstrap: Add haskell-type-errors package on Arch Linux.
+ Thanks, Robin Munn
+
+ -- Joey Hess <id@joeyh.name> Sun, 16 Feb 2020 12:37:10 -0400
+
+propellor (5.10.1) unstable; urgency=medium
+
+ [ Joey Hess ]
* Localdir.hasOriginUrl: Depend on Git.installed.
* Localdir.hasOriginUrl: Type changed from UnixLike to DebianLike
because Git.installed is not implemented for other unixes.
(API change)
+ * Changed the ChrootBootstrapper type class's buildchroot method
+ to take a Info parameter, instead of Maybe System.
+ (The System can be extracted from the Info.)
+ (API change)
+
+ [ Sean Whitton ]
+ * Chroot.{de,}bootstrapped uses the chroot's configured apt proxy and
+ mirror, if these exist, when debootstrapping the chroot.
+ * Rename Sbuild.useHostProxy -> Chroot.useHostProxy. (API change)
- -- Joey Hess <id@joeyh.name> Thu, 08 Aug 2019 11:33:37 -0400
+ -- Joey Hess <id@joeyh.name> Fri, 15 Nov 2019 13:26:19 -0400
propellor (5.9.1) unstable; urgency=medium