~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

[merge] ftp transport, renamed-modified

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
    * Accept 'bzr resolved' (an alias for 'bzr resolve'), as this is
32
32
      the same as Subversion.  (Martin Pool)
33
33
 
 
34
    * New ftp transport support (on ftplib), for ftp:// and aftp:// 
 
35
      URLs.  (Daniel Silverstone)
 
36
 
34
37
  BUG FIXES:
35
38
 
36
39
    * SFTP can walk up to the root path without index errors. (Robert Collins)
52
55
    * Stores with some compressed texts and some uncompressed texts are now
53
56
      able to be used. (John A Meinel)
54
57
 
 
58
    * Show files which are both renamed and modified as such in 'bzr 
 
59
      status' output.  (#4503, Daniel Silverstone)
 
60
 
55
61
  TESTING:
56
62
 
57
63
    * Fix selftest asking for passwords when there are no SFTP keys.