~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-08-11 10:45:34 UTC
  • mto: (5268.7.8 transport-segments)
  • mto: This revision was merged to the branch mainline in revision 6062.
  • Revision ID: jelmer@samba.org-20110811104534-zqztz7v0689wvmg1
Update NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
.. Changes that may require updates in plugins or other code that uses
97
97
   bzrlib.
98
98
 
 
99
* New class ``URL`` in ``bzrlib.utils`` for managing parsed URLs.
 
100
  (Jelmer Vernooij)
 
101
 
99
102
* New methods ``get_transport_from_path`` and ``get_transport_from_url``
100
103
  have been added that only support opening from a path or a URL,
101
104
  unlike ``get_transport``. (Jelmer Vernooij)
141
144
  no longer support it.
142
145
  (Martin Pool)
143
146
 
144
 
* New class ``URL`` in ``bzrlib.utils`` for managing parsed URLs.
145
 
  (Jelmer Vernooij)
 
147
* ``Transport`` now has a ``_parsed_url`` attribute instead of
 
148
  separate ``_user``, ``_password``, ``_port``, ``_scheme``, ``_host``
 
149
  and ``_path`` attributes. Proxies are provided for the moment but
 
150
  may be removed in the future. (Jelmer Vernooij)
146
151
 
147
152
 
148
153
Internals