~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-12-21 17:26:37 UTC
  • mto: This revision was merged to the branch mainline in revision 3153.
  • Revision ID: bialix@ukr.net-20071221172637-n6ndcccrp5du903x
bugfix #90847: fix problem with parent location on another logical drive

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
   * Fix traceback when sending large response bodies over the smart protocol
65
65
     on Windows. (Andrew Bennetts, #115781)
66
66
 
 
67
   * Fix ``urlutils.relative_url`` for the case of two ``file:///`` URLs
 
68
     pointed to different logical drives on Windows.
 
69
     (Alexander Belchenko, #90847)
 
70
 
67
71
   * pycurl authentication handling was broken and incomplete. Fix handling of
68
72
     user:pass embedded in the urls.
69
73
     (Vincent Ladeuil, #177643)