~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-19 00:05:23 UTC
  • mfrom: (2079.1.2 circular-import)
  • Revision ID: pqm@pqm.ubuntu.com-20061019000523-3b34ef366c1b627f
(John Arbash Meinel) avoid circular imports by properly deprecating RevisionTree

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
  BUG FIXES:
66
66
 
 
67
    * Avoid circular imports by creating a deprecated function for
 
68
      ``bzrlib.tree.RevisionTree``. Callers should have been using
 
69
      ``bzrlib.revisontree.RevisionTree`` anyway. (John Arbash Meinel, #63360)
 
70
 
67
71
    * Don't require ``Content-Type`` in range responses. Assume they are a
68
72
      single range if ``Content-Type`` does not exist.
69
73
      (John Arbash Meinel, #62473)