~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-28 06:58:22 UTC
  • mfrom: (2379.2.3 hpss-chroot)
  • Revision ID: pqm@pqm.ubuntu.com-20070328065822-999550a858a3ced3
(robertc) Fix chroot urls to not expose the url of the transport they are protecting, allowing regular url operations to work on them. (Robert Collins, Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
    * bzrlib API compatability with 0.8 has been dropped, cleaning up some
6
6
      code paths. (Robert Collins)
7
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
 
8
14
  TESTING:
9
15
 
10
16
    * Added ``bzrlib.strace.strace`` which will strace a single callable and