~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  INTERNALS:
4
4
 
 
5
    * bzrlib API compatability with 0.8 has been dropped, cleaning up some
 
6
      code paths. (Robert Collins)
 
7
 
 
8
    * Change the format of chroot urls so that they can be safely manipulated
 
9
      by generic url utilities without causing the resulting urls to have
 
10
      escaped the chroot. A side effect of this is that creating a chroot
 
11
      requires an explicit action using a ChrootServer.
 
12
      (Robert Collins, Andrew Bennetts)
 
13
 
5
14
    * Deprecate Branch.get_root_id() because branches don't have root ids,
6
15
      rather than fixing bug #96847.  (Aaron Bentley)
7
16
 
 
17
  TESTING:
 
18
 
 
19
    * Added ``bzrlib.strace.strace`` which will strace a single callable and
 
20
      return a StraceResult object which contains just the syscalls involved
 
21
      in running it. (Robert Collins)
 
22
 
8
23
 
9
24
bzr 0.15 (not finalised)
10
25