~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-08-12 01:42:55 UTC
  • mfrom: (6055.2.12 unparsedurl)
  • Revision ID: pqm@pqm.ubuntu.com-20110812014255-y3thbw6gdn7cw6uz
(jelmer) Add a URL object for manipulating parsed URLs. (Jelmer Vernooij)

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
 
 
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)
 
151
 
144
152
 
145
153
Internals
146
154
*********