~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-07-25 14:01:28 UTC
  • mfrom: (6039.1.9 transport-from-url)
  • Revision ID: pqm@pqm.ubuntu.com-20110725140128-croovh96z0rs57yy
(jelmer) Add get_transport_from_url and get_transport_from_path functions.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
.. Changes that may require updates in plugins or other code that uses
91
91
   bzrlib.
92
92
 
 
93
* New methods ``get_transport_from_path`` and ``get_transport_from_url``
 
94
  have been added that only support opening from a path or a URL,
 
95
  unlike ``get_transport``. (Jelmer Vernooij)
 
96
 
93
97
* Remove ``AtomicFile.closed`` which has been deprecated in bzr 0.10.
94
98
  (Vincent Ladeuil)
95
99
 
116
120
  no longer support it.
117
121
  (Martin Pool)
118
122
 
 
123
 
119
124
Internals
120
125
*********
121
126