~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-06 04:04:54 UTC
  • mfrom: (5753.3.1 log-mutation-of-global)
  • Revision ID: pqm@pqm.ubuntu.com-20110406040454-pqkw8sh6n4r3ffys
(spiv) Fix accidental mutation of _DEFAULT_REQUEST_PARAMS in
 bzrlib.log._apply_log_request_defaults (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
.. Fixes for situations where bzr would previously crash or give incorrect
43
43
   or undesirable results.
44
44
 
 
45
 * ``bzrlib.log._DEFAULT_REQUEST_PARAMS`` is no longer accidentally
 
46
   mutated by ``bzrlib.log._apply_log_request_defaults``.  In practice
 
47
   these default values aren't relied on very often so this probably
 
48
   wasn't causing any trouble.  (Andrew Bennetts)
 
49
 
45
50
 * Lazy hooks are now reset between test runs. (Jelmer Vernooij, #745566)
46
51
 
47
52
* Standalone bzr.exe installation on Windows: user can put additional python