~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Ian Clatworthy
  • Date: 2007-09-13 23:16:40 UTC
  • mfrom: (2805.7.6 bzr.profiling-fixes)
  • mto: This revision was merged to the branch mainline in revision 2819.
  • Revision ID: ian.clatworthy@internode.on.net-20070913231640-rd98wg24ma9hrma4
profiling fixes - basename checking and exceptions now caught

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
  BUG FIXES:
19
19
 
 
20
   * The basename, not the full path, is now used when checking whether
 
21
     the profiling dump file begins with ``callgrind.out`` or not. This
 
22
     fixes a bug reported by Aaron Bentley on IRC. (Ian Clatworthy)
 
23
 
 
24
   * Commands reporting exceptions can now be profiled and still have their
 
25
     data correctly dumped to a file. For example, a ``bzr commit`` with
 
26
     no changes still reports the operation as pointless but doing so no
 
27
     longer throws away the profiling data if this command is run with
 
28
     ``--lsprof-file callgrind.out.ci`` say. (Ian Clatworthy)
 
29
 
20
30
  API BREAKS:
21
31
 
22
32
   * The ``VersionedFile`` interface now allows content checks to be bypassed