~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.7.txt

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  path are no longer loaded: only the first successfully loaded one is
35
35
  used. (Robert Collins)
36
36
 
37
 
* Use system's external SSH command to open connections if possible.
 
37
* Use systems' external ssh command to open connections if possible.
38
38
  This gives better integration with user settings such as ProxyCommand.
39
39
  (James Henstridge)
40
40
 
80
80
* Accept 'bzr resolved' (an alias for 'bzr resolve'), as this is
81
81
  the same as Subversion.  (Martin Pool)
82
82
 
83
 
* New FTP transport support (on ftplib), for ftp:// and aftp://
 
83
* New ftp transport support (on ftplib), for ftp:// and aftp://
84
84
  URLs.  (Daniel Silverstone)
85
85
 
86
86
* Commit editor temporary files now start with ``bzr_log.``, to allow
125
125
 
126
126
* Error when run with -OO
127
127
 
128
 
* Fix bug in reporting HTTP errors that don't have an HTTP error code.
 
128
* Fix bug in reporting http errors that don't have an http error code.
129
129
  (Martin Pool)
130
130
 
131
131
* Handle more cases of pipe errors in display commands
140
140
 
141
141
* Fix for bzr pull failing sometimes under windows
142
142
 
143
 
* Fix for SFTP transport under windows when using interactive auth
 
143
* Fix for sftp transport under windows when using interactive auth
144
144
 
145
145
* Show files which are both renamed and modified as such in 'bzr
146
146
  status' output.  (Daniel Silverstone, #4503)
208
208
  (Martin Pool) (NB: TestSkipped should only be raised for correctable
209
209
  reasons - see the wiki spec ImprovingBzrTestSuite).
210
210
 
211
 
* Test SFTP with relative, absolute-in-homedir and absolute-not-in-homedir
212
 
  paths for the transport tests. Introduce blackbox remote SFTP tests that
 
211
* Test sftp with relative, absolute-in-homedir and absolute-not-in-homedir
 
212
  paths for the transport tests. Introduce blackbox remote sftp tests that
213
213
  test the same permutations. (Robert Collins, Robey Pointer)
214
214
 
215
215
* Transport implementation tests are now independent of the local file