~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(gz) Change minimum required testtools version for selftest to 0.9.5 for
 unicode fixes (Martin [gz])

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