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

« back to all changes in this revision

Viewing changes to debian/changelog

  • 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:
 
1
system-image (1.5-0ubuntu1) saucy; urgency=low
 
2
 
 
3
  * New upstream release.
 
4
    - `system-image-cli --info` prints additional information:
 
5
       + last update time (i.e. the mtime of `/etc/system-image/channel.ini`
 
6
         falling back to the mtime of `/etc/ubuntu-build`).
 
7
       + version details for ubuntu, the device, and any custom version, if the
 
8
         `/etc/system-image/channel.ini` file contains these details.
 
9
    - `system-image-cli --dry-run -c <bad-channel>` no longer produces a
 
10
       traceback.  You get "Already up-to-date", but use `-v` for more info.
 
11
    - D-Bus API method `UpdateAvailableStatus` field `last_update_date`
 
12
      has changes its format.  It's still ISO 8601, but with a space
 
13
      instead of a 'T' separating the date from the time.
 
14
    - LP: #1221841 - Support the new channels.json file format with
 
15
      backward compatibility (for now) with the old format.
 
16
    - LP: #1215959 - New D-Bus .Info() method returns data similar to
 
17
      `system-image-cli --info`
 
18
 
 
19
 -- Barry Warsaw <barry@ubuntu.com>  Fri, 06 Sep 2013 18:34:29 -0400
 
20
 
1
21
system-image (1.4-0ubuntu1) saucy; urgency=low
2
22
 
3
23
  * New upstream release.