~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-08 09:27:39 UTC
  • mfrom: (4934.4.5 504102-test-isolation)
  • Revision ID: pqm@pqm.ubuntu.com-20100108092739-ojag1uqo8uf5tief
(mbp) don't mutate RemoteBzrDirFormat._network_name as a side effect
        of initializing one

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
  returns ``EINTR`` by calling ``PyErr_CheckSignals``.  This affected the
62
62
  optional ``_readdir_pyx`` extension.  (Andrew Bennetts, #495023)
63
63
 
 
64
* Fixed a side effect mutation of ``RemoteBzrDirFormat._network_name``
 
65
  that caused some tests to fail when run in a non-default order.
 
66
  Probably no user impact.  (Martin Pool, #504102)
 
67
 
64
68
* FTP transports support Unicode paths by encoding/decoding them as utf8.
65
69
  (Vincent Ladeuil, #472161)
66
70