~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-16 01:47:06 UTC
  • mfrom: (1910.19.16 smart-server)
  • Revision ID: pqm@pqm.ubuntu.com-20060916014706-93f2994bdb0c0850
(spiv,mpool,robertc) Create a RPC protocol as the building blocks for a smart server

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
      modules will not actually be imported if they are not used.
26
26
      (John Arbash Meinel)
27
27
 
 
28
    * Support bzr:// and bzr+ssh:// urls to work with the new RPC-based
 
29
      transport which will be used with the upcoming high-performance smart
 
30
      server. The new command ``bzr serve`` will invoke bzr in server mode,
 
31
      which processes these requests. (Andrew Bennetts, Robert Collins, Martin
 
32
      Pool)
 
33
 
28
34
  BUG FIXES:
29
35
 
30
36
    * Don't access e.code for generic URLErrors, only HTTPErrors have .code.
124
130
      continue running concurrently with a subprocess of bzr. (Andrew Bennetts,
125
131
      Robert Collins)
126
132
 
 
133
    * Add a new method ``Transport.get_smart_client()``. This is provided to
 
134
      allow upgrades to a richer interface than the VFS one provided by
 
135
      Transport. (Andrew Bennetts, Martin Pool)
 
136
 
127
137
bzr 0.10  2006-08-29
128
138
  
129
139
  IMPROVEMENTS: