~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-1.1.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:
108
108
  pointed to different logical drives on Windows.
109
109
  (Alexander Belchenko, #90847)
110
110
 
111
 
* HTTP test servers are now compatible with the HTTP protocol version 1.1.
 
111
* HTTP test servers are now compatible with the http protocol version 1.1.
112
112
  (Vincent Ladeuil, #175524)
113
113
 
114
114
* _KnitParentsProvider.get_parent_map now handles requests for ghosts
118
118
* ``merge --weave --uncommitted`` now works.  (Aaron Bentley)
119
119
 
120
120
* pycurl authentication handling was broken and incomplete. Fix handling of
121
 
  user:pass embedded in the URLs.
 
121
  user:pass embedded in the urls.
122
122
  (Vincent Ladeuil, #177643)
123
123
 
124
124
* Files inside non-directories are now handled like other conflict types.
140
140
  removed use characters not supported in the terminal encoding.
141
141
  (Aaron Bentley)
142
142
 
143
 
* When dumb HTTP servers return whole files instead of the requested ranges,
 
143
* When dumb http servers return whole files instead of the requested ranges,
144
144
  read the remaining bytes by chunks to avoid overflowing network buffers.
145
145
  (Vincent Ladeuil, #175886)
146
146
 
214
214
* New helper method ``bzrlib.tests.split_suite_by_re`` which splits a test
215
215
  suite into two according to a regular expression. (Robert Collins)
216
216
 
217
 
* Parametrize all HTTP tests for the transport implementations, the HTTP protocol versions (1.0 and 1.1) and the authentication schemes.
 
217
* Parametrize all http tests for the transport implementations, the http
 
218
  protocol versions (1.0 and 1.1) and the authentication schemes.
218
219
  (Vincent Ladeuil)
219
220
 
220
221
* The ``exclude_pattern`` and ``random_order`` parameters to the function