~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge smart transport improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
5
 
    * Support bzr:// urls to work with the new RPC-based transport which will be
6
 
      used with the upcoming high-performance smart server. The new command
7
 
      ``bzr serve`` will invoke bzr in server mode, which processes these
8
 
      requests. (Andrew Bennetts, Robert Collins, Martin Pool)
 
5
    * Support bzr:// and bzr+ssh:// urls to work with the new RPC-based
 
6
      transport which will be used with the upcoming high-performance smart
 
7
      server. The new command ``bzr serve`` will invoke bzr in server mode,
 
8
      which processes these requests. (Andrew Bennetts, Robert Collins, Martin
 
9
      Pool)
9
10
 
10
11
  BUG FIXES:
11
12
 
23
24
      return urlescaped paths. This is now tested (there were bugs in a few
24
25
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)
25
26
 
 
27
    * Transport behaviour at the root of the URL is now defined and tested.
 
28
      (Andrew Bennetts, Robert Collins)
 
29
 
 
30
    * Add start_bzr_subprocess and stop_bzr_subprocess to allow test code to
 
31
      continue running concurrently with a subprocess of bzr. (Andrew Bennetts,
 
32
      Robert Collins)
 
33
 
26
34
    * Add a new method ``Transport.get_smart_client()``. This is provided to
27
35
      allow upgrades to a richer interface than the VFS one provided by
28
36
      Transport. (Andrew Bennetts, Martin Pool)