~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-01-15 07:44:56 UTC
  • mfrom: (3180.1.3 smart-tcp-unknown-host)
  • Revision ID: pqm@pqm.ubuntu.com-20080115074456-0v1w54h783oq7n48
(andrew) Don't traceback on host name errors when connecting to
        bzr:// URLs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
     removed use characters not supported in the terminal encoding.
139
139
     (Aaron Bentley)
140
140
 
 
141
   * Unknown hostnames when connecting to a ``bzr://`` URL no longer cause
 
142
     tracebacks.  (Andrew Bennetts, #182849)
 
143
 
141
144
   * When dumb http servers return whole files instead of the requested ranges,
142
145
     read the remaining bytes by chunks to avoid overflowing network buffers.
143
146
     (Vincent Ladeuil, #175886)