Download project files

How do I verify a download?


1120 of 40 releases

2.2 release from the client series released

Release information
Release notes:

2.2 (2014-03-05)
================
 * When `CheckForUpdate()` is called a second time, while an auto-download is
   in progress, but after the first check is complete, we send an
   `UpdateAvailableStatus` signal with the cached information. (LP: #1284217)
 * Close a race condition when manually downloading and issuing multiple
   `CheckForUpdate` calls. (LP: #1287919)
 * Support disabling either the HTTP or HTTPS services for update (but not
   both). The ``[service]http_port`` or ``[service]https_port`` may be set to
   the string ``disabled`` and the disabled protocol will fall back to the
   enabled protocol. Implementation given by Vojtech Bocek. (LP: #1278589)
 * Allow the channel.ini file to override the ``[service]`` section.
 * Now that ubuntu-download-manager performs atom...

File Description Downloads
download icon system-image-2.2.tar.gz (md5, sig) 2.2 27
last downloaded 57 weeks ago
Total downloads: 27

2.1 release from the client series released

Release information
Release notes:

2.1 (2014-02-20)
================
 * Internal improvements to SignatureError for better debugging. (LP: #1279056)
 * Better protection against several possible race conditions during
   `CheckForUpdate()` (LP: #1277589)
   - Use a threading.Lock instance as the internal "checking for update"
     barrier instead of a boolean. This should eliminate the race window
     between testing and acquiring the checking lock.
   - Put an exclusive claim on the `com.canonical.SystemImage` system dbus
     name, and if we cannot get that claim, exit with an error code 2. This
     prevents multiple instances of the D-Bus system service from running at
     the same time.
 * Return the empty string from `ApplyUpdate()` D-Bus method. This restores
   the original API (patch merged from Ubuntu pack...

File Description Downloads
download icon system-image-2.1.tar.gz (md5, sig) 2.1 13
last downloaded 57 weeks ago
Total downloads: 13

2.0.5 release from the client series released

Release information
Release notes:

2.0.5 (2014-01-30)
==================
 * MANIFEST.in: Make sure the .bzr directory doesn't end up in the
   sdist tarball.

File Description Downloads
download icon system-image-2.0.5.tar.gz (md5, sig) 2.0.5 15
last downloaded 56 weeks ago
Total downloads: 15

2.0.4 release from the client series released

Release information
Release notes:

2.0.4 (2014-01-30)
==================
 * No change release to test the new landing process.

File Description Downloads
download icon system-image-2.0.4.tar.gz (md5, sig) 2.0.4 19
last downloaded 57 weeks ago
Total downloads: 19

2.0.3 release from the client series released

Release information
Release notes:

2.0.3 (2013-12-11)
==================
 * More attempted DEP-8 test failure fixes.

File Description Downloads
download icon system-image-2.0.3.tar.gz (md5, sig) 2.0.3 21
last downloaded 57 weeks ago
Total downloads: 21

2.0.2 release from the client series released

Release information
Release notes:

2.0.2 (2013-12-03)
==================
 * Fix additional build environment test failures. (LP: #1256947)

File Description Downloads
download icon system-image-2.0.2.tar.gz (md5, sig) 2.0.2 12
last downloaded 59 weeks ago
Total downloads: 12

2.0.1 release from the client series released

Release information
Release notes:

2.0.1 (2013-11-27)
==================
 * Fix some build environment test failures.

File Description Downloads
download icon system-image-2.0.1.tar.gz (md5, sig) 2.0.1 15
last downloaded 54 weeks ago
Total downloads: 15

2.0 release from the client series released

Release information
Release notes:

2.0 (2013-11-13)
================
 * Avoid re-downloading data files if previously download files are found and
   are still valid (by checksum and gpg signature). (LP: #1217098)
 * In the D-Bus API, `ApplyUpdate()` is changed from a synchronous method
   returning a string to an asynchronous method not returning anything.
   Instead a `Rebooting(bool)` signal is added with the value being the status
   if the reboot operation (obviously, this signal isn't ever received if the
   reboot succeeds). (LP: #1247215)
 * Remove the old channels.json format. (LP: #1221843)
 * Remove support for old version numbers. (LP: #1220238)
 * Switch to nose2 as the test runner. (LP: #1238071)
   + Add -P option to provide much nicer test pattern matching.
   + Add -V option to increase `systemimage` ...

File Description Downloads
download icon system-image-2.0.tar.gz (md5, sig) 2.0 13
last downloaded 56 weeks ago
Total downloads: 13

1.9.1 release from the client series released

Release information
Release notes:

1.9.1 (2013-10-15)
==================
 * Further refinement of permission checking/fixing. (LP: #1240105)
 * Work around some failures in DEP 8 tests. (LP: #1240106)

File Description Downloads
download icon system-image-1.9.1.tar.gz (md5, sig) 1.9.1 17
last downloaded 56 weeks ago
Total downloads: 17

1.9 release from the client series released

Release information
Release notes:

1.9 (2013-10-14)
================
 * Fix file and directory permissions. A random temporary directory inside
   /tmp (by default, see `[system]tempdir` in client.ini) is securely created
   for actual ephemeral files. The log file will have 0600 permission.
   (LP: #1235975)
 * Download files directly to the cache partition or data partition.
   (LP: #1233521)
 * Proactively remove files from the cache and data partitions before starting
   to download anything (except `log` and `last_log` in the cache partition).
   This avoid various problems that can occur if the reboot fails (LP:
   #1238102) and improves the ability to recover from partial downloads
   without rebooting (LP: #1233521).
 * Keep the D-Bus process alive as long as progress is being made (as tracked
   by any calls, ...

File Description Downloads
download icon system-image-1.9.tar.gz (md5, sig) 1.9 15
last downloaded 57 weeks ago
Total downloads: 15

1120 of 40 releases