~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2007-03-28 03:02:32 UTC
  • mto: (2018.5.110 hpss)
  • mto: This revision was merged to the branch mainline in revision 2381.
  • Revision ID: robertc@robertcollins.net-20070328030232-uunyt91y60b584j9
Rewritten chroot transport that prevents accidental chroot escapes when
using urlutils against the transport's url.
(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
    * Rewritten chroot transport that prevents accidental chroot escapes when
 
9
      using urlutils against the transport's url.
 
10
      (Robert Collins, Andrew Bennetts)
 
11
 
8
12
  TESTING:
9
13
 
10
14
    * Added ``bzrlib.strace.strace`` which will strace a single callable and