~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-08-28 16:32:15 UTC
  • mfrom: (1963 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1964.
  • Revision ID: john@arbash-meinel.com-20060828163215-b65427b0394f3a6e
[merge] bzr.dev 1963

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
IN DEVELOPMENT
 
2
 
 
3
  IMPROVEMENTS:
 
4
 
 
5
  BUG FIXES:
 
6
 
 
7
    * ``bzr upgrade sftp://`` shouldn't fail to upgrade v6 branches if there 
 
8
      isn't a working tree. (David Allouche, #40679)
 
9
 
 
10
    * Handle when LANG is not recognized by python. Emit a warning, but
 
11
      just revert to using 'ascii'. (John Arbash Meinel, #35392)
 
12
 
 
13
  INTERNALS:
 
14
 
 
15
    * Transport.list_dir() and Transport.iter_files_recursive() should always
 
16
      return urlescaped paths. This is now tested (there were bugs in a few
 
17
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)
 
18
 
 
19
bzr 0.10.0RC1  2006-08-28
2
20
  
3
21
  IMPROVEMENTS:
4
22
    * 'merge' now takes --uncommitted, to apply uncommitted changes from a
23
41
 
24
42
  BUG FIXES:
25
43
 
26
 
    * ``bzr upgrade sftp://`` shouldn't fail to upgrade v6 branches if there 
27
 
      isn't a working tree. (David Allouche, #40679)
 
44
    * Help diffutils 2.8.4 get along with binary tests (Marien Zwart: #57614)
28
45
 
29
46
    * Change LockDir so that if the lock directory doesn't exist when
30
47
      lock_write() is called, an attempt will be made to create it.