~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-20 09:43:05 UTC
  • mfrom: (2725.1.1 devil)
  • Revision ID: pqm@pqm.ubuntu.com-20070820094305-9oosrencb83z0a6x
(robertc) Add -Devil flag to highlight the use of problematic API calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
   * ``Branch.append_revision`` is removed altogether; please use 
40
40
     ``Branch.set_last_revision_info`` instead.  (Martin Pool)
41
41
 
42
 
  aPI CHANGES:
43
 
 
44
42
    * ``Transport.should_cache`` has been removed.  It was not called in the
45
43
      previous release.  (Martin Pool)
46
44
 
 
45
  INTERNALS:
 
46
 
 
47
   * New trace function ``mutter_callsite`` will print out a subset of the
 
48
     stack to the log, which can be useful for gathering debug details.
 
49
     (Robert Collins)
 
50
 
47
51
bzr 0.90rc1 2007-08-14
48
52
 
49
53
  BUGFIXES: