~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-06 10:25:39 UTC
  • mfrom: (3690.1.2 nicer-error)
  • Revision ID: pqm@pqm.ubuntu.com-20080906102539-ss1fkx2csdcalqlc
Do not traceback on unexpected error responses from a smart server.
        (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
      check and test for parsing a dirstate with invalid trailing data.
101
101
      (John Arbash Meinel, #186014)
102
102
 
 
103
    * Unexpected error responses from a smart server no longer cause the
 
104
      client to traceback.  (Andrew Bennetts, #263527)
 
105
      
103
106
    * Use a Windows api function to get a Unicode host name, rather than
104
107
      assuming the host name is ascii.
105
108
      (Mark Hammond, John Arbash Meinel, #256550)