~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-04-13 15:37:58 UTC
  • mfrom: (2413.2.1 rename-SmartTransport)
  • Revision ID: pqm@pqm.ubuntu.com-20070413153758-6rwva0hs3h07wmpl
(Andrew Bennetts) Rename Smart.*Transport classes to RemoteTransport, RemoteTCPTransport, etc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    * Move most SmartServer code into a new package, bzrlib/smart.
41
41
      bzrlib/transport/remote.py contains just the Transport classes that used
42
42
      to be in bzrlib/transport/smart.py.  (Andrew Bennetts)
 
43
 
 
44
    * Renamed SmartTransport (and subclasses like SmartTCPTransport) to
 
45
      RemoteTransport (and subclasses to RemoteTCPTransport, etc).  This is more
 
46
      consistent with its new home in bzrlib/transport/remote.py, and because
 
47
      it's not really a "smart" transport, just one that does file operations
 
48
      via remote procedure calls.  (Andrew Bennetts)
43
49
 
44
50
    * The ``lock_write`` method of ``LockableFiles``, ``Repository`` and
45
51
     ``Branch`` now accept a ``token`` keyword argument, so that separate