~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-05 22:42:07 UTC
  • mfrom: (2586.1.4 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070705224207-7pslqt12ofh4vnzx
(robertc) New method external_url on Transport for obtaining the url to hand to external processes. Include the external_url for the backing_transport of SmartServer in the server_started and stopped hooks. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
 
130
130
    * ``LockDir.wait`` removed.  (Martin Pool)
131
131
 
 
132
    * The ``SmartServer`` hooks API has changed for the ``server_started`` and
 
133
      ``server_stopped`` hooks. The first parameter is now an iterable of
 
134
      backing URLs rather than a single URL. This is to reflect that many
 
135
      URLs may map to the external URL of the server. E.g. the server interally
 
136
      may have a chrooted URL but also the local file:// URL will be at the 
 
137
      same location. (Robert Collins)
 
138
 
132
139
  INTERNALS:
133
140
 
134
141
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)
152
159
      deprecated in favour of ``MutableTree.smart_add``. (Robert Collins,
153
160
      Martin Pool)
154
161
 
 
162
    * New method ``external_url`` on Transport for obtaining the url to
 
163
      hand to external processes. (Robert Collins)
 
164
 
155
165
  TESTING:
156
166
 
157
167
    * Removed the ``--keep-output`` option from selftest and clean up test