~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2008-01-03 08:49:38 UTC
  • mfrom: (3111.1.31 175524)
  • mto: This revision was merged to the branch mainline in revision 3158.
  • Revision ID: v.ladeuil+lp@free.fr-20080103084938-7kvurk5uvde2ui54
Fix bug #175524, http test servers are 1.1 compliant

Show diffs side-by-side

added added

removed removed

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