~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-07-20 03:20:20 UTC
  • mfrom: (2592 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2635.
  • Revision ID: robertc@robertcollins.net-20070720032020-xiftpb5gqeebo861
(robertc) Reinstate the accidentally backed out external_url patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
247
247
 
248
248
    * ``LockDir.wait`` removed.  (Martin Pool)
249
249
 
 
250
    * The ``SmartServer`` hooks API has changed for the ``server_started`` and
 
251
      ``server_stopped`` hooks. The first parameter is now an iterable of
 
252
      backing URLs rather than a single URL. This is to reflect that many
 
253
      URLs may map to the external URL of the server. E.g. the server interally
 
254
      may have a chrooted URL but also the local file:// URL will be at the 
 
255
      same location. (Robert Collins)
 
256
 
250
257
  INTERNALS:
251
258
 
252
259
    * New SMTPConnection class to unify email handling.  (Adeodato Simó)