~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev (and fix NEWS)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  IMPROVEMENTS:
4
4
 
5
5
  BUG FIXES:
6
 
  * revert now removes newly-added directories (Aaron Bentley, #54172)
 
6
    * revert now removes newly-added directories (Aaron Bentley, #54172)
 
7
 
 
8
    * ``bzr upgrade sftp://`` shouldn't fail to upgrade v6 branches if there 
 
9
      isn't a working tree. (David Allouche, #40679)
 
10
 
 
11
    * Handle when LANG is not recognized by python. Emit a warning, but
 
12
      just revert to using 'ascii'. (John Arbash Meinel, #35392)
7
13
 
8
14
  INTERNALS:
9
15
 
 
16
    * Transport.list_dir() and Transport.iter_files_recursive() should always
 
17
      return urlescaped paths. This is now tested (there were bugs in a few
 
18
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)
 
19
 
10
20
bzr 0.10.0RC1  2006-08-28
11
21
  
12
22
  IMPROVEMENTS: