/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
    * run_bzr_subprocess() can take an optional 'env_changes={}' parameter,
 
17
      which will update os.environ inside the spawned child.
 
18
      (John Arbash Meinel)
 
19
 
 
20
    * Refactor SFTP vendors to allow easier re-use when ssh is used. 
 
21
      (Andrew Bennetts)
 
22
 
 
23
    * Transport.list_dir() and Transport.iter_files_recursive() should always
 
24
      return urlescaped paths. This is now tested (there were bugs in a few
 
25
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)
 
26
 
 
27
bzr 0.10.0RC1  2006-08-28
2
28
  
3
29
  IMPROVEMENTS:
4
30
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
23
49
 
24
50
  BUG FIXES:
25
51
 
 
52
    * Help diffutils 2.8.4 get along with binary tests (Marien Zwart: #57614)
 
53
 
 
54
    * Change LockDir so that if the lock directory doesn't exist when
 
55
      lock_write() is called, an attempt will be made to create it.
 
56
      (John Arbash Meinel, #56974)
 
57
 
 
58
    * ``bzr uncommit`` preserves pending merges. (John Arbash Meinel, #57660)
 
59
 
 
60
    * Active FTP transport now works as intended. (ghozzy, #56472)
 
61
 
 
62
    * Really fix mutter() so that it won't ever raise a UnicodeError.
 
63
      It means it is possible for ~/.bzr.log to contain non UTF-8 characters.
 
64
      But it is a debugging log, not a real user file.
 
65
      (John Arbash Meinel, #56947, #53880)
 
66
 
 
67
    * Change Command handle to allow Unicode command and options.
 
68
      At present we cannot register Unicode command names, so we will get
 
69
      BzrCommandError('unknown command'), or BzrCommandError('unknown option')
 
70
      But that is better than a UnicodeError + a traceback.
 
71
      (John Arbash Meinel, #57123)
 
72
 
26
73
    * Handle TZ=UTC properly when reading/writing revisions.
27
74
      (John Arbash Meinel, #55783, #56290)
28
75