~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Albisetti
  • Date: 2008-06-25 09:39:58 UTC
  • mfrom: (176.1.1 new-style-classes)
  • Revision ID: argentina@gmail.com-20080625093958-j5iv9w20szi0vqxn
Switch to new-style classes (Matt Nordhoff)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
1.6 [unreleased]
5
5
----------------
6
6
 
7
 
    - New ninja theme sponsored by Canonical (Martin Albisetti)
8
 
 
9
7
    - Loggerhead is no longer a TurboGears application, but rather a
10
8
      WSGI application built using Paste (see http://wsgi.org/ and
11
9
      http://pythonpaste.org/ for more about WSGI and Paste). XXX more.
25
23
      memory consumption of rendering by a factor of around 3 for
26
24
      large pages over the old Kid templates.
27
25
 
28
 
    - Loggerhead's poorly performing text index was disabled. bzr-search
29
 
      is now used if the plugin is installed and a text index is present
30
 
      on the branch being viewed. (Martin Albisetti, Robert Collins).
 
26
    - Loggerhead's poorly performing text index was disabled.
31
27
 
32
28
    - Loggerhead no longer depends on bzrlib functions deprecated in
33
29
      Bazaar 1.5 and removed in 1.6 (Martin Albisetti).