~jani/ubuntu-system-image/http-auth

« back to all changes in this revision

Viewing changes to NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2014-02-26 19:22:13 UTC
  • mfrom: (240.2.4 lp1278589)
  • Revision ID: barry@python.org-20140226192213-uooc2f52ibfog635
 * 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 * When `CheckForUpdate()` is called a second time, while an auto-download is
8
8
   in progress, but after the first check is complete, we send an
9
9
   `UpdateAvailableStatus` signal with the cached information.  (LP: #1284217)
 
10
 * Support disabling either the HTTP or HTTPS services for update (but not
 
11
   both).  The ``[service]http_port`` or ``[service]https_port`` may be set to
 
12
   the string ``disabled`` and the disabled protocol will fall back to the
 
13
   enabled protocol.  Implementation given by Vojtech Bocek.  (LP: #1278589)
 
14
 * Allow the channel.ini file to override the ``[service]`` section.
10
15
 
11
16
2.1 (2014-02-20)
12
17
================