~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-06-18 02:15:53 UTC
  • mfrom: (3497.3.3 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20080618021553-nptumo40ezmv5ksr
(mbp) better messages about missing libraries

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
  BUGFIXES:
18
18
 
 
19
    * Clearer message about how to set the PYTHONPATH if bzrlib can't be
 
20
      loaded. 
 
21
      (Martin Pool, #205230)
 
22
 
 
23
    * Errors about missing libraries are now shown without a traceback,
 
24
      and with a suggestion to install the library.  The full traceback is 
 
25
      still in ``.bzr.log`` and can be shown with ``-Derror``.
 
26
      (Martin Pool, #240161)
 
27
 
19
28
    * ``needs_read_lock`` and ``needs_write_lock`` now suppress an error during
20
29
      ``unlock`` if there was an error in the original function. This helps
21
30
      most when there is a failure with a smart server action, since often the