~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-0.91.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:
151
151
* bzr send uses default values for ranges when only half of an elipsis
152
152
  is specified ("-r..5" or "-r5..").  (#61685, Aaron Bentley)
153
153
 
154
 
* Avoid trouble when Windows SSH calls itself 'plink' but no plink
 
154
* Avoid trouble when Windows ssh calls itself 'plink' but no plink
155
155
  binary is present.  (Martin Albisetti, #107155)
156
156
 
157
157
* ``bzr remove`` should remove clean subtrees.  Now it will remove (without
171
171
* ``bzr --version`` takes care about encoding of stdout, especially
172
172
  when output is redirected. (Alexander Belchenko, #131100)
173
173
 
174
 
* Prompt for an FTP password if none is provided.
 
174
* Prompt for an ftp password if none is provided.
175
175
  (Vincent Ladeuil, #137044)
176
176
 
177
177
* Reuse bound branch associated transport to avoid multiple
324
324
  This provides a hint to users of transports as to the reasonable
325
325
  minimum data to read. In principle this can take latency and
326
326
  bandwidth into account on a per-connection basis, but for now it
327
 
  just has hard coded values based on the URL. (E.g., http:// has a large
 
327
  just has hard coded values based on the url. (e.g. http:// has a large
328
328
  page size, file:// has a small one.) (Robert Collins)
329
329
 
330
330
* New method on ``bzrlib.transport.Transport`` ``open_write_stream`` allows