~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-12-20 20:33:46 UTC
  • mfrom: (3134.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20071220203346-toifx0pb5987jcqo
(vila) Fix bug #177643 by handling credentials embedded in urls works
        again for pycurl

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
   * Merge directives now fetch prerequisites from the target branch if
41
41
     needed.  (Aaron Bentley)
42
42
 
 
43
   * pycurl now handles digest authentication.
 
44
     (Vincent Ladeuil)
 
45
 
43
46
   * ``reconfigure`` can now convert from repositories.  (Aaron Bentley)
44
47
 
45
48
   * ``-l`` is now a short form for ``--limit`` in ``log``.  (Matt Nordhoff)
58
61
   * Fix traceback when sending large response bodies over the smart protocol
59
62
     on Windows. (Andrew Bennetts, #115781)
60
63
 
 
64
   * pycurl authentication handling was broken and incomplete. Fix handling of
 
65
     user:pass embedded in the urls.
 
66
     (Vincent Ladeuil, #177643)
 
67
 
61
68
   * Transform failures no longer cause ImmortalLimbo errors (Aaron Bentley,
62
69
     #137681)
63
70