~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robey Pointer
  • Date: 2006-09-03 00:28:18 UTC
  • mfrom: (1981 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1996.
  • Revision ID: robey@lag.net-20060903002818-71ca5c7bfea93a26
merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
  BUG FIXES:
6
6
 
 
7
    * Handle boundary="" lines properly to allow access through a Squid proxy.
 
8
      (John Arbash Meinel, #57723)
 
9
 
 
10
    * revert now removes newly-added directories (Aaron Bentley, #54172)
 
11
 
 
12
    * ``bzr upgrade sftp://`` shouldn't fail to upgrade v6 branches if there 
 
13
      isn't a working tree. (David Allouche, #40679)
 
14
 
 
15
    * Give nicer error messages when a user supplies an invalid --revision
 
16
      parameter. (John Arbash Meinel, #55420)
 
17
 
7
18
    * Handle when LANG is not recognized by python. Emit a warning, but
8
19
      just revert to using 'ascii'. (John Arbash Meinel, #35392)
9
20
 
10
21
  INTERNALS:
11
22
 
 
23
    * run_bzr_subprocess() can take an optional 'env_changes={}' parameter,
 
24
      which will update os.environ inside the spawned child.
 
25
      (John Arbash Meinel)
 
26
 
 
27
    * Refactor SFTP vendors to allow easier re-use when ssh is used. 
 
28
      (Andrew Bennetts)
 
29
 
12
30
    * Transport.list_dir() and Transport.iter_files_recursive() should always
13
31
      return urlescaped paths. This is now tested (there were bugs in a few
14
32
      of the transports) (Andrew Bennetts, David Allouche, John Arbash Meinel)