~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Vincent Ladeuil
  • Date: 2007-10-16 09:49:18 UTC
  • mfrom: (2872.6.1 147530)
  • mto: This revision was merged to the branch mainline in revision 2911.
  • Revision ID: v.ladeuil+lp@free.fr-20071016094918-0j00q2cjs99y0xnz
Fix #147530, pycurl error code handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
   * Fix log against smart server branches that don't support tags.
112
112
     (James Westby, #140615)
113
113
 
 
114
   * Fix pycurl http implementation by defining error codes from
 
115
     pycurl instead of relying on an old curl definition.
 
116
     (Vincent Ladeuil, #147530)
 
117
 
114
118
   * Fix 'unprintable error' message when displaying BzrCheckError and 
115
119
     some other exceptions on Python 2.5.
116
120
     (Martin Pool, #144633)