/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
  BUG FIXES:
25
25
 
 
26
    * Active FTP transport now works as intended. (ghozzy, #56472)
 
27
 
 
28
    * Really fix mutter() so that it won't ever raise a UnicodeError.
 
29
      It means it is possible for ~/.bzr.log to contain non UTF-8 characters.
 
30
      But it is a debugging log, not a real user file.
 
31
      (John Arbash Meinel, #56947, #53880)
 
32
 
 
33
    * Change Command handle to allow Unicode command and options.
 
34
      At present we cannot register Unicode command names, so we will get
 
35
      BzrCommandError('unknown command'), or BzrCommandError('unknown option')
 
36
      But that is better than a UnicodeError + a traceback.
 
37
      (John Arbash Meinel, #57123)
 
38
 
26
39
    * Handle TZ=UTC properly when reading/writing revisions.
27
40
      (John Arbash Meinel, #55783, #56290)
28
41