~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-28 05:19:01 UTC
  • mto: (2018.5.112 hpss)
  • mto: This revision was merged to the branch mainline in revision 2381.
  • Revision ID: robertc@robertcollins.net-20070328051901-x5osh1c7fk75ira8
Review feedback.

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
 
    * Rewritten chroot transport that prevents accidental chroot escapes when
9
 
      using urlutils against the transport's url.
 
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.
10
12
      (Robert Collins, Andrew Bennetts)
11
13
 
12
14
  TESTING: