~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge up from 2.4-windows-lfstat

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
 
47
* ``TreeTransform.create_file`` can trigger calls to ``_observed_sha1``
 
48
  for content that it
48
49
  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)
 
50
  cache the sha values, and avoid re-reading the files on the next
 
51
  ``bzr status`` that gets run. (John Arbash Meinel, #740932)
53
52
 
54
53
Documentation
55
54
*************
80
79
.. Major internal changes, unlikely to be visible to users or plugin 
81
80
   developers, but interesting for bzr developers.
82
81
 
 
82
* Added ``osutils.lstat`` and ``osutils.fstat``. These are just the ``os``
 
83
  functions on Linux, but they are wrapped on Windows so that fstat
 
84
  matches lstat results across all python versions.
 
85
  (John Arbash Meinel)
 
86
 
83
87
Testing
84
88
*******
85
89