diff options
author | Import-from-archive <[email protected]> | 2017-12-19 13:34:31 -0500 |
---|---|---|
committer | Scott Moser <[email protected]> | 2017-12-19 13:34:31 -0500 |
commit | 7708dae3b1d0b0451812fb7a3a293455ad4e1b8f (patch) | |
tree | c884275871c6828d5713d409296948910f56cad7 | |
parent | fa7abd2aca95f69a8f512edbea6956df170eb87b (diff) |
Import version 0.1.0~bzr314-0ubuntu1ubuntu/0.1.0_bzr314-0ubuntu1
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 262ed86a..c5297bb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +curtin (0.1.0~bzr314-0ubuntu1) xenial; urgency=medium + + * New upstream snapshot. + * support installing .tar.xz, .tar.gz, .tar.bz2 or .tar via smtar helper + * improve dependency checking (LP: #1514888) + * Allow re-use of bcache cache devices with separate backing devices + (LP: #1514094) + * call mkfs.ext3 or mkfs.ext4 with -F (force) + * Partition alignment and sizing fixes (LP: #1513085) + * Set bcache cache_mode if present in storage config (LP: #1510334) + * apt-get update: do not download translation files and source files + during installation. + * new sub-commands 'system-upgrade' and 'system-install' for package + upgrade and installation. + * debian/control: do not list unversioned e2fsprogs as it is essential. + + -- Scott Moser <[email protected]> Mon, 23 Nov 2015 11:28:52 -0500 + curtin (0.1.0~bzr276-0ubuntu1) wily; urgency=medium * New upstream snapshot. |