~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(gz) Don't cast paths to str in workingtree move error conditions (Martin
 [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
* ``bzr pull`` will now exit with exit code 1 if there were tag conflicts.
55
55
  (Jelmer Vernooij, #213185)
56
56
 
 
57
* ``bzr mv`` user errors no longer throw UnicodeEncodeError with non-ascii
 
58
  paths, however they may still print junk if not on a UTF-8 terminal.
 
59
  (Martin [gz], #707954)
 
60
 
57
61
* ``bzr serve`` no longer crashes when a server_started hook is installed and
58
62
  IPv6 support is available on the system. (Jelmer Vernooij, #293697)
59
63