summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess2016-06-21 11:10:53 -0400
committerJoey Hess2016-06-21 11:10:53 -0400
commit2fb5850b8a3c031bfe55a06f2989dc818340bfdd (patch)
tree4ee5a854a8826263efb529c23abe3c979644969f /debian
parent4db15a017a5defb2721803eae258a425ca74f8e9 (diff)
merged
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index be668ea5..6219b3e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,8 +33,23 @@ propellor (3.1.0) UNRELEASED; urgency=medium
* File: Write privdata files in binary rather than text, which avoids
failure when they do not contain valid unicode.
Thanks, Andrew Schurman
+
+ [ Sean Whitton ]
* Generalized fileProperty can now operate on a file as either a series
of lines, or a ByteString.
+ * New info property Schroot.useOverlays to indicate whether you want schroots
+ set up by propellor to use the Linux kernel's OverlayFS.
+ * Schroot.overlaysInTmpfs sets Schroot.useOverlays info property.
+ * If you have indicated that you want schroots to use OverlayFS and the
+ current kernel does not support it, Sbuild.built will attempt to reboot
+ into a kernel that does, or fail if it can't find one.
+ * Sbuild.built will no longer add duplicate `aliases=UNRELEASED,sid...` lines
+ to more than one schroot config. It will not remove any such lines that the
+ previous version of propellor added, though.
+ * Sbuild.keypairGenerated works around Debian bug #792100 by creating the
+ directory /root/.gnupg in advance.
+ * Ccache.hasCache now sets the setgid bit on the cache directory, as
+ ccache requires.
-- Joey Hess <id@joeyh.name> Fri, 10 Jun 2016 14:59:44 -0400