~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-12-19 10:58:39 UTC
  • mfrom: (6383 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6386.
  • Revision ID: jelmer@canonical.com-20111219105839-uji05ck4rkm1mj4j
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
  speeding up various commands including ``bzr export``,
117
117
  ``bzr checkout`` and ``bzr cat``. (Jelmer Vernooij, #608640)
118
118
 
 
119
* ``bzrlib.urlutils`` now includes ``quote`` and ``unquote`` functions,
 
120
  rather than importing them from ``urllib``. This prevents loading
 
121
  of the ``socket``, ``ssl`` and ``urllib`` modules for
 
122
  local bzr operations. (Jelmer Vernooij)
 
123
 
119
124
Testing
120
125
*******
121
126