~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2011-04-07 10:36:24 UTC
  • mfrom: (5764 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5766.
  • Revision ID: john@arbash-meinel.com-20110407103624-n76g6tjeqmznwdcd
Merge bzr.dev 5764 to resolve release-notes (aka NEWS) conflicts

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
 
 * Lazy hooks are now reset between test runs. (Jelmer Vernooij, #745566)
 
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
 
 
50
* Lazy hooks are now reset between test runs. (Jelmer Vernooij, #745566)
 
51
 
 
52
* Standalone bzr.exe installation on Windows: user can put additional python 
 
53
  libraries into ``site-packages`` subdirectory of the installation directory,
 
54
  this might be required for "installing" extra dependencies for some plugins.
 
55
  (Alexander Belchenko, #743256)
46
56
 
47
57
* ``TreeTransform.create_file/new_file`` can now take an optional ``sha1``
48
58
  parameter. If supplied, when the transform is applied, it will then call
84
94
  matches lstat results across all python versions.
85
95
  (John Arbash Meinel)
86
96
 
 
97
* ``WorkingTree._observed_sha1`` also updates the 'size' column. It
 
98
  happened to be updated as a side-effect of commit, but if we start using
 
99
  the function elsewhere we might as well do it directly.
 
100
  (John Arbash Meinel)
 
101
 
87
102
Testing
88
103
*******
89
104