~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Fix non ascii symlink handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
    * ``setup.py build_ext`` now gives a proper error when an extension
137
137
      fails to build. (John Arbash Meinel)
138
138
 
 
139
    * Symlinks to non ascii file names are now supported.
 
140
      (Robert Collins, Vincent Ladeuil, #339055, #272444)    
 
141
 
139
142
    * Under rare circumstances (aka nobody reported a bug about it), the ftp
140
143
      transport could revert to ascii mode. It now stays in binary mode except
141
144
      when needed.