~curtin-dev/curtin/xenial

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Scott Moser
  • Date: 2017-02-08 22:22:44 UTC
  • Revision ID: smoser@ubuntu.com-20170208222244-n4y5eu0r6wp060cj
* New upstream snapshot.
  - Install zipl in target on s390x arch. (LP: #1662346)
  - avoid UnicodeDecode error on passing non-utf8 into shlex
  - adjustments to version string handling, improved pack unit tests.
  - helpers/common: Add grub install debugging output
  - curtin: add version module and display in output and logs
  - content decoding in load_file, apply_net raise exception on errors
  - gpg: retry when recv'ing gpg keys fail (LP: #1661337)
  - Add clear_holders checks to disk and partition handlers (LP: #1659509)
  - net: add new lines after rendered static routes. (LP: #1649652)
  - multipath: don't run update-grub; setup_grub will handle this better.
    (LP: #165636)
  - Test changes:
    - vmtest: Add tests for zesty and Trusty HWE-X kernels.
    - tests: fix tox tip-pycodestyle complaints
    - image-sync: add debugging output to help diagnose errors
    - vmtest: change get_curtin_version to use version subcommand.
    - Remove style checking during build and add latest style checks to tox
    - subp doc an unit test improvements.
    - flake8: remove unused variable.
    - vmtest: Add the ability to add extra config files to test execution.
    - vmtest: overhaul image sync
    - vmtest: skip apt-proxy test if not set
    - vmtest: add 'webserv' helper
    - vmtest: add CURTIN_VMTEST_CURTIN_EXE variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
curtin (0.1.0~bzr460-0ubuntu1~16.04.1ubuntu1) UNRELEASED; urgency=medium
 
2
 
 
3
  * New upstream snapshot.
 
4
    - Install zipl in target on s390x arch. (LP: #1662346)
 
5
    - avoid UnicodeDecode error on passing non-utf8 into shlex
 
6
    - adjustments to version string handling, improved pack unit tests.
 
7
    - helpers/common: Add grub install debugging output
 
8
    - curtin: add version module and display in output and logs
 
9
    - content decoding in load_file, apply_net raise exception on errors
 
10
    - gpg: retry when recv'ing gpg keys fail (LP: #1661337)
 
11
    - Add clear_holders checks to disk and partition handlers (LP: #1659509)
 
12
    - net: add new lines after rendered static routes. (LP: #1649652)
 
13
    - multipath: don't run update-grub; setup_grub will handle this better.
 
14
      (LP: #165636)
 
15
    - Test changes:
 
16
      - vmtest: Add tests for zesty and Trusty HWE-X kernels.
 
17
      - tests: fix tox tip-pycodestyle complaints
 
18
      - image-sync: add debugging output to help diagnose errors
 
19
      - vmtest: change get_curtin_version to use version subcommand.
 
20
      - Remove style checking during build and add latest style checks to tox
 
21
      - subp doc an unit test improvements.
 
22
      - flake8: remove unused variable.
 
23
      - vmtest: Add the ability to add extra config files to test execution.
 
24
      - vmtest: overhaul image sync
 
25
      - vmtest: skip apt-proxy test if not set
 
26
      - vmtest: add 'webserv' helper
 
27
      - vmtest: add CURTIN_VMTEST_CURTIN_EXE variable.
 
28
 
 
29
 -- Scott Moser <smoser@ubuntu.com>  Wed, 08 Feb 2017 17:15:48 -0500
 
30
 
1
31
curtin (0.1.0~bzr437-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
2
32
 
3
33
  * debian/new-upstream-snapshot: change to not use bzr merge-upstream.