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

« back to all changes in this revision

Viewing changes to ini-manpage.rst

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Barry Warsaw
  • Date: 2014-03-17 17:28:16 UTC
  • mfrom: (1.2.23)
  • Revision ID: package-import@ubuntu.com-20140317172816-vqf10m34ntvee5r2
Tags: 2.2-0ubuntu1
[ Barry Warsaw ]
* New upstream release.
  - LP: #1284217 - 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: #1287919 - Close a race condition when manually downloading and
    issuing multiple CheckForUpdate calls.
  - LP: #1278589 - Support disabling either HTTP or HTTPS services for
    custom system image servers.
  - Allow the channel.ini file to override the [service] section.
  - LP: #1287287 - Do not do atomic renames of temporary download files;
    ubuntu-download-manager now supports this by default.
  - LP: #1250817 - Exceptions in the state machine are caught and
    logged, with an appropriate error message added to
    UpdateAvailableStatus signals.  These exceptions do not percolate up
    to the GLib main loop.
  - LP: #1279532 - During testing, pass the log dir argument to
    ubuntu-download-manager.
* d/rules: Add override_dh_python3 rule to set shebang line to
  /usr/bin/python3.  (LP: #1283277)
* d/patches/lp1284217.patch: Removed; applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    provide both HTTP and HTTPS services.
50
50
 
51
51
http_port
52
 
    The port for HTTP connections.
 
52
    The port for HTTP connections.  This is an integer, or the string
 
53
    ``disabled`` if you wish to disable all HTTP connections and use only
 
54
    HTTPS.  It is an error to disable both the HTTP and HTTPS services.
53
55
 
54
56
https_port
55
 
    The port for HTTPS connections.
 
57
    The port for HTTPS connections.  This is an integer, or the string
 
58
    ``disabled`` if you wish to disable all HTTPS connections and use only
 
59
    HTTP.  It is an error to disable both the HTTP and HTTPS services.
56
60
 
57
61
channel
58
62
    The upgrade channel.