~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-05-21 03:19:11 UTC
  • mfrom: (3435.1.2 bug-220806)
  • Revision ID: pqm@pqm.ubuntu.com-20080521031911-acjem4ky3hjs8gjh
Define _remote_is_at_least_1_2 on SmartClientMedium base class,
        rather than just SmartClientStreamMedium. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
      branches in shared repositories accessed over bzr+http.
43
43
      (Andrew Bennetts, #230550)
44
44
 
 
45
    * Define ``_remote_is_at_least_1_2`` on ``SmartClientMedium`` so that all
 
46
      implementations have the attribute.  Fixes 'PyCurlTransport' object has no
 
47
      attribute '_remote_is_at_least_1_2' attribute errors.
 
48
      (Andrew Bennetts, #220806)
 
49
      
45
50
    * Issue a warning and ignore passwords declared in authentication.conf when
46
51
      used for an ssh scheme (sftp or bzr+ssh).
47
52
      (Vincent Ladeuil, #203186)