~ubuntu-branches/ubuntu/wily/system-image/wily

« back to all changes in this revision

Viewing changes to NEWS.rst

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2013-09-06 18:34:29 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130906183429-mwrrv52ooot0n3ut
Tags: 1.5-0ubuntu1
* New upstream release.
  - `system-image-cli --info` prints additional information:
     + last update time (i.e. the mtime of `/etc/system-image/channel.ini`
       falling back to the mtime of `/etc/ubuntu-build`).
     + version details for ubuntu, the device, and any custom version, if the
       `/etc/system-image/channel.ini` file contains these details.
  - `system-image-cli --dry-run -c <bad-channel>` no longer produces a
     traceback.  You get "Already up-to-date", but use `-v` for more info.
  - D-Bus API method `UpdateAvailableStatus` field `last_update_date`
    has changes its format.  It's still ISO 8601, but with a space
    instead of a 'T' separating the date from the time.
  - LP: #1221841 - Support the new channels.json file format with
    backward compatibility (for now) with the old format.
  - LP: #1215959 - New D-Bus .Info() method returns data similar to
    `system-image-cli --info`

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
NEWS for system-image updater
3
3
=============================
4
4
 
 
5
1.5 (2013-09-06)
 
6
================
 
7
 * `system-image-cli --dry-run -c <bad-channel>` no longer produces a
 
8
   traceback.  You get "Already up-to-date", but use `-v` for more info.
 
9
 * `system-image-cli --info` prints additional information:
 
10
    - last update time (i.e. the mtime of `/etc/system-image/channel.ini`
 
11
      falling back to the mtime of `/etc/ubuntu-build`).
 
12
    - version details for ubuntu, the device, and any custom version, if the
 
13
      `/etc/system-image/channel.ini` file contains these details.
 
14
 * D-Bus API changes:
 
15
   - `UpdateAvailableStatus` field `last_update_date` has changes its format.
 
16
      It's still ISO 8601, but with a space instead of a 'T' separating the
 
17
      date from the time.
 
18
   - New `Info()` method returns data similar to `system-image-cli --info`.
 
19
     (LP: #1215959)
 
20
 * Support the new channels.json file format with backward compatibility (for
 
21
   now) with the old format.  (LP: #1221841)
 
22
 
5
23
1.4 (2013-08-30)
6
24
================
7
25
 * Update the `system-image-cli` manpage with the previously added switches.