~ci-train-bot/ubuntu-system-image/system-image-ubuntu-xenial-landing-023

« back to all changes in this revision

Viewing changes to NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2016-03-02 20:37:46 UTC
  • mfrom: (0.3.5)
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: barry@python.org-20160302203746-co21wt551lndpu84
* New upstream release.
  - LP: #1386302 - In ``system-image-cli``, add a ``-m``/``--maximage``
    flag which can be used to cap a winning upgrade path to a maximum
    image number.
  - LP: #1380678 - Remove the previously deprecated ``Info()`` D-Bus method.
  - Remove the previously deprecated ``--no-reboot`` command line option.
  - LP: #1508081 - Add support for temporarily overriding the wifi-only
    setting when using ubuntu-download-manager:
    + Added ``ForceAllowGSMDownload()`` method to the D-Bus API.
    + Added ``DownloadStarted`` D-Bus signal, which gets sent when the
      download for an update has begun.
    + Added ``--override-gsm`` flag to ``system-image-cli``.
* d/control: Add python3-dbusmock to Build-Depends.
* d/tests/control: ADd python3-dbusmock as a dependency for dryrun.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
NEWS for system-image updater
3
3
=============================
4
4
 
 
5
3.1 (2016-03-02)
 
6
================
 
7
 * In ``system-image-cli``, add a ``-m``/``--maximage`` flag which can be used
 
8
   to cap a winning upgrade path to a maximum image number.  (LP: #1386302)
 
9
 * Remove the previously deprecated ``Info()`` D-Bus method.  (LP: #1380678)
 
10
 * Remove the previously deprecated ``--no-reboot`` command line option.
 
11
 * Add support for temporarily overriding the wifi-only setting when using
 
12
   ubuntu-download-manager.  (LP: #1508081)
 
13
   - Added ``ForceAllowGSMDownload()`` method to the D-Bus API.
 
14
   - Added ``DownloadStarted`` D-Bus signal, which gets sent when the download
 
15
     for an update has begun.
 
16
   - Added ``--override-gsm`` flag to ``system-image-cli``.
 
17
 
5
18
3.0.2 (2015-09-22)
6
19
==================
7
20
 * Don't crash when one of the .ini files is a dangling symlink.