~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.3.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.. Fixes for situations where bzr would previously crash or give incorrect
33
33
   or undesirable results.
34
34
 
 
35
* Correctly resolve text conflicts for files in subdirs.
 
36
  (Vincent Ladeuil, #715058)
 
37
 
35
38
* Restore proper logging of bytes transferred. We accidentally reset the
36
39
  counter when commands finished before we logged the total transferred.
37
40
  (John Arbash Meinel, #713258)