~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-10 10:54:39 UTC
  • mfrom: (5141.1.1 commit)
  • Revision ID: pqm@pqm.ubuntu.com-20100410105439-cr8xiumgfetq517v
(robertc) Fix regression in MutableTree.commit where it ignores passed in
 configs. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
Bug Fixes
23
23
*********
24
24
 
 
25
* ``bzrlib.mutabletree.MutableTree.commit`` will now support a passed in
 
26
  config as in previous versions of bzrlib. (Robert Collins)
 
27
 
25
28
* Make sure the ``ExecutablePath`` and ``InterpreterPath`` are set in
26
29
  Apport crash reports, to avoid "This problem report applies to a program
27
30
  which is not installed any more" error.