bzr 0.91
########

:Released: 2007-09-26

Bug Fixes
*********

* Print a warning instead of aborting the ``python setup.py install``
  process if building of a C extension is not possible.
  (Lukáš Lalinský, Alexander Belchenko)

* Fix commit ordering in corner case (Aaron Bentley, #94975)

* Fix ''bzr info bzr://host/'' and other operations on ''bzr://' URLs with
  an implicit port.  We were incorrectly raising PathNotChild due to
  inconsistent treatment of the ''_port'' attribute on the Transport object.
  (Andrew Bennetts, #133965)

* Make RemoteRepository.sprout cope gracefully with servers that don't
  support the ``Repository.tarball`` request.
  (Andrew Bennetts)


