~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-02 01:34:26 UTC
  • mfrom: (4996.1.1 bug-515631)
  • Revision ID: pqm@pqm.ubuntu.com-20100202013426-w1l8pu1pq8bn7o5s
(robertc) Set the file mtime when exporting to a directory to prevent
        triggering make rebuilds unnecessarily. Bug 515631. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
* Fix "AttributeError in Inter1and2Helper" during fetch.
26
26
  (Martin Pool, #513432)
27
27
 
 
28
* Set the mtime of files exported to a directory by ``bzr export`` all to
 
29
  the same value to avoid confusing ``make`` and other date-based build
 
30
  systems. (Robert Collins, #515631)
 
31
 
28
32
Improvements
29
33
************
30
34