~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-02-10 09:04:35 UTC
  • mto: This revision was merged to the branch mainline in revision 1611.
  • Revision ID: mbp@sourcefrog.net-20060210090435-a53447137885cb1f
Some support for falling back between transport implementations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
      management routines are now in bzrlib.lockablefiles. 
26
26
      (Aaron Bentley, Robert Collins, Martin Pool)
27
27
 
 
28
    * Transports can now raise DependencyNotPresent if they need a library
 
29
      which is not installed, and then another implementation will be 
 
30
      tried.  (Martin Pool)
 
31
 
28
32
    * Remove obsolete (and no-op) `decode` parameter to `Transport.get`.  
29
33
      (Martin Pool)
30
34