~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-10-01 08:42:16 UTC
  • mto: (2910.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2911.
  • Revision ID: v.ladeuil+lp@free.fr-20071001084216-fvlt6hyk8lo134zh
Fix bug #147530 by enabling more robust error code definitions.

* bzrlib/transport/http/_pycurl.py:
(_get_pycurl_errcode): Wraps error code definition ensuring better
backward/forward compatibility with curl.
(PyCurlTransport._curl_perform): Use our new error code symbols.

* bzrlib/transport/http/_pycurl_errors.py:
Deleted. The design couldn't cope with being compatible with
several pycurl versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
   * Fix log against smart server branches that don't support tags.
92
92
     (James Westby, #140615)
93
93
 
 
94
   * Fix pycurl http implementation by defining error codes from
 
95
     pycurl instead of relying on an old curl definition.
 
96
     (Vincent Ladeuil, #147530)
 
97
 
94
98
   * Fix 'unprintable error' message when displaying BzrCheckError and 
95
99
     some other exceptions on Python 2.5.
96
100
     (Martin Pool, #144633)