~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

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