/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:
1
1
IN DEVELOPMENT
 
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
  BUG FIXES:
 
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)
 
13
 
 
14
  INTERNALS:
 
15
 
 
16
    * Refactor SFTP vendors to allow easier re-use when ssh is used. 
 
17
      (Andrew Bennetts)
 
18
 
 
19
    * Transport.list_dir() and Transport.iter_files_recursive() should always
 
20
      return urlescaped paths. This is now tested (there were bugs in a few
 
21
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)
 
22
 
 
23
bzr 0.10.0RC1  2006-08-28
2
24
  
3
25
  IMPROVEMENTS:
4
26
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
23
45
 
24
46
  BUG FIXES:
25
47
 
 
48
    * Help diffutils 2.8.4 get along with binary tests (Marien Zwart: #57614)
 
49
 
 
50
    * Change LockDir so that if the lock directory doesn't exist when
 
51
      lock_write() is called, an attempt will be made to create it.
 
52
      (John Arbash Meinel, #56974)
 
53
 
 
54
    * ``bzr uncommit`` preserves pending merges. (John Arbash Meinel, #57660)
 
55
 
26
56
    * Active FTP transport now works as intended. (ghozzy, #56472)
27
57
 
28
58
    * Really fix mutter() so that it won't ever raise a UnicodeError.