~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-17 20:54:27 UTC
  • mfrom: (2826.1.1 bzr.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070917205427-yt8z43qj0756so3p
Fix #140055 by properly closing test servers

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
     longer throws away the profiling data if this command is run with
42
42
     ``--lsprof-file callgrind.out.ci`` say. (Ian Clatworthy)
43
43
 
 
44
   * HttpServer and FtpServer need to be closed properly or a listening socket
 
45
     will remain opened.
 
46
     (Vincent Ladeuil, #140055)
 
47
 
44
48
  API BREAKS:
45
49
 
46
50
   * The ``VersionedFile`` interface now allows content checks to be bypassed