~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Handle URLError without http error code

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
    * Fix bugs in running bzr with 'python -O'.  (Martin Pool)
23
23
 
 
24
    * Fix bug in reporting http errors that don't have an http error code.
 
25
      (Martin Pool)
 
26
 
24
27
  TESTING:
25
28
 
26
29
    * Fix selftest asking for passwords when there are no SFTP keys.