~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-12-30 12:40:33 UTC
  • mfrom: (3111.1.30 175524)
  • mto: (3159.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 3161.
  • Revision ID: v.ladeuil+lp@free.fr-20071230124033-gk9iv67553aq5kw2
merge fixes for #175524 first

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
   * Fix traceback when sending large response bodies over the smart protocol
71
71
     on Windows. (Andrew Bennetts, #115781)
72
72
 
 
73
   * HTTP test servers are now compatible with the http protocol version 1.1.
 
74
     (Vincent Ladeuil, #175524)
 
75
 
73
76
   * pycurl authentication handling was broken and incomplete. Fix handling of
74
77
     user:pass embedded in the urls.
75
78
     (Vincent Ladeuil, #177643)
149
152
   * New helper method ``bzrlib.tests.split_suite_by_re`` which splits a test
150
153
     suite into two according to a regular expression. (Robert Collins)
151
154
 
 
155
   * Parametrize all http tests for the transport implementations, the http
 
156
     protocol versions (1.0 and 1.1) and the authentication schemes.
 
157
     (Vincent Ladeuil) 
 
158
 
152
159
   * The ``exclude_pattern`` and ``random_order`` parameters to the function
153
160
     ``bzrlib.tests.filter_suite_by_re`` have been deprecated. (Robert Collins)
154
161