~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Update NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    * New BzrDir class represents the .bzr control directory and manages
54
54
      formatting issues. (Robert Collins)
55
55
 
 
56
    * New repository.InterRepository class encapsulates Repository to 
 
57
      Repository actions and allows for clean selection of optimised code
 
58
      paths. (Robert Collins)
 
59
 
 
60
    * bzrlib.fetch.fetch and bzrlib.fetch.greedy_fetch are now deprecated,
 
61
      please use 'branch.fetch' or 'repository.fetch' depending on your
 
62
      needs. (Robert Collins)
 
63
 
56
64
  TESTING:
57
65
 
58
66
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead