~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-14 03:01:25 UTC
  • mfrom: (4574.3.12 406113-extension-warnings)
  • Revision ID: pqm@pqm.ubuntu.com-20090914030125-wichbbiuuk4260y4
(mbp) warnings if extensions can't be loaded

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.. contents:: List of Releases
7
7
   :depth: 1
8
8
 
9
 
In Development
10
 
##############
 
9
2.1 series (not released yet)
 
10
#############################
11
11
 
12
12
Compatibility Breaks
13
13
********************
77
77
Improvements
78
78
************
79
79
 
 
80
* Bazaar gives a warning before exiting, and writes into ``.bzr.log``, if 
 
81
  compiled extensions can't be loaded.  This typically indicates a
 
82
  packaging or installation problem.  In this case Bazaar will keep
 
83
  running using pure-Python versions, but this may be substantially
 
84
  slower.  The warning can be disabled by setting
 
85
  ``ignore_missing_extensions = True`` in ``bazaar.conf``.
 
86
  (Martin Pool, #406113)
 
87
 
80
88
Documentation
81
89
*************
82
90