~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-12-16 19:18:39 UTC
  • mto: This revision was merged to the branch mainline in revision 6391.
  • Revision ID: jelmer@samba.org-20111216191839-eg681lxqibi1qxu1
Fix remaining tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
:Released: 2008-09-17
58
58
 
59
59
A few bug fixes from 1.7rc1. The biggest change is a new
60
 
``RemoteBranch.get_stacked_on_url`` rpc. This allows clients that are
 
60
``RemoteBranch.get_stacked_on_url`` RPC. This allows clients that are
61
61
trying to access a Stacked branch over the smart protocol, to properly
62
62
connect to the stacked-on location.
63
63
 
116
116
Improvements
117
117
************
118
118
 
119
 
* A url like ``log+file:///tmp`` will log all access to that Transport
 
119
* A URL like ``log+file:///tmp`` will log all access to that Transport
120
120
  to ``.bzr.log``, which may help in debugging or profiling.
121
121
  (Martin Pool)
122
122