~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-12-02 14:58:47 UTC
  • mfrom: (5554.1.3 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20101202145847-fw822sd3nyhvrwmi
(vila) Merge 2.2 into trunk including fix for bug #583667 and bug
        #681885 (Vincent Ladeuil)

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