~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-11 09:14:34 UTC
  • mfrom: (3353.1.3 paramiko-1.7.2-compat)
  • Revision ID: pqm@pqm.ubuntu.com-20080411091434-wh7q1yc2k8cua4nv
Fix incompatibility with recent Paramiko versions. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
 
127
127
    * Implement handling of basename parameter for DefaultMail.  (James Westby)
128
128
 
 
129
    * Incompatibility with Paramiko versions newer than 1.7.2 was fixed.
 
130
      (Andrew Bennetts, #213425)
 
131
 
129
132
    * Launchpad locations (lp: URLs) can be pulled.  (Aaron Bentley, #181945)
130
133
 
131
134
    * Merges that add files to deleted root directories complete.  They
159
162
      show_merge_revno methods. The latter had been deprecated since the 0.17
160
163
      release. (James Westby)
161
164
 
 
165
    * ``LoopbackSFTP`` is now called ``SocketAsChannelAdapter``.
 
166
      (Andrew Bennetts)
 
167
 
162
168
    * ``osutils.backup_file`` is removed. (Alexander Belchenko)
163
169
 
164
170
    * ``Repository.get_revision_graph`` is deprecated, with no replacement