curtin (0.1.0~bzr195-0ubuntu1~14.04.1~ctools0) precise; urgency=medium

  * New update for the Ubuntu Cloud Archive.

 -- Scott Moser <smoser@ubuntu.com>  Fri, 06 Feb 2015 07:23:31 -0500

curtin (0.1.0~bzr195-0ubuntu1~14.04.1) trusty-proposed; urgency=medium

  * New upstream snapshot.
    - hardware enablement: ppc64 support (LP: #1386394)
    - hardware enablement: know kernel mapping for utopic (hwe-u = 3.16)
      (LP: #1386394)
    - feature: support installing disk images including windows. (LP: #1386394)
    - feature: support creating swap file (LP: #1386394)
    - feature: support reporting logs back to MAAS (LP: #1386394)
    - feature: enable logging of installation to /var/log/curtin/install.log
      (LP: #1378910)
    - bug fix: extract tar files with xattr support when available (LP: #1313550)
    - bug fix: fix broken use of os.path.join for curtin hooks (LP: #1328521)
    - bug fix: util.subp to decode command output as utf-8 (LP: #1370249).
    - bug fix: call update-grub to ensure that /boot/grub/grub.cfg is created
      (LP: #1373137)
    - bug fix: do not use '--acl' when extracting tar files (LP: #1382632)
      as it inadvertently writes default directory acls.
    - bug fix: invoke lsblk with '--output' rather than '--out' to avoid
      ambiguity in newer versions of lsblk (LP: #1386275)
    - internal: part2bd helper added in helpers/common
    - internal: helpers: inherit curtin_verbosity (make the helper tools
      verbose if curtin invoked with verbose flags)

 -- Scott Moser <smoser@ubuntu.com>  Mon, 27 Oct 2014 20:58:43 -0400

curtin (0.1.0~bzr126-0ubuntu1) trusty; urgency=medium

  * New upstream snapshot.
    * create 500M EFI System Partition (ESP) instead of 100M. (LP: #1306164)

 -- Scott Moser <smoser@ubuntu.com>  Thu, 10 Apr 2014 15:11:18 -0400

curtin (0.1.0~bzr125-0ubuntu1) trusty; urgency=medium

  * New upstream snapshot.
    * fix regression in installation on pc-bios systems (LP: #1303617)

 -- Scott Moser <smoser@ubuntu.com>  Mon, 07 Apr 2014 10:18:34 -0400

curtin (0.1.0~bzr124-0ubuntu1) trusty; urgency=medium

  * New upstream snapshot.
    * install correctly on UEFI booted systems (LP: #1300910)
      [Blake Rouse]
    * whitespace fixes and other small fixes.

 -- Scott Moser <smoser@ubuntu.com>  Thu, 03 Apr 2014 14:47:01 -0400

curtin (0.1.0~bzr121-0ubuntu1) trusty; urgency=medium

  * New upstream snapshot.
    * support installing kernel package of booted kernel
      to enable hardware enablement kernels through maas.
    * support Calxeda highbank and other ARMv7 systems
    * fix gpt partitioning.  It wouldn't allow grub installation
    * support for using kexec to boot into the installed system
      to avoid a hardware bios post.
    * support declaring target device via config
    * support installing from a local url (file:///)
    * fix bug where 'console=' parms were not removed from image's
      settings (problematic when image was cloud image)
    * run apt-get update if installing packages

 -- Scott Moser <smoser@ubuntu.com>  Wed, 26 Mar 2014 17:34:57 -0400

curtin (0.1.0~bzr95-0ubuntu2) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 23 Feb 2014 13:46:42 +0000

curtin (0.1.0~bzr95-0ubuntu1) trusty; urgency=low

  * New upstream snapshot.
    * fix bug in block-meta resulting in first disk not always being used
       (LP: #1244026)

 -- Scott Moser <smoser@ubuntu.com>  Thu, 24 Oct 2013 01:41:47 -0400

curtin (0.1.0~bzr94-0ubuntu1) saucy-proposed; urgency=low

  * New upstream snapshot.
    * fix bug where /usr/sbin/policy-rc.d was not being removed after
      being utilized during installation to disable daemons. (LP: #1238915)

 -- Scott Moser <smoser@ubuntu.com>  Tue, 15 Oct 2013 14:45:16 -0400

curtin (0.1.0~bzr93-0ubuntu1) saucy; urgency=low

  * New upstream snapshot.
    * curtin/commands/in_target.py, curtin/commands/main.py:
      fix 'curtin -v' and 'curtin in-target' (LP: #1237139)
    * non-production / development changes:
      * doc/devel/README.txt: development doc update
      * tools/build-deb, tools/export-tarball:
        trunk development changes for creating tarball and building debs.
      * tools/launch: support '--add' for adding files such as config files

 -- Scott Moser <smoser@ubuntu.com>  Tue, 08 Oct 2013 20:20:11 -0400

curtin (0.1.0~bzr87-0ubuntu1) saucy; urgency=low

  * New upstream snapshot.
    * fix bug that prevented some systems from booting because
      'dpkg-reconfigure grub-pc' was not being run.

 -- Scott Moser <smoser@ubuntu.com>  Wed, 25 Sep 2013 16:35:30 -0400

curtin (0.1.0~bzr86-0ubuntu1) saucy; urgency=low

  * New upstream snapshot.
    * correctly install grub to device rather than partition
    * correctly write /etc/network/interfaces
    * get cloud-init configure to work with preseed data.
    * use tar with --numeric owner when extracting

 -- Scott Moser <smoser@ubuntu.com>  Tue, 24 Sep 2013 22:32:08 -0400

curtin (0.1.0~bzr85-0ubuntu1) saucy; urgency=low

  * New upstream snapshot.
    * fix 'pack_install' usage for maas (LP: #1227944)
    * debian/rules: fix 'curtin' package to install as python2

 -- Scott Moser <smoser@ubuntu.com>  Fri, 20 Sep 2013 16:59:25 -0400

curtin (0.1.0~bzr82-0ubuntu1) saucy; urgency=low

  * New upstream snapshot.
    * 'net-meta auto' is now default for interfaces.
    * power_state config can now cause reboot after install.

 -- Scott Moser <smoser@ubuntu.com>  Thu, 19 Sep 2013 17:07:17 -0400

curtin (0.1.0~bzr75-0ubuntu1) saucy; urgency=low

  * New upstream snapshot.
    * change 'curtin' installer to be python2 for better compatibility
    * split up packaging. Provide curtin, curtin-common, python-curtin and
      python3-curtin.
    * add 'curtin in-target' command for chrooting to target
    * support http_proxy, apt_proxy, and specifying ubuntu mirrors. 

 -- Scott Moser <smoser@ubuntu.com>  Thu, 19 Sep 2013 04:07:25 -0400

curtin (0.1.0~bzr54-0ubuntu1) saucy; urgency=low

  * Initial release

 -- Scott Moser <smoser@ubuntu.com>  Mon, 29 Jul 2013 16:12:09 -0400
