/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

Merge up split out hpss-chroot branch.

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
    * ``LockableFiles.lock_write()`` now accepts a ``token`` keyword argument,
9
13
      so that a seperate LockableFiles instance can share a lock if it has the
10
14
      right token.  (Andrew Bennetts, Robert Collins)