~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Michael Hudson
  • Date: 2008-06-24 23:20:59 UTC
  • Revision ID: michael.hudson@canonical.com-20080624232059-63y8w66cci2235dd
misc logging improvements:
 * don't call basicConfig when importing loggerhead.apps.branch.
 * log rendering time for templates.
 * more consistent logger names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
      memory consumption of rendering by a factor of around 3 for
24
24
      large pages over the old Kid templates.
25
25
 
26
 
    - Loggerhead's poorly performing text index was disabled. bzr-search
27
 
      is now used if the plugin is installed and a text index is present
28
 
      on the branch being viewed. (Martin Albisetti, Robert Collins).
 
26
    - Loggerhead's poorly performing text index was disabled.
29
27
 
30
28
    - Loggerhead no longer depends on bzrlib functions deprecated in
31
29
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).