~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-24 00:22:22 UTC
  • mfrom: (1952.1.3 aftp-56472)
  • Revision ID: pqm@pqm.ubuntu.com-20060824002222-09d7139ba6ad0e6c
(ghozzy) fix aftp:// support bug #56472

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
 
26
28
    * Really fix mutter() so that it won't ever raise a UnicodeError.
27
29
      It means it is possible for ~/.bzr.log to contain non UTF-8 characters.
28
30
      But it is a debugging log, not a real user file.