Changelogs from build 20131211.2 to 20131212


  friends-app (0.92.0+14.04.20131211.3-0ubuntu1) trusty; urgency=low
 .
   [ Ken VanDine ]
   * loading shouldn't be in the pageStack, it's needed in the
     AccountServiceModel too.
 .
   [ Michael Spencer ]
   * Improved the no accounts message.
 .
   [ Robert Bruce Park ]
   * Make autopilot tests work in both python2 and python3.
 .
   [ Ubuntu daily release ]
   * Automatic snapshot from revision 122


  system-image (2.0.3-0ubuntu1) trusty; urgency=low
 .
   * New upstream release.
   * d/control: Re-enable DEP-8 tests.
   * d/tests/smoketest: A simpler test that shouldn't be susceptible to D-Bus
     flakiness in the autopkgtest VMs, but which does require network
     access to system-image.ubuntu.com (deemed okay as per pitti).

 system-image (2.0.2-0ubuntu4) trusty; urgency=low
 .
   * d/control: Commenting out XS-Testsuite to disable autopkgtests.  The
     DEP-8 tests are identical to the tox driven in-tree test suite, which
     is also run at build time.  In both of the latter two environments,
     the tests pass just fine, but something about the autopkgtests Jenkins
     environment causes flakiness in sockets and D-Bus which are
     unreproducible locally.

 system-image (2.0.2-0ubuntu3) trusty; urgency=low
 .
   * No change rebuild to see if we get lucky with -proposed migration.

 system-image (2.0.2-0ubuntu2) trusty; urgency=low
 .
   * d/tests/control: Update autopkgtest dependency for nose2.

 system-image (2.0.2-0ubuntu1) trusty; urgency=low
 .
   * New upstream release.
     - LP: #1256947 - Fix FTBFS on buildds.
   * d/rules: Add fake https_proxy too, now that PyPI runs on https.

 system-image (2.0.1-0ubuntu1) trusty; urgency=low
 .
   * New upstream release.
     - Fix some build environment test failures.
 .
 system-image (2.0-0ubuntu1) trusty; urgency=low
 .
   * New upstream release.
     - LP: #1217098 - Avoid re-downloading data files when possible.
     - LP: #1247215 - Change to D-Bus API; ApplyUpdate() is now
                      asynchronous and returns nothing, and there is a new
                      Rebooting signal.
     - LP: #1221843 - Removed support for the old channels.json format.
     - LP: #1220238 - Removed support for the old version numbers.
     - LP: #1238071 - Switch to the nose2 test runner.
     - LP: #1241236 - Write the ubuntu_command file atomically.
     - LP: #1243612 - Clarify that --channel should be used with --build 0
                      to switch channels.
     - LP: #1245597 - Empty download lists are ignored.
     - LP: #1195057 - Double check the validity of any cached image-master
                      or image-signing key.
     - LP: #1192717 - Double check the expiration date of any cached
                      image-master or image-signing key.
     - LP: #1250181 - The download fails if a server misconfiguration
                      offers up the same data file for two different images
                      in the winning upgrade path.
     - LP: #1248639 - Provide more useful traceback information in various
                      places and conditions.
     - LP: #1250553 - Tweak the scoring algorithm to highly discourage
                      candidate upgrade paths that don't leave you at the
                      maximum available build number.
     - Remove the unused -u and --upgrade switches.
     - If the current channel is an alias, --info will show the channel target.
     - If an update includes a channel switch, --dry-run will tell you.
     - When running system-image-cli -v (single verbosity), some dots are
       printed to stderr to let you know something is happening.
     - Removed the unused state_file setting from client.ini.
   * d/control: Update build dependency for switch to nose2.
   * d/tests/control: nose output goes to stderr, so allow this restriction.
     (LP: #1240516)