~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Andrew Bennetts
  • Date: 2010-10-08 08:15:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5498.
  • Revision ID: andrew.bennetts@canonical.com-20101008081514-dviqzrdfwyzsqbz2
Split NEWS into per-release doc/en/release-notes/bzr-*.txt

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