~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2009-10-15 15:40:42 UTC
  • mto: (4634.97.2 2.0)
  • mto: This revision was merged to the branch mainline in revision 4770.
  • Revision ID: aaron@aaronbentley.com-20091015154042-uel4has2ervlhns3
Update 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
* Diff parsing handles "Binary files differ" hunks.  (Aaron Bentley, #436325)
 
26
 
25
27
* Occasional IndexError on renamed files have been fixed. Operations that
26
28
  set a full inventory in the working tree will now go via the
27
29
  apply_inventory_delta code path which is simpler and easier to