~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2005-11-30 15:35:12 UTC
  • mto: (1185.50.1 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1518.
  • Revision ID: john@arbash-meinel.com-20051130153512-174444ce2e324335
NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      This gives better integration with user settings such as ProxyCommand.
24
24
      (James Henstridge)
25
25
 
 
26
    * Sftp paths can now be relative, or local, according to the IETF draft spec.
 
27
      Paths now take the form:
 
28
      sftp://user:pass@host:port/relative/path
 
29
      or
 
30
      sftp://user:pass@host:port/%2Fabsolute/path
 
31
      or
 
32
      sftp://user:pass@host:port//absolute/path
 
33
 
26
34
  IMPROVEMENTS:
27
35
 
28
36
    * "bzr INIT dir" now initializes the specified directory, and creates 
64
72
    * Improved performance when integrating changes from a remote weave.  
65
73
      (Goffredo Baroncelli)
66
74
 
 
75
    * Sftp will attempt to cache the connection, so it is more likely that
 
76
      a connection will be reused, rather than requiring multiple password
 
77
      requests.
 
78
 
67
79
  BUG FIXES:
68
80
 
69
81
    * SFTP can walk up to the root path without index errors. (Robert Collins)