summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImport-from-archive <[email protected]>2017-12-19 13:34:39 -0500
committerScott Moser <[email protected]>2017-12-19 13:34:39 -0500
commit7c933e6f8377a09863eeba2598fa1d53fac9e850 (patch)
tree7aebc056eea7ab32c44bfebfac737bc4e7920283
parent50fb00120cc516cb58777c548f17e414e9967c0e (diff)
Import version 0.1.0~bzr387-0ubuntu1~16.04.1ubuntu/0.1.0_bzr387-0ubuntu1_16.04.1
-rw-r--r--debian/changelog28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d3f51ba9..dbbacea8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+curtin (0.1.0~bzr387-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
+
+ * sru current curtin (LP: #1577872)
+ * debian/control: drop python from curtin-common Depends.
+ remove unnecessary Depends on util-linux as it is essential.
+ python3-curtin, python-curtin: drop unnecessary 'curl' from Depends.
+ python3-curtin, python-curtin: list oauthlib and yaml Depends
+ * debian/control: add bcache-tools to curtin Depends.
+ * New upstream snapshot.
+ - fix timestamp not being updated in reported events
+ - mdadm: resolve mdadm/bcache and trusty+hwe issues
+ - fix support for 4k disks
+ - emit source /etc/network/interfaces.d/*.cfg in
+ rendered /etc/network/interfaces
+ - net: introduce 'control' field to network configuration to allow
+ for declaring manual controlled interfaces
+ - disable cloud-init networking as curtin is the source of network config
+ - block: wipe_volume improvements
+ - reporter: enhance reporting events to include levels and
+ improve usefullness of messages
+ - network: add bonding tests and cleanup newline rendering
+ - block: fix partition path issue with nvme devices
+ - fix logic error in kernel installation
+ - block: add debug regarding raid modules being missing on mdadm create
+ - add s390x support to curtin and vmtest
+
+ -- Scott Moser <[email protected]> Tue, 10 May 2016 12:13:29 -0400
+
curtin (0.1.0~bzr365-0ubuntu1) xenial; urgency=medium
* New upstream snapshot.