~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-10-02 02:40:37 UTC
  • mto: (4634.52.10 2.0)
  • mto: This revision was merged to the branch mainline in revision 4723.
  • Revision ID: andrew.bennetts@canonical.com-20091002024037-ecor9rgvsk1umygj
Fix cross-format pulls from stacked branches via smart server, add tests for same.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  ``keyboard-interactive`` auth but not ``password`` auth when using
23
23
  Paramiko.   (Andrew Bennetts, #433846)
24
24
 
 
25
* Fixed fetches from a stacked branch on a smart server that were failing
 
26
  with some combinations of remote and local formats.  This was causing
 
27
  "unknown object type identifier 60" errors.  (Andrew Bennetts, #427736)
 
28
 
25
29
* Occasional IndexError on renamed files have been fixed. Operations that
26
30
  set a full inventory in the working tree will now go via the
27
31
  apply_inventory_delta code path which is simpler and easier to