~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Change the release-notes information for this change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
 * Lazy hooks are now reset between test runs. (Jelmer Vernooij, #745566)
46
46
 
47
 
* ``TreeTransform`` now calls ``_observed_sha1`` for content that it
48
 
  creates. This means that ``merge`` and ``checkout`` should be able to
49
 
  cache the sha values, and avoid re-reading the files on the next ``bzr
50
 
  status`` that gets run. Further, on Windows we now properly suppress
51
 
  ``st_dev`` and ``st_ino`` so that commit also avoids re-doing the work.
52
 
  (John Arbash Meinel, #740932)
53
 
 
54
47
Documentation
55
48
*************
56
49
 
80
73
.. Major internal changes, unlikely to be visible to users or plugin 
81
74
   developers, but interesting for bzr developers.
82
75
 
 
76
* Added ``osutils.lstat`` and ``osutils.fstat``. These are just the ``os``
 
77
  functions on Linux, but they are wrapped on Windows so that fstat
 
78
  matches lstat results across all python versions.
 
79
  (John Arbash Meinel)
 
80
 
83
81
Testing
84
82
*******
85
83