~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) Prepare 1.7rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
.. contents::
6
6
 
7
 
bzr 1.7rc2 IN DEVELOPMENT
8
 
-------------------------
 
7
bzr 1.7rc2 2008-09-17
 
8
---------------------
 
9
 
 
10
A few bug fixes from 1.7rc1. The biggest change is a new
 
11
``RemoteBranch.get_stacked_on_url`` rpc. This allows clients that are
 
12
trying to access a Stacked branch over the smart protocol, to properly
 
13
connect to the stacked-on location.
9
14
 
10
15
  BUG FIXES:
11
16
 
13
18
      repository now preserves the repository format.
14
19
      (Andrew Bennetts, #269214)
15
20
 
 
21
   * Branching from a stacked branch via ``bzr+ssh`` can properly connect
 
22
     to the stacked-on branch.  (Martin Pool, #261315)
 
23
 
 
24
    * ``bzr init`` no longer re-opens the BzrDir multiple times.
 
25
      (Vincent Ladeuil)
 
26
 
16
27
    * Fix '_in_buffer' AttributeError when using the -Dhpss debug flag.
17
28
      (Andrew Bennetts)
18
29
 
19
 
    * ``bzr init`` no longer re-opens the BzrDir multiple times.
20
 
      (Vincent Ladeuil)
21
 
 
22
30
 
23
31
bzr 1.7rc1 2008-09-09
24
32
---------------------