~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-23 23:21:12 UTC
  • mfrom: (1953 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1955.
  • Revision ID: john@arbash-meinel.com-20060823232112-f755378d583374a8
[merge] bzr.dev 1953

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
    * Active FTP transport now works as intended. (ghozzy, #56472)
27
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
 
28
39
    * Handle TZ=UTC properly when reading/writing revisions.
29
40
      (John Arbash Meinel, #55783, #56290)
30
41