~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2006-09-12 06:47:51 UTC
  • mto: (1752.2.81 remote bzrdir)
  • mto: This revision was merged to the branch mainline in revision 2015.
  • Revision ID: andrew.bennetts@canonical.com-20060912064751-6a7029b08372ee0e
Add a new method ``Transport.get_smart_client()``. This is provided to allow
upgrades to a richer interface than the VFS one provided by Transport. (Andrew
Bennetts, Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
      requests. (Andrew Bennetts, Robert Collins, Martin Pool)
9
9
 
10
10
  BUG FIXES:
 
11
 
11
12
    * revert now removes newly-added directories (Aaron Bentley, #54172)
12
13
 
13
14
    * ``bzr upgrade sftp://`` shouldn't fail to upgrade v6 branches if there 
22
23
      return urlescaped paths. This is now tested (there were bugs in a few
23
24
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)
24
25
 
 
26
    * Add a new method ``Transport.get_smart_client()``. This is provided to
 
27
      allow upgrades to a richer interface than the VFS one provided by
 
28
      Transport. (Andrew Bennetts, Martin Pool)
 
29
 
25
30
bzr 0.10.0RC1  2006-08-28
26
31
  
27
32
  IMPROVEMENTS: