~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-08-28 02:30:29 UTC
  • mfrom: (3642.1.8 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080828023029-r2qwgt7zu9udtla3
(robertc) Permit filtering of log output by plugins. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
 
71
71
  INTERNALS:
72
72
 
 
73
    * A new plugin interface, ``bzrlib.log.log_adapters``, has been added.
 
74
      This allows dynamic log output filtering by plugins.
 
75
      (Robert Collins)
 
76
 
73
77
    * ``bzrlib.btree_index`` is now available, providing a b-tree index
74
78
      layer. The design is memory conservative (limited memory cache),
75
79
      faster to seek (approx 100 nodes per page, gives 100-way fan out),