~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-01-03 10:38:22 UTC
  • mfrom: (3156.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080103103822-fj2udnviy9ilfsst
(vila) Fix bug #175524, http test servers are 1.1 compliant

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
     pointed to different logical drives on Windows.
84
84
     (Alexander Belchenko, #90847)
85
85
 
 
86
   * HTTP test servers are now compatible with the http protocol version 1.1.
 
87
     (Vincent Ladeuil, #175524)
 
88
 
86
89
   * _KnitParentsProvider.get_parent_map now handles requests for ghosts
87
90
     correctly, instead of erroring or attributing incorrect parents to ghosts.
88
91
     (Aaron Bentley)
173
176
   * New helper method ``bzrlib.tests.split_suite_by_re`` which splits a test
174
177
     suite into two according to a regular expression. (Robert Collins)
175
178
 
 
179
   * Parametrize all http tests for the transport implementations, the http
 
180
     protocol versions (1.0 and 1.1) and the authentication schemes.
 
181
     (Vincent Ladeuil) 
 
182
 
176
183
   * The ``exclude_pattern`` and ``random_order`` parameters to the function
177
184
     ``bzrlib.tests.filter_suite_by_re`` have been deprecated. (Robert Collins)
178
185